Skip to Content
0
Former Member
Dec 08, 2006 at 10:59 AM

JCO DATA_BUFFER_EXCEEDED exception

68 Views

Hi All,

when i am executing the function module RFC_READ_TABLE by pass the table like EKKO, EKPO,LFA1...as parameters for QUERY_TABLE .As like below

IFunctionTemplate = mRepository.getFunctionTemplate("RFC_READ_TABLE");

JCO.Function function = IFunctionTemplate.getFunction();

JCO.ParameterList importParamList = function.getImportParameterList();

importParamList.setValue("EKKO", "QUERY_TABLE");

importParamList.setValue("$", "DELIMITER");

JCO.Table tableData = function.getTableParameterList().getTable("DATA");

JCO.Table vend = function.getTableParameterList().getTable("FIELDS");

mConnection.execute(function);

Please provide your valuable suggestions to resolve this exception.

Regards,

Ramesh kumar.