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: 

How to find where-used list of customer exit

former_member625844
Participant
0 Kudos

I create a CMOD project for Enhancement MGA00001 's component EXIT_SAPLMGMU_001. But how do I find which program called this component? I check this component name with where used list and no result is found. And then I tried with include file name and drill up until I got SAPLXMG0 then nothing found.So what's the correct way to do it? Thx.

1 ACCEPTED SOLUTION

FredericGirod
Active Contributor
0 Kudos

FM EXIT_SAPLMGMU_001 is called in the form CALL_EXIT_SAPLMGMU_001 ( include LMGMUFCE ).

Form ... is called in the FM Material_Update_All & Material_Upadate_All_PLM

3 REPLIES 3

FredericGirod
Active Contributor
0 Kudos

FM EXIT_SAPLMGMU_001 is called in the form CALL_EXIT_SAPLMGMU_001 ( include LMGMUFCE ).

Form ... is called in the FM Material_Update_All & Material_Upadate_All_PLM

0 Kudos

THx. Then how do I locate the form given a exit name in general?

0 Kudos

You should be able to do a Where-Used-List from a function module.

If not, you have to rebuild it