Application Development 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: 

Need to track Function modules called when executing a transaction

Former Member
0 Kudos
121

Hi All,

Is there a way through which i can track function modules called, while executing a Transaction. Kindly provide pointers to it.

Thanks in advance.

Regards,

Navin.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
75

Hi

Take the Main Program attached to that Transaction

and use the command

SCAN ABAP-SOURCE <program> ...for the word 'CALL FUNCTION'.

and you will get the fun modules used in that program/transaction.

Reward points if useful

Regards

Anji

5 REPLIES 5

Former Member
0 Kudos
76

Hi

Take the Main Program attached to that Transaction

and use the command

SCAN ABAP-SOURCE <program> ...for the word 'CALL FUNCTION'.

and you will get the fun modules used in that program/transaction.

Reward points if useful

Regards

Anji

Former Member
0 Kudos
75

Hi Navin,

Try using STAD.

Regards,

Younus

<b>Reward Helpful Answers!!!</b>

Former Member
0 Kudos
75

u can try ST05 also.

Regards

Prabhu

Former Member
0 Kudos
75

Hi,

I tried above mentioned methods. I didnt prove help full to me....

I guess ST05 is for performance related checks. How can i get FM through that.

I tried STAD also. But i am not able to get FM names from it.

Regards,

Navin.

Former Member
0 Kudos
75

Goto SE80 Transaction and use Program name for corresponding Transaction Use Find operation like Call Function .. then you will get list of FM ..

There is no other option .

reward Points if it is helpful

Thanks

Seshu