Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

mandatory event

Former Member
0 Likes
683

which is the mandatory event?

which is the mandatory event?

4 REPLIES 4
Read only

Former Member
0 Likes
637

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

Read only

Former Member
0 Likes
637

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

Read only

Manohar2u
Active Contributor
0 Likes
637

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

Read only

Former Member
0 Likes
637

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