2008 Jul 08 12:36 PM
Hello all,
What is meant by DRIVER EVENTS in abap reports?
Regards,
Bhumika
2008 Jul 08 12:40 PM
Events in Report
An event is a tag that identifies a section of code. The section of code associated with an event name and ends when a next name is encountered.
Some of the events are:
1. Initialization.
2. At Selection-Screen.
3. Start-of-Selection.
4. Top-of-Page.
5. end-of-Page.
6. End-of-Selection.
7. At line Selection
8. At PFn.
9. At User-command.
Hi,
SAP has a inbuilt program called Driver Program which controls another program in the R/3 System.
DRIVER EVENTS:
Initialization.
At Selection-Screen.
Start-of-selection.
End-of Selection.
USER EVENTS:
At line-Selection
At PFn.
At User-Command.
PROGRAM EVENTS:
Top-of-Page.
End-of-Page.
Reward if useful...
Regards
Divya
Edited by: DIVYA VENKATAKRISHNAN on Jul 8, 2008 1:40 PM
Hello all,
What is meant by DRIVER EVENTS in abap reports?
Regards,
Bhumika
2008 Jul 08 12:40 PM
Events in Report
An event is a tag that identifies a section of code. The section of code associated with an event name and ends when a next name is encountered.
Some of the events are:
1. Initialization.
2. At Selection-Screen.
3. Start-of-Selection.
4. Top-of-Page.
5. end-of-Page.
6. End-of-Selection.
7. At line Selection
8. At PFn.
9. At User-command.
Hi,
SAP has a inbuilt program called Driver Program which controls another program in the R/3 System.
DRIVER EVENTS:
Initialization.
At Selection-Screen.
Start-of-selection.
End-of Selection.
USER EVENTS:
At line-Selection
At PFn.
At User-Command.
PROGRAM EVENTS:
Top-of-Page.
End-of-Page.
Reward if useful...
Regards
Divya
Edited by: DIVYA VENKATAKRISHNAN on Jul 8, 2008 1:40 PM
2008 Jul 08 12:41 PM
Driver events are like:
LOAD-OF-PROGRAM.
INITIALIZATION.
AT SELECTION-SCREEN.
START-OF-SELECTION.
END-OF-SELECTION.
which are called by abap runtime at certain point of time to process an ABAP report.An user has no influence on it.
Regards,
joy.
2008 Jul 08 1:34 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |