what are the events in ABAP?
Answer Posted / naresh
SINCE WE KNOW SAP ABAP IS A EVENT DRIVEN LANGUAGE .
EVERY OBJECT(PROGRAM) IS EXECUTED BY AN EVENT.
EVENT IS NOTHING BUT A TRIGGERING .
IF ONE EVENT IS TRIGGERING THEN RELATED CODE IS EXECUTED.
DEFAULT EVENT OF SAP ABAP IS "START-OF-SELECTION".
The events in ABAP are:
Classical Events:
1)load of page
2)initilization
3)At selection-screen
4)At selection-screen on field
5)At selection-screen on value request
6)At selection-screen on help request
7)start-of-selection
8)end-of-selection
9)top-of-page
10)end-of-page
Interactive evens:
1)At line selection
2)At pf status
3)At user-command
4)Top-of-page during line selection
Module pool Events
1)PBO-Process Before output
2)PAI-process After Input
3)POV-Process on value request(F1 help)
4)POH-process on help request(F4 help)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the functional modules used in sequence in bdc? : abap hr
How will you link form with the event driven in sap scripts?
How can we upload a text file having delimiters in to legacy system?
what is difference between user exit, customer exit and badi?
What is transparent table?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What is the first thing you do after vendor setup is complete?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
How do you activate a function exit?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What are the disadvantages of using explicit enhancement?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What is lock object ? : abap data dictionary
Why are insert and append statement used in sap abap?
How do you Export a session ?