‎2008 May 15 10:55 AM
Hi,
I am trying to find the main program meant for IT0001 maintenance.
Is there any means to find a main program from user exit apart from the Where Used List process.
Please suggest.
Regards,
Binay.
‎2008 May 15 11:17 AM
in se16 tcode :
take table : MODSAPVIEWIn NAME
field give the exit name and get MEMBER field value
for eg:
SAP extension name MBCF0002
TYP E
MEMBER EXIT_SAPMM07M_001
Language E
the program name is SAPMM07M
‎2008 May 15 11:05 AM
Hi,
Suppose you know the name of the Function Module Exit .
Ex : "EXIT_SAPLFCPD_001"
Here the main program is "SAPLFCPD". The middle part of the exit name.
Else if you know the name of the enhancement, see its Function module exit name in SMOD transaction and follow the above procedure.
Please assign points if helpful.
‎2008 May 15 11:06 AM
Hi binay,
use system field SY-CPROG
or call FM SYSTEM_CALLSTACK
for the whole callstack, i.e. SYSTEM_CALLSTACK called from SE37 test results in
PROGNAME EVENTTYPE EVENTNAME
SYSTEM_CALLSTACK==============FT FORM FUNCTION_CALL
SAPLSEUJ FUNC SFCS_FA_FUNCTION_INVOCE
SAPLSEUJ FUNC SFCS_FA_TEST_FUNCTION
RS_TESTFRAME_CALL EVENT START-OF-SELECTION
Regards,
Clemens
‎2008 May 15 11:17 AM
in se16 tcode :
take table : MODSAPVIEWIn NAME
field give the exit name and get MEMBER field value
for eg:
SAP extension name MBCF0002
TYP E
MEMBER EXIT_SAPMM07M_001
Language E
the program name is SAPMM07M