integration of sap with java
Submitted by Anonymous on Wed, 2008-05-21 07:37.
How can a java program read SAP tables without going through BAPI? If yes, can you provide the sample code for the same?
How can a java program read SAP tables without going through BAPI? If yes, can you provide the sample code for the same?
use RFC_READ_TABLE or YRFC_READ_TABLE
There is a function module RFC_READ_TABLE which you can use to read out table rows directly. However, this function module does not work for tables > 512 Bytes (per row). If you have a large table, you must implement the module YRFC_READ_TABLE, as described in Note 758278.