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

Hierarchy Levels of includes for a Main program

Former Member
0 Kudos
229

Dear Experts,

For a main program there may no of includes with in the includes, I want to know is there any function module(or) other way to find out hierarchy of includes for a main program.

Thanks,

Venkatesh

4 REPLIES 4
Read only

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
195

Try this FM: AA_CUS_GET_INCLUDES

Read only

nabheetscn
SAP Champion
SAP Champion
0 Kudos
195

Hello

You can use the following FM

RS_GET_ALL_INCLUDES

Regards,

Nabheet Madan

Read only

Former Member
0 Kudos
195

Hi,

Try this FM's

RS_GET_ALL_INCLUDES

&

GET_INCLUDETAB

Regards,

Vijay

Edited by: vijay kumar pamulapati on Oct 15, 2009 9:53 AM

Read only

Former Member
0 Kudos
195

Experts,

Include_1_1_1 include program is in include_1_1, it is in a progarm ZR_MAINPROGRAM.

Now in my custom report, i will give include_1_1_1 it has to show the programs include_1_1 and ZR_MAINPROGRAM.

i.e the top most hierarchy of the include from bottom.

Thanks

Venkat