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

Function Module

Former Member
0 Likes
1,137

Is there any function module available to find all the function modules which have been used in a give Report(print program).

Eg: If a report contains 10 functional module i need the names of all the 10 functional module

2 REPLIES 2
Read only

Former Member
0 Likes
265

Hi,

You can find the FM using search in se38. This function going to list all programs that you wrote in the search.

Ex: If you need to find the FM "REUSE_ALV_LIST" you need to go on the menu - ( Utilities - Find in source code) and write this FM in the field.

Read only

Former Member
0 Likes
265

One way to determine the function modules used is:


1. Execute program: RPR_ABAP_SOURCE_SCAN
2. Pass program name and find string as "CALL FUNCTION"
3. Execute

Regards

Eswar