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
What is internal payroll process? : sap abap hr
Explain the advantages and disadvantages of abap query tool?
What are the differences between sap memory and abap memory?
What do you mean by batch data communications programming?
Program lines for the radio button selection and unabling some input variables in section screen
what will happen if called program is not executable ?
How to transfer data into line items using batch input session method? : abap bdc
What is occurs in internal table?
What has to be done to the packed fields before submitting to a BDC session.
What are the problems in processing batch input sessions?
Explain pai and pbo.
What is the basic difference internal tables and database tables? : abap data dictionary
Explain the difference between cluster tables and pool table?
Example of table cluster and cluster tables.
What is the difference between the exits created in M.M and S&D?