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

Reading Dictionary table from VB

Former Member
0 Likes
414

Hi,

As a process to retrive data from SAP into VB, i need to read SAP tables remotely from VB. I am able to connect to SAP using objects but i need a way to read the table data. Could you pls suggest methods...

Thank you

anan

1 REPLY 1
Read only

Former Member
0 Likes
314

Hi,

Once you connected to SAP, it is easy. Use the remote enabled function module name

RFC_READ_TABLE

to read the fields and content of a given table.

Pls let me know if you need detailed explanation about data retrieval

Regards