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

Need to track Function modules called when executing a transaction

Former Member
0 Likes
662

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
Read only

Former Member
0 Likes
616

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
Read only

Former Member
0 Likes
617

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

Read only

Former Member
0 Likes
616

Hi Navin,

Try using STAD.

Regards,

Younus

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

Read only

Former Member
0 Likes
616

u can try ST05 also.

Regards

Prabhu

Read only

Former Member
0 Likes
616

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.

Read only

Former Member
0 Likes
616

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