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 available customer exit given a Tcode ?

former_member625844
Participant
0 Kudos

I'm studying how to find customer exit from a transaction. I followed an example from youtube. According to it, the steps like:

  • Open XD02
  • go to system-status
  • Double click on Program(Screen)
  • Click Find icon
  • Type Call customer in the Find field the click the Main Program radio

According to it the Program is SAPMF02D and I should find code.

But when I tried it's Program(Dynpro) instead and the name is SAPLBUS_LOCATOR and the search return nothing? So is this no longer the correct procedure? Then how do I find customer exits in a transaction? Thx.

1 ACCEPTED SOLUTION

former_member597044
Participant
0 Kudos

Hi Ricky,
Try this may be it helps you.

Goto Se93 --> Give Tcode XD02 --> Copy Package name
Goto SMOD and click on F4 and give the package name and click on enter it displays SAPMF02D

Goto CMOD and create project and click on Enhancements Assignments and provide the Enhancement name(SAPMF02D) and click on components
There you can find the Customer Exit ,goto that Include and you can write the custom code.

1 REPLY 1

former_member597044
Participant
0 Kudos

Hi Ricky,
Try this may be it helps you.

Goto Se93 --> Give Tcode XD02 --> Copy Package name
Goto SMOD and click on F4 and give the package name and click on enter it displays SAPMF02D

Goto CMOD and create project and click on Enhancements Assignments and provide the Enhancement name(SAPMF02D) and click on components
There you can find the Customer Exit ,goto that Include and you can write the custom code.