cancel
Showing results for 
Search instead for 
Did you mean: 

Functional module behind any sap transaction

Former Member
0 Kudos

Hi

a very generic question, so I thought i could post here.

How can I see which functional module is behind a sap transaction.

For e.g, if I run VA01, how can I find which Functional module is running( behind) it.

why : because I would like to debug and it would help if I knew how to figure out a FM that is controlling a transaction.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Did you try using "/h" in the transaction field, before entering in to the relevant transaction.

Best regards,

Anupa

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

There are three ways for you to identify the program/FM.

1.Just press "/h" in the T.Code while running it.It will take you to debug mode.

2.Goto SE93 T.Code.

Enter the T.Code here in "Transaction Code".

Click on "Display".

Here you can identify the program,Package.

2.While executing the T.Code,Goto System-->Status in the menubar.

Here also you can get it.

Regards,

Krishna.

Former Member
0 Kudos

hi,

goto transaction code SAT,

enter transaction code(VA01) in the field transaction and execute,

that will take to the corresponding transaction(va01) ,do the process as you do normally,

after the process press back to come to the SAT transaction,

in right side of the screen you can see all the function module,program name etc which was used by the transaction code(VA01)

regards

senya