IF – Branching Conditionally
IF statement – The code between IF and ENDIF is executed only if the condition is true.
DATA: a TYPE i VALUE 10. " We can assign a value in the declaration IF a > 5. WRITE:/ 'Condition True'. ENDIF.
Serkan AKKAVAK Computer Engineer BSc SAP Department Deputy Manager Contact : serkurumsal@yandex.com
0 Comments