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

To find Function Module is used for How many times

Former Member
0 Likes
1,078

Hi Gurus.

How to find a Function module is used for how many times since it is created.. we went through the Tcode STAT , ST03, STAD, STATTRACE but in ST03 we can find it for Program but we could not find it for Function module , So can any one please suggest us . we are using ECC 6.0 version.

Thanks and Regards,

Chaitanya.

3 REPLIES 3
Read only

Former Member
0 Likes
681

Hi Chaithu,

Go to SE37,enter your function module, click on where used list button on the application bar.

All the program used your function module used is displayed.

Regards,

Venkat.

Read only

Former Member
0 Likes
681

Hi Chaitanya,

If your have found How many times a program is executed,

then function module is also a find of program, go to your function grp and get the program name for the FM and try.

Thanks,

Anmol Bhat.

Read only

0 Likes
681

Hii Anmol

Thanks for ur suggestion I tried it ,But it is not working.