cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Table Access without Limits!

Former Member
0 Kudos

Hello,

Does anybody knows about an alternative to RFC_READ_TABLE (or RFC_GET_TABLE_ENTRIES or TABLE_ENTRIES_GET_VIA_RFC) that does not impose a limit over 512 bytes column width?

I need to access a table from outside SAP, and a special requirement is that we DO NOT DEVELOP/INSTALL ANYTHING NEW over the system.

Does anyone know of an option? RFC FM? Web Service? etc??

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try generating a custom function module and call that using Jco

The liimit of RFC READ TABLE could be because the return is a single string with seperators.

If you try with a normal RFC that return table you will be able to handlle it.

Try using JCo and maintain the login credentials in property file in the server.