1.

What Are The Control Break Events In Abap?

Answer»
  1. AT-FIRST: This is used when we WANT to EXECUTE the statements before RECORDS are processed.
  2. AT-LAST: This EVENT is used when we want to execute the statements after all records are processed.
  3. AT-NEW: This event is used when we want to execute the statement before group of records are processed.
  4. AT-END: This event is used when we want to execute the statements after PROCESSING of group of records.



Discussion

No Comment Found