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
Explain the properties of selection screen?
Explain the differences between interactive and drill down reports?
What happens if we use leave to list-processing without using suppress-dialog?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
How do you use tab sets in layout sets?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
what are Hana Basics
please give the remaining answers.
What is difference between dialog program and a report?
How to do find it?
How can we handle table control in bdc? : abap bdc
What is the syntax of packed number?
What is the function of the correction system?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
Some Realtime Objects on Bdc.