‎2009 Dec 29 5:17 AM
Hi,
I wanted to know if there is a way to check if a function module has been called dynamically in any programs. In SE37, if you click on where used list for a FM, it shows FM not found in programs (Possibly dynamic calls).
I am checking if the function module /SDF/RBE_EXECUTE_SQL_WRAPPER has been used in any of SAP programs. Your help is greatly appreciated.
Best regards,
Siva
‎2009 Dec 29 5:47 AM
one way will using program RPR_ABAP_SOURCE_SCAN search for complete source codes with a find string RBE_EXECUTE_SQL_WRAPPER .
PS But it the function module name comes from a table ( Table entry value) then it is difficult to find
a®