Example: Mapping the CHAR_LENGTH function
In the following mapping, you do not need to place additional parentheses around the argument of the LEN function:
<FunctionMapping FunctionName="CHAR_LENGTH">
(LEN ($P0 + '_') – 1)
<!-- Note: No need for (LEN (($P0 + '_')) – 1) -->
</FunctionMapping>