2006 Dec 22 6:58 AM
Hi Experts,
I have a list of SAP Standard Transaction codes.
I have to find out the module (SD, MM, PP, FI/CO) responsible for transactions.
Thanks in anticipation.
LRaghunahth
Hi Experts,
I have a list of SAP Standard Transaction codes.
I have to find out the module (SD, MM, PP, FI/CO) responsible for transactions.
Thanks in anticipation.
LRaghunahth
2006 Dec 22 7:00 AM
Hi,
TSTC table stores all the TCODE.
Please check if that helps you.
Thanks,
Sutapa.
2006 Dec 22 7:08 AM
1) goto SE93->enter transaction code for which u want find the module.-> display
2) double click on program name
3) abap editor is displayed->
goto->attributes , here u can find the module in 'APPLICATION' field.
for ex:- se93->va01 ->display-> double click on 'program name'->
goto->attributes-> here application field tells u that this tcode is related to sales
2006 Dec 22 7:10 AM
Hi Raghu,
1 simple way is to goto tcode SE93, enter the transaction (for example MM01), click on display, it displays the program, screen number, package,... Double-Click on the Package, it takes you to package builder(SE21), there is attributes tab, you have Application Component (for example LO-MD-MM). This is how you will know which module is related to the transaction code.
Cheers...
Santosh.
<i><b>Mark all Usefull Answers.</b></i>