Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Selecting cut field value of SAP tables using JCo

I have to extract some information from SAP tables using Java Connector via RFC_READ_TABLE. Is there a way to do this?

Let us say I only want first 100 chars of a field in SAP table.


1 Answer
Anil SAP Gupta

If you are using FM RFC_READ_TABLE, it is not achievable. In order to read SAP tables or views, SAP RFC_READ_TABLE is used.


You can probably write a different Function Module to perform this. Also refer this SAP Note link: Function module RFC_READ_TABLE

SAP Note


Advertisements

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.