‎2009 Jul 09 3:48 PM
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.
‎2009 Jul 09 6:57 PM
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
‎2009 Jul 09 4:23 PM
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.
‎2009 Jul 09 5:59 PM
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.
‎2009 Jul 09 6:57 PM
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
‎2009 Jul 09 8:16 PM
Thanks Rama,
For giving me the correct procedure. Followed your steps and issue resolved.
Regards,
Vengal Rao.