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: 

Determining which Exit meets a requirement

Former Member
0 Kudos

Hi,

I went though all the possible Exits available through SMOD. How would I determine which one sepcifically meets my requirement? Is it obvious in adding some code and run the test? What are the steps that you normally do to see the Exit meets your requirements?

Thanks,

RT

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Hello,

Find out the program name of the transaction. GO to table MODSAP. Give member = EXIT_progname*. You will have list of the exits which are used that transaction.

Regards,

Naimesh

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

Hello,

Find out the program name of the transaction. GO to table MODSAP. Give member = EXIT_progname*. You will have list of the exits which are used that transaction.

Regards,

Naimesh

Former Member
0 Kudos

Hi,

Normally, one should create an enhancement project in say $tmp with the required components.

Then activate the project.

Put a breakpoint in the related FM.

Execute the transaction.

In the debug mode, you can check what data is available and whether it can be modified.

Hope it helps.

Regards,

Shashank