‎2009 Feb 10 9:10 AM
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
‎2009 Feb 10 10:52 AM
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
‎2009 Feb 10 10:52 AM
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