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

How to find the existing function module is used in another function module

Former Member
0 Likes
2,633

Hi all,

I created a function module and the same one is called from another function module.

When I tried to find where the first function module is used using Where-used List , I am getting the message "function module not found in selected areas" .

Please guide me what is other method to find whether the function module is used in another one.

Thanks,

Vengal Rao.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,836

hi,

Go to UTILITIES-> Update Navigation index.

or go to fucntion group and Generate the Funtion group once.

it will detect all fucntion modules under that function group.

regards,

Rama

4 REPLIES 4
Read only

Former Member
0 Likes
1,836

Well Where USed List should work here..not sure why it is not working for you......You can use the Program RPR_ABAP_SOURCE_SCAN to serach for any string in your SAP Server........use your FM name as the String and search.....this will take time..try to minimize the search.

Read only

0 Likes
1,836

Hi Ajay,

Thanks for the information. Can you please guide me further in this activity. In the program suggested by you, in the search string I entered the function module name , and in the program type I entered 'F', but I not getting any result, just a message

string not found. I think something is missing from entering in the selection screen.

Thanks ,

Vengal Rao.

Read only

Former Member
0 Likes
1,837

hi,

Go to UTILITIES-> Update Navigation index.

or go to fucntion group and Generate the Funtion group once.

it will detect all fucntion modules under that function group.

regards,

Rama

Read only

0 Likes
1,836

Thanks Rama,

For giving me the correct procedure. Followed your steps and issue resolved.

Regards,

Vengal Rao.