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

Is there a user exit called when a module pool program is launch ?

Former Member
0 Likes
1,020

Hello,

I know the exit 'EXIT_SAPLSABE_010' and it's very usefull for adding code before a report is launch.

But this exit is not called when a program is a "Module pool" type.

Is there a way to add my own code before this kind of program is launch ?

Thanks in advance,

Simon

Edited by: Simon Desbonnets on Mar 9, 2010 2:23 PM

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
897

What about the event load-of-program ?

Is it for initializing the values ?

8 REPLIES 8
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
898

What about the event load-of-program ?

Is it for initializing the values ?

Read only

0 Likes
897

Thanks for your answer.

No it's not for initializing values. It's for logging statistics into a specific table (program name, date ...).

The event "load-of-program" can be use for one program, it's not what I'm looking for.

I would like to know if there is an exit that is called each time a module pool program is executed.

Read only

0 Likes
897

Hi,

You can check whether there is any BADI getting triggered.

Hope you will get a better suggestion

Read only

0 Likes
897

I already check and I found nothing...

I hope this is possible...

Read only

0 Likes
897

Maybe you can find out by system debugging a module pool start. Be prepared to travel into the depths of the SAP system...please let us know if you find out something interesting

Thomas

Read only

0 Likes
897

The program SAPLSFW_COMMON is always called first when we execute a program or transaction.

Can you check the suitable area whre you can insert a enhancement for your requirement.

If your are in Ecc6 you can go for enhancements.

Read only

0 Likes
897

Thanks for your answer. I'm in ECC5 => your program doesn't exist.

I'm trying to do system debugging, I didn't find any exit yet...

Read only

0 Likes
897

No, unfortunately I didn't find any exit when doing system debugging.

Do anyone can confirm there is no user exit when a module pool program is launch ?