2006 Apr 03 8:36 AM
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
2006 Apr 03 8:41 AM
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.
2006 Apr 03 8:48 AM
i did it and i get the big program that make it
i dont get EXIT_XXXXXX
2006 Apr 03 8:50 AM
2006 Apr 03 8:52 AM
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
2006 Apr 03 8:57 AM
i doubel click i get /ATL/MKP01TOP
i doubel again i get /ATL/SAPMKP01MA the main program
2006 Apr 03 9:00 AM
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
2006 Apr 03 9:07 AM
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
2006 Apr 03 9:12 AM
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
2006 Apr 03 9:17 AM
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
2006 Apr 03 9:22 AM
2006 Apr 03 10:05 AM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |