‎2010 Mar 09 1:23 PM
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
‎2010 Mar 09 1:46 PM
What about the event load-of-program ?
Is it for initializing the values ?
‎2010 Mar 09 1:46 PM
What about the event load-of-program ?
Is it for initializing the values ?
‎2010 Mar 09 2:14 PM
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.
‎2010 Mar 09 2:35 PM
Hi,
You can check whether there is any BADI getting triggered.
Hope you will get a better suggestion
‎2010 Mar 09 2:48 PM
I already check and I found nothing...
I hope this is possible...
‎2010 Mar 09 2:48 PM
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
‎2010 Mar 09 3:07 PM
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.
‎2010 Mar 09 3:10 PM
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...
‎2010 Mar 09 5:19 PM
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 ?