2008 Jan 21 6:04 AM
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
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.
2008 Jan 21 9:35 PM
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.
2008 Jan 22 1:48 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |