‎2007 Apr 05 11:35 AM
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
‎2007 Apr 05 12:52 PM
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.
‎2007 Apr 05 1:01 PM
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