SAP ARITH BRACKETS
Get Example source ABAP code based on a different SAP table
• ( ) ABAP_ARITH_EXPR
ABAP_SYNTAX
What does it do?
A full arithmetic expression
BEGIN_SECTION SAP_INTERNAL_HINT
Undocumented feature: The space before the closing bracket can be omitted if the last actual parameter is a text literal within quotes.
END_SECTION SAP_INTERNAL_HINT
ABAP_EXAMPLE_VX5
The parentheses in the second calculation correspond to the implicit parentheses in the first calculation. The parentheses in the third calculation change its order. The results are
ABEXA 00825
ABAP_EXAMPLE_END