Hi,
How to search / scan the Source code of Function module for any function modules used in it.
Scenario :
There is a Function module called ztestfm. In the source code of ztestfm, if it is using other fucntion module
( Ex : CONVERSION_EXIT_ALPHA_INPUT).
Like scan-abap .... is there any logic to find in the source code of Funciton module for a statement
Scan-abap , CODE_SCANNER is not working in this case
Thanks