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

How to find the sub- program

Former Member
0 Likes
1,066

Hi i need to find a standard SAP program which is the sub program of another standard sap main program.

This SAP main program has number of subprograms.

How to find the path to get to this sub program?

Hi i need to find a standard SAP program which is the sub program of another standard sap main program.

This SAP main program has number of subprograms.

How to find the path to get to this sub program?

2 REPLIES 2
Read only

Former Member
0 Likes
861

Use Object Navigator SE80 to find the subprograms of the root program and to know the root program of a Subprogram Use WHERE USED LIST Functionality for the SubProgram

Enter the Program name in SE38 and do Where Used List

Edited by: AJAY TIWARI on Jan 27, 2009 10:39 AM

Read only

Former Member
0 Likes
861

Hi Harshit,

Use Object Navigator SE80 to know what are all include programs exists for the main program. From there you can directly go to the sub programs.

Hope this is helpful.

Regards

Sravan