2006 Aug 20 7:30 AM
which is the mandatory event?
2006 Aug 20 8:45 AM
You use the events as you need them, I am not sure what exactly you mean by mandatory event.
Regards,
Ravi
Note : Please mark all the helpful answers
2006 Aug 20 9:26 AM
Hi Pavan,
START-OF-SELECTION event is mandatory. If you dont explicitly put a START-OF-SELECTION the abap runtime environment automatically introduces a START-OF-SELECTION at the first execution line.
Hope this helps..
Cheers
VJ
2006 Aug 20 9:40 AM
There is no such mandatory event required to write explicitly in the program
Program ytest.
data a type c value 'a'.
write a.Incase if you want to selection screen events etc. then you need to follow the event sequence by declaring explicitly in the program.
Regds
Manohar
2006 Aug 20 1:19 PM
hi
good
in which scenario you want the mandatory event, there is nothing like mandatory event, you can use them as per your requirement, yes some of them fired internally when you execute a report like INITIALIZTION event.
thanks
mrutyun
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |