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
How we format the data before before write statement in report ?
Specify the types of data dictionary objects.
Explain Catch Command in ABAP?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What are the types of subroutines? : abap modularization
What is open sql?
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.
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What are the data types of the external layer?
What work you have done in HR module
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Which infotype records can not be deleted ? : abap hr
What is collective search help? : sap abap data dictionary
Select query optimisation