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
Define database layer?
Explain get pernr concept when we use logical data base? : abap hr
What is the disadvantage of a call by reference?
On which event we can validate the input fields in module programs?
How do you work with semi colon se[arated files in BDC ?
Explain the Inportance of pa30? : abap hr
What is the sap abap?
what is abstract classes
What are clustered tables?
What is the difference between scrolling a table horizontally and vertically?
What is personnel sub are
Under Data Transfer Portion of ABAP, what do you mean by DX Project
Mention some important events in abap programming.
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
Can we create an abap program without using y or z?