‎2009 Oct 19 8:45 AM
Hi All,
I need to extract all the function module data of an SAP system with my VB application.
I have extracted all the function module names in to a table in VB.Now I need to get the source code of these function modules.
Can anyone please help me...
Thanks in advance.
Harish
‎2009 Oct 19 8:58 AM
Check how they've done in SAPLINK. this is a google project available for all (open source).
‎2009 Oct 19 9:05 AM
call function module RFC_READ_DEVELOPMENT_OBJECT and provide the report name associated with function module you want to read
‎2009 Oct 19 9:13 AM
‎2009 Oct 19 10:19 AM
‎2009 Dec 02 7:03 AM