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 check if a function module has been called dynamically in programs

Former Member
0 Likes
2,191

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

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
1,150

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®