2007 May 15 1:53 PM
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.
2007 May 15 1:55 PM
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
2007 May 15 1:55 PM
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
2007 May 15 1:56 PM
Hi Navin,
Try using STAD.
Regards,
Younus
<b>Reward Helpful Answers!!!</b>
2007 May 15 2:03 PM
2007 May 15 3:42 PM
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.
2007 May 15 4:10 PM
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