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

Access SAP database table from different SAP server

former_member568822
Active Participant
0 Likes
350

Hi,

May i know is that possible to access the SAP database table from server A to server B without write a program on server A? Is it possible for direct access the SAP database table.

Best regards,

Gan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
320

Hello,

you could use the RFC-Modules RFC_READ_TABLE or RFC_GET_TABLE_ENTRIES on server A.

Precondition: you need a RFC-Destination from B to A.

And a little drawback: you get only the first 512 byte of each table entry.

Regards Wolfgang

1 REPLY 1
Read only

Former Member
0 Likes
321

Hello,

you could use the RFC-Modules RFC_READ_TABLE or RFC_GET_TABLE_ENTRIES on server A.

Precondition: you need a RFC-Destination from B to A.

And a little drawback: you get only the first 512 byte of each table entry.

Regards Wolfgang