Application Development and Automation 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: 
Read only

Find Userexit name based on Exit function module

Former Member
0 Likes
833

Hi All,

Is there any way to find the userexit name based on the function module.

My exit function module is EXIT_SAPLATPC_001. I want to find the exit name.

Appreciate your help.

Thanks,

Jaffer Ali.S

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
635

Use table MODSAP.

Enter that FM name in the field MEMBER.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
635

Hi

This is the Exit Name: ATP00001 for the Exit FM you have given. I took the package name this exit FM is stored in the Attributes of FM in SE37. In the search criteria of SMOD,after hitting f4..and selecting Information System, I gave the package name...and it gave me the exit name.

P.S: The above method may sometimes lead to giving in more than one exit as result.

Vishwa.

Read only

0 Likes
635

Hi All,

Thanks for you guys replies.

Thanks,

Jaffer Ali.S

Read only

Former Member
0 Likes
635

Answered