2007 Jan 07 3:32 PM
Wht is the use of Load of program in report?
2007 Jan 07 3:38 PM
This is the very first event which is trigger in a report program. Really I have never needed a reason to use this. But I would assume that it can be used when you want to do something before the INITIALIZATION event.
Help says....
Program Constructor
Directly after an executable program, a module pool, a function group or a subroutine pool has been loaded, a special processing block can be executed exactly once. This processing block is defined as an event block using the event keyword LOAD-OF-PROGRAM. The processing block for LOAD-OF-PROGRAM has the same function for ABAP programs as a constructor has for classes.
Regards,
Rich Heilman
2007 Jan 07 3:40 PM
Hi
Are you speaking about the event LOAD-OF-PROGRAM?
If it's so, it's like the method CONSTRUCTOR in OO, this event is triggered only once just after the program is loaded.
So this event is triggere before INITIALIZATION event too.
Max
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |