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 extarct function module source code of an SAP with VB application

Former Member
0 Likes
889

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

5 REPLIES 5
Read only

rainer_hbenthal
Active Contributor
0 Likes
799

Check how they've done in SAPLINK. this is a google project available for all (open source).

Read only

franois_henrotte
Active Contributor
0 Likes
799

call function module RFC_READ_DEVELOPMENT_OBJECT and provide the report name associated with function module you want to read

Read only

matt
Active Contributor
0 Likes
799

Duplicate post deleted

Read only

Former Member
0 Likes
799

How to get the SAPLINK source code?

Read only

Former Member
0 Likes
799

I have got the answer ..Please use RPY_FunctionModule_read.