ABAP provides numerous built-in functions for performing operations on data, such as mathematical functions (ABS, CEIL, FLOOR), string functions (CONCATENATE, CONV, SUBSTRING), date and time functions, and more.
Example:
DATA lv_absolute_value TYPE i.
lv_absolute_value = ABS(-5). "lv_absolute_value will be 5
Serkan AKKAVAK
Computer Engineer BSc
Head of SAP & Software Department
Contact : serkurumsal@yandex.com

0 Comments