Google News
logo
SAP ABAP - Interview Questions
What are some Control break events in ABAP?
Some control break events are as follows.
 
AT-FIRST : This event is used to 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 the collection of records are processed.
 
AT-END : This event is used to execute the statements after processing of a group of records.
Advertisement