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 without 512 byte limits!

Former Member
0 Likes
1,642

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!

2 REPLIES 2
Read only

Former Member
0 Likes
816

See note 1186277.

Rob

Read only

Former Member
0 Likes
816

You may split the RFC call and store it into different internal table and join it back after executing the FM.