Application Development 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: 

Can we use Initilization event in module pool program?

Former Member
0 Kudos

Hi All,

Can we use Initialization event in module pool program? If not why?

Thanks In Advance!!!!!!!!!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The runtime environment creates the INITIALIZATION event and calls the corresponding event block (if it has been defined in the ABAP program).

http://help.sap.com/saphelp_nw70/helpdata/EN/fc/eb2d67358411d1829f0000e829fbfe/content.htm

SEE THE ABOVE LINK...THINK IT WILL SOLVE ALL YOUR DOUBTS

REGARDS

RACHEL

3 REPLIES 3

Former Member
0 Kudos

The runtime environment creates the INITIALIZATION event and calls the corresponding event block (if it has been defined in the ABAP program).

http://help.sap.com/saphelp_nw70/helpdata/EN/fc/eb2d67358411d1829f0000e829fbfe/content.htm

SEE THE ABOVE LINK...THINK IT WILL SOLVE ALL YOUR DOUBTS

REGARDS

RACHEL

Former Member
0 Kudos

No, we cannot use events ment for Report into Module pool program....

Regards,

Kunjal

Former Member
0 Kudos

hi,

in the PBO section we can write the code for initialization purpose.

but we can't write the initialization event in the modulepool program.

Regards,

venkat