2008 Aug 04 7:40 AM
Hi,
Can anyone tell me how to identify Customer user exits implemented in standard programs ?
I know I can find out in table MODSAP (Table exits, Function, Screen, GUI exits) but these are different.
I want to know Customer Exits in standard programs.
2008 Aug 04 7:47 AM
Find 'Call customer-function' in main program to find user exits.
Or you can find them thr' transaction 'SMOD' if you know development class of that standard program.
Regards,
Aparna Gaikwad.
Find 'Call customer-function' in main program to find user exits.
Or you can find them thr' transaction 'SMOD' if you know development class of that standard program.
Regards,
Aparna Gaikwad.
2008 Aug 04 7:47 AM
Find 'Call customer-function' in main program to find user exits.
Or you can find them thr' transaction 'SMOD' if you know development class of that standard program.
Regards,
Aparna Gaikwad.
2008 Aug 04 9:05 AM
Hi Aparna,
Thanks for your quick response.
Yes I can find out the string 'CALL CUSTOMER EXIT'...
But If I go manually to a particular program and find out the string and once I double click on the same then it will show me FUNCTION EXIT or something other type of Exit....
e.g. If I find FORM USEREXIT....in prog SAPMV45A....then it will show me FORM USEREXIT and ENDFORM and thats what i am looking for.
Anyways thanx for giving me idea to find out the exits...
But now my question is how to identify if user has added the code in the FORM and ENDFORM statement.
Edited by: Kuldeep Mane on Aug 4, 2008 2:14 PM
2008 Aug 04 7:48 AM
Hi Kuldeep,
But, Function Exits , Screen Exits, GUI exits are types of Customer Exits.
Check this link for finding Customer Exits.
http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
Regards,
Chandra Sekhar
2008 Aug 04 7:48 AM
Hello Kuldeep,
The easiest way to do this would be to go to the SAP standard program in SE38 and search for "CUSTOMER*EXIT" in the main program.
Since most user exits follow this naming condition you may find what you are looking for.
Hope this help.
Regards.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |