‎2007 Dec 20 2:17 PM
what is the event that comes between initialization and at selection-screen event.
‎2007 Dec 20 3:21 PM
The event is AT selection-screen output
Edited by: Varun Kumar Jain on Dec 21, 2007 6:09 AM
‎2007 Dec 20 4:23 PM
Sirisha,
As far as i know there is one event which triggers before initialization ie
LOAD-OF-PROGRAM
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.
‎2007 Dec 21 4:07 AM
‎2007 Dec 21 4:32 AM
Hi Sirisha,
The event that generally comes between " INITIALIZATION " and " AT SELECTION-SCREEN" is " at selection-screen output"
Kindly Award Points If You Find The Reply Helpful.
Cheers,
Chaitanya.
‎2007 Dec 21 5:29 AM
Dear Sirisha,
I have jotted down in sequence the different events in different types of reports. Hope it is helpful.
>BELOW ARE THE CLASSICAL EVENTS
>>Initalization
>>At selection-screen output
>>At seelction-screen on field
>>At selection-screen on block
>>At selection-screen
>>Start-of-selection
>>End-of-selection
>BELOW ARE THE INTERACTIVE EVENTS
>>At line-selection
>>At user-command
>>At pfnn
>>Top-of-page during line selection
>BELOW ARE THE LIST EVENTS
>>Top-of-page
>>End-of-page
>BELOW ARE THE CONTROL BREAK EVENTS
>>At first
>>At last
>>At new
>>At end of
>>On change of
Best Regards,
Rajesh.
Please reward points if found helpful.