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 required ?

Former Member
0 Likes
360

Hi,

Is there any function module which lists down all the subroutines (perform, form)

present in the given object and their respective type.

thanks,

Navneeth.K

2 REPLIES 2
Read only

Former Member
0 Likes
345

Hi, I think it is not possible.

Try from ABAP Workbench. From there you can find what are the subroutines used in a program. Just check it, you can get what you required.

Read only

Former Member
0 Likes
345

Hi,

No need for fm. goto se80-> keep program in dropdown and give ur program name..

In the subroutine it will list out all subroutines used in that program..

Award points if it helps