2009 Mar 16 1:58 PM
As per my requirement i should change the existing exit. I know the include name but i want to
know exit name. How to find out exit name based on include name. I tried Where-used list but it
is not giving the exit and function module name.Please let me know.
Regards
Rajitha
As per my requirement i should change the existing exit. I know the include name but i want to
know exit name. How to find out exit name based on include name. I tried Where-used list but it
is not giving the exit and function module name.Please let me know.
Regards
Rajitha
2009 Mar 16 2:02 PM
2009 Mar 16 2:03 PM
Hello,
Goto SE38.
enter the name of your include.
then on menu bar you will see "Display Object List"
It will go to the function group.
Please check the Function module there.
2009 Mar 16 2:04 PM
Hi,
Just check the where used list of the include. U will get the EXIT name.
Thanks,
Vinod.
2009 Mar 16 2:06 PM
- Scan the program sources beginning with LX to get the exit FM. (includes containing FM of exit function modules, main program SAPLX*)
- Look table MODSAP (or use F4 on SMOD transaction) to find the Enhancement
- Look at table MODACT (or use F4 on CMOD transaction) to find the Enhancement Project
Regards
2009 Mar 16 2:06 PM
Hi,
give a search with
call customer-function
in the include program
this works
Regards,
Siddarth
2009 Mar 16 2:08 PM
Hello Rajitha,
1. You can do a "where-used" for the include & get the corresponding name of the exit function module.
2. Goto table MODSAP & in the field MEMBER pass the name of the function module & you will get the Exit Name in the NAME.
Hope this helps.
BR,
Suhas
Edited by: Suhas Saha on Mar 16, 2009 3:08 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |