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

Can we use Initilization event in module pool program?

Former Member
0 Likes
1,080

Hi All,

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

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
722

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
Read only

Former Member
0 Likes
723

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

Read only

Former Member
0 Likes
722

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

Regards,

Kunjal

Read only

Former Member
0 Likes
722

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