‎2009 Feb 24 5:54 PM
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!
‎2009 Feb 24 6:01 PM
‎2016 Jan 22 12:01 PM
You may split the RFC call and store it into different internal table and join it back after executing the FM.