what are the events in ABAP?
Answer Posted / bala
I)Interactive Events
1) At Line-Selection.
2) At PF key
3) At User-Command
4) Top-of-page During Line-Selection.
II)Classical Events.
1) Initialization
2) At selection-screen output
3) At Selection-Screen of Field
4) At Selection-Screen on Value-Request
5) At Selection-Screen on Help-Request
6) At Selection-Screen
7) Start of Selection
8) End of Selection
9) Top of Page
10) End of Page
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Some Realtime Examples on Exits .
Explain what are standard layouts sets in the sap script?
Can i Have Some Realtime Examples on Badi ?
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
How to do find it?
How can one distinguish between different kinds of parameters? : abap modularization
Which type of tables used this buffer?
How do you set up background jobs in sap? What are the steps?
Difference between Field groups and internal tables?
What are the components in sap application server?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is the significance of the screen number ‘0’?
What is the differences between structure and table in the data dictionary in abap?