Application Development 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: 

Function Module

Former Member
0 Kudos

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

former_member193964
Active Participant
0 Kudos

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.

Former Member
0 Kudos

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