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

List all the Includes / Function Modules used in a Report Program

Former Member
0 Likes
2,951

I've have a program which is fetching all the includes and function module. but i need to implement it in oops. please help me out in this context.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,983

Hi Neti,

You can use the function module GET_INCLUDES to get the list of all includes used in a program.


5 REPLIES 5
Read only

anshu_lilhori
Active Contributor
0 Likes
1,983

Please post your query in below forum.

http://scn.sap.com/community/abap

@Moderators please move it to correct space.

Regards,

AL

Read only

JasonLax
Product and Topic Expert
Product and Topic Expert
0 Likes
1,983

I've moved the thread: please note that you can notify moderators via an abuse report and specify "Wrong Space" as the reason, along with a note about where the content should be moved.

Read only

0 Likes
1,983

Same has been noted..

Read only

Former Member
0 Likes
1,984

Hi Neti,

You can use the function module GET_INCLUDES to get the list of all includes used in a program.


Read only

0 Likes
1,983

hi susmitha,

                   i'm not able to fetch includes inside a include, and function module inside a include. and function module inside function module. i need to program through OOP'S concept. please help me with this