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

Module responsible for the Transaction

Former Member
0 Likes
1,934

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,473

Hi,

TSTC table stores all the TCODE.

Please check if that helps you.

Thanks,

Sutapa.

Read only

Former Member
0 Likes
1,473

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

Read only

Former Member
0 Likes
1,473

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>