what are the events in ABAP?

Answer Posted / shelly

THERE ARE MAINLY 11 ELVENTS USED IN ABAP. THESE ARE
1> TOP-OF-PAGE
2> END-OF-PAGE
3> AT LINE-SELECTION
4> AT USER-COMMAND
5> AT PFn
6> GET
7> START-OF-SELCTION
8> END-OF-SELECTION
9> AT SELECTION-SCREEN
10> AT NEW
11> INITIALIZATION.

USING OF EVENTS DEPENDS UPON REPORT.
AS IN CASE OF INTERACTIVE REPORT WE USED:
1> AT LINE-SELECTION
2> AT USER-COMMAND
3> TOP-OF-PAGE
4> END-OF-PAGE

IN CASE OF CLASSICAL WE USED:
1> Initialization
2> At Selection-Screen.
3> Start-Of-Selection.
4> Top-of-page.
5> End-of-page.
6> End-of-selection.

Is This Answer Correct ?    21 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the aggregate objects in the dictionary? : abap data dictionary

739


What is repository info. Systems? : abap data dictionary

580


What is the purpose of sum statement?

564


In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?

978


What is the max no of match code id's that can be defined for one match code object? : abap data dictionary

645






What are the field and chain statements?

576


How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul

3406


How do you read files from the application server ? : abap bdc

609


How do you document ABAP programs? Do you use program documentation menu option?

640


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1535


Application Category?

916


What are critical issues you have faced in your project

2916


What is the structure of the bdc table? : abap bdc

723


How do you find the information on the current screen?

595


What is lock mechanism? How do we create lock objects in abap?

633