ABAP evaluates expressions based on operator precedence, similar to other programming languages. Parentheses can be used to specify the order of evaluation.
Example:
DATA lv_result TYPE i.
lv_result = (5 + 3) * 2. "lv_result will be 16
Serkan AKKAVAK
Computer Engineer BSc
Head of SAP & Software Department
Contact : serkurumsal@yandex.com

0 Comments