what are the events in ABAP?
Answer Posted / p.pandian
ABAP Report has the following events
1. initilization.
2. top-of-page.
3. end-of-page.
4. start-of-page.
5. end-of-page.
6. at selection-screen.
7. at selection-screen output.
8. at line-selection.
9. at user-command.
Using the above events you can initialize and manipulate
the data.
By P.PANDIAN.
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
what is call back in alv?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is transparent table?
What are dml commands in abap?
Write syntax for message error (report)?
What is an interactive report?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are function modules?
How do you write a function module in sap?
What are the types of the software component being deployed in the sap?
what is abstract classes
Explain buffering concept usage?
What is database utility?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
How table control cn be generated using bdc? : abap bdc