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 do I find the calling customer exit clause in HANA S/4

former_member625844
Participant
0 Kudos

Sombody created a customer exit. It's name is EXIT_SAPLMGMU_001. So according to below tutorial https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=107774353, I should open function SAPLMGMU in SE38 and looking for 'CALL CUSTOMER-FUNCTION XXX'. But I can't find any CALL in this function, and instead it contains a lot of include. Is this because my system is HANA S/4 and the tutorial is R/3? Then where is the call transaction location? Thx.

1 REPLY 1

geert-janklaps
Active Contributor
0 Kudos

Hi,

You can just open the exit function module (EXIT_SAPLMGMU_001) in transaction SE37. Display the function module and double click the include to navigate to the actual implementation.

If you need the location where the exit is called, you can just use the where-used list in SE37 on the exit function module.

Best regards,

Geert-Jan Klaps