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

RFC_READ_TABLE from SQL

Former Member
0 Likes
919

Dear All,

Is it possible to retrieve the sap data in to SQL Server using RFC_READ_TABLE function. if yes please guide me how to do it. i already done with VB now i want to do the same using SQL Server.

Thanks

R Dhnaa

Edited by: dhana on Jan 23, 2012 4:38 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
652

Yes you can, you need a SAP connection supported by your SQL version and then import the metadata and then map the metadata.. it can be done.. just google it.. nothing ABAP about it

3 REPLIES 3
Read only

Former Member
0 Likes
653

Yes you can, you need a SAP connection supported by your SQL version and then import the metadata and then map the metadata.. it can be done.. just google it.. nothing ABAP about it

Read only

Former Member
0 Likes
652

Hi Dhana ,

Use this [LINK|; for RFC_READ_TABLE from SQL, Hope will help you.

Regards,

Saravana.S

Read only

Former Member
0 Likes
652

Thanks to All