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: 

How to search for subroutines

Former Member
0 Kudos

Hi All,

Is there any table or any way to search for subroutines?

Please help.

Thanks & Regards

Gowthami

8 REPLIES 8

awin_prabhu
Active Contributor
0 Kudos

Hi friend,

Use 'Find' option by typing keyword as 'PERFORM' or 'FORM' and search in main program.

Thanks..

Edited by: Sap Fan on Mar 10, 2009 5:02 AM

0 Kudos

Hi Sap,

We don't know the Main program name. We are given just the subroutine name.

Like there r tables to store function modules, is there any way to find for subroutines.

Regards

Gowthami

0 Kudos

Hi,

Check this program RPR_ABAP_SOURCE_SCAN which is used to search the string's in the mulitple report program at one time.

0 Kudos

Gowthami,

I'll agree with Avinash.... But how u got the subroutine only,,u should with get main program or customized one

while getting in run time error.Any way SE84 give the subroutine Name in the program place and check where used list OPTION..

Former Member
0 Kudos

HI,

SE84->Program Library->program Subobjects->Subroutines

Former Member
0 Kudos

Hi,

In the Z program or in u r main program press ctrshiftF5(Display object listbutton)..u can find the list of available subrountines at the right side,,

Regards

Kiran

uwe_schieferstein
Active Contributor
0 Kudos

Hello Gowthami

When we edit a program and use the Pattern function we can also add FORM routines of the current program. When you debug this search help function I am sure you will eventually find a function module which returns you the routines of a given progam. Perhaps you can adjust the logic of the fm for your specific needs.

>>> The fm is: F4_PROG_SUBPROGRAM

Regards

Uwe

sreeramkumar_madisetty
Active Contributor
0 Kudos

Gouthami

SE84->Program Library->program Subobjects->Subroutines will gives the subroutines for the program.

By specifiong the program,you will came to know the subroutines associated with that.

Regards,

Sreeram Kumar.Madisetty