ABAP Keywords
Keywords | Description |
---|---|
MESSAGE | Raise Message in ABAP |
DATA | Data Declaration |
TYPES | Type Declaration |
FIELD-SYMBOLS | Field Symbol similar to pointers |
READ | Read record from internal table |
APPEND | Append record to Internal table |
INSERT | Insert record to Internal table |
DELETE | Delete records(s) from Internal table |
TIMESTAMP | Gets the timestamp |
LIKE | Refer an existing data variable |
TYPE | Refer an existing type |
LOOP | Loop an internal table |
CASE | Case Statement |
WHILE | While loop |
PERFORM | Call a Form Routine |
CALL FUNCTION | Call a function module |