‎2013 Dec 27 11:08 AM
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.
‎2013 Dec 29 12:09 PM
Hi Neti,
You can use the function module GET_INCLUDES to get the list of all includes used in a program.
‎2013 Dec 27 11:10 AM
Please post your query in below forum.
http://scn.sap.com/community/abap
@Moderators please move it to correct space.
Regards,
AL
‎2013 Dec 29 8:18 AM
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.
‎2013 Dec 29 8:40 AM
‎2013 Dec 29 12:09 PM
Hi Neti,
You can use the function module GET_INCLUDES to get the list of all includes used in a program.
‎2014 Jan 09 5:46 PM
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