I'm looking for fetching only Transparent Table for RFC_READ_TABLE using Java JCoFunction
JCoFunction function2 = template2.getFunction();
JCoTable jcoTabled = function2.getTableParameterList().getTable("DATA");
Result :
/BEZ3/CHCDPAL
TRANSP
----------------------------------
/BEZ3/CHCDLSP
TRANSP
----------------------------------
/BEZ3/CHCDPAS
VIEW
Currently getting All Tables along with Transparent Table like VIEW too. So, is there any filter to fetch only TRANSP Table List.
Use the parameter
OPTIONSofRFC_READ_TABLEto filter rows, below is to read all lines fromDD02LwhereTABCLASScolumn equals 'TRANSP' :