ABAP statements
ABAP Program is made up of various statements. Every ABAP statement starts with keyword. The ABAP statement could be categorized as Declarative Statements- begins with declarative keyword to declare user-defined type or data objects. TYPES, DATA, CONSTANTS, PARAMETERS, SELECT-OPTIONS, TABLES. Modularization statements defines processing block. Some keywords to define module are FORM.. ENDFORM, FUCNTION.. ENDFUNCTION, […]
