Loop Control Statements
Loop Control Statements
Control break events in ABAP?
- AT-FIRST: This is used execute the statements before records are processed.
- AT-LAST: This event is used to execute the statements after all records are processed.
- AT-NEW: This event is used to execute the statement before group of records are processed.
- AT-END: This event is used to execute the statements after processing of group of records.