what are the events in ABAP?
Answer Posted / ashwinikumar
EVENTS IN ABAP:
There are five types of events in ABAP, given below,
1. CLASSICAL EVENTS
a. Initialization
b. Load of program
c. At selection screen output
d. At selection screen of field
e. At selection screen on value request
f. At selection screen on help request
g. At selection screen
h. Start of selection
i. End of selection
j. Top of page and End of page.
2. INTERACTIVE EVENTS
a. At line Selection
b. At PF(predefined function) key
c. At User command
d. Top of page during Line_ selection
3. MODULE- POOL PROGRAMMING EVENTS
a. PAI - Process after input
b. PBO - Process before output
c. POV- Process on value Request(F! Help)
d. POH- Process on Help Request(F4 Help)
4. LIST EVENTS
a. Top of Page
b. End of Page
5.CONTROL BREAK EVENTS
a. At First
b. At Last
c. At New
d. At end of
e. On change of
f. GET node
g. GET node LATE
h. At line selection
i. At user command
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What is a fall back class?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What are the main events of which are used for logical database?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
In sap script how to print bar code in vertical manner
Explain the Inportance of pa30? : abap hr
What is the differences between abap and ooabap. In which situation we useooabap?
What is a development class? : abap data dictionary
What is the process to enhance the Infotype
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What is a bsp application? : sap abap hr
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
How do you find number of records present in internal table?
What is an update task? : abap modularization