what are the events in ABAP?
Answer Posted / onkar rai
There are several events used in ABAP . we mainly use events
in Reports. while developing a report sequence of event is
1) Initialization: process after load of program and before
the selection screen processing.
2) At Selection Screen output: This event is generally used
for modification of the screen like hide/unhide parameters.
3) At Selection Screen: Occurs each user command in
selection screen. We can use it to perform checking on user
input.
4) Start of Selection: occurs when standard selection screen
has been processed. data is read in this event.
5) End of Selection: This event is triggered in type
executable programs once the logical database has finished
reading all data and before the list processor is started
6) Top of Page: Occurs when a new page starts. Use it for
write report header.
7) End of Page: Occurs when a page ends. use it for write
report footer.
8) At Line Selection: occurs when user double click on report.
9) At User Command: Occurs when the user push the toolbar
button.
Apart form this we use four events in module programming:
1) PAI: Process After Input
2) PBO: Process Before Output
3) POV: Process on Value Request (F1 Help)
4) POH: Process on Help Request (F4 help)
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between open_form and close_form?
In a loop of an internal table, what is the use of at first & at last statements?
What are the different types of parameters?
What are the basic object types? : sap abap hr
What is sap script? Describe its components.
What are the difference between call screen and leave screen?
How to eliminate duplicate entries in internal tables? : abap data dictionary
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
What is modularization and its benefits? : abap modularization
Explain the difference between get and get late?
Explain the difference between a pool table and a transparent table?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
How the at-user command serves mainly in lists?
What is step-loop?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary