AND (Logical AND)
OR (Logical OR)
NOT (Logical NOT)
Example:
DATA lv_result TYPE abap_bool.
lv_result = abap_true AND abap_false. "lv_result will be ABAP_FALSE
Serkan AKKAVAK
Computer Engineer BSc
Head of SAP & Software Department
Contact : serkurumsal@yandex.com

0 Comments