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 user exit

Former Member
0 Likes
1,449

i have the include ZXXXXX and i want to find the user_exit that make him (in smod or cmod) how?

thanks

i have the include ZXXXXX and i want to find the user_exit that make him (in smod or cmod) how?

thanks

11 REPLIES 11
Read only

Former Member
0 Likes
1,387

Hello Liat,

Do a where use for the ZXXXX. This will give u the FM like EXIT_SAPXXXX_XXX. Then use table MODSAP to find the enhancment component.

Read only

0 Likes
1,387

i did it and i get the big program that make it

i dont get EXIT_XXXXXX

Read only

0 Likes
1,387

the program is local /ATL/SAPXXXXX

Read only

0 Likes
1,387

Hi liat,

if you use where used list you will get a program

like SAPL*

if you double click you will get it.

check it, that will be the FUnction module .

Regards

Vijay

Read only

0 Likes
1,387

i doubel click i get /ATL/MKP01TOP

i doubel again i get /ATL/SAPMKP01MA the main program

Read only

abdul_hakim
Active Contributor
0 Likes
1,387

hi liat,

are you looking for user exit or customer exit.

Basically they are entirely different.

If user exit then look for PERFORM USEREXIT in the include program.

If customer exit then look for CALL CUSTOMER in the main prg of the corresponding transction.

Once found you can easily find the name of the corresponding enhancement using the repository browser SE85.

Cheers,

Abdul Hakim

Read only

0 Likes
1,387

hi

this is the code in my prog

INCLUDE zfXXXX01. " user-exit

when i double click i get /atl/sXXXX ext...

i want to change it, and i cant change it in se38 so i look for exit_sXXX to change it.

but i dont see that he have exitsXXXXX

Read only

0 Likes
1,387

User exits are empty subroutines and u can find it in the include whose last two characters indicates that it is meant for customers for eg something like include zxxxzb.

inside this include u will find empty subroutines which you can make use of but u need the key to do the necessary changes since user exit is techincally a modification...

Cheers,

Abdul

Read only

0 Likes
1,387

hi,

double click on ZFXXX01 and write the code inside the include.

are you in SAP r3 or some other system like CRM or APO etc.

please let us know the exact name not XXX...

Regards

Vijay

Read only

0 Likes
1,387

this is the include ZFKP0101

i'm in sap r3

Read only

Former Member
0 Likes
1,387

Hello Liat,

It seems this is an exit where you can code directly by double clicking the Z component. This cannot be maintaind by SMOD/CMOD. This is something similar to exits of SD. Please check the SAP note 660916.