Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
is it possible that the tSAPBapi component uses the JCoFunction.getTableParameterList method only to access table parameters?
I have to use a BAPI which returns it's result by an EXPORT table with an ABAP code like this:
...
EXPORTING COSTCENTERLIST STRUCTURE BAPI0012_CCLIST
...
In this case, the tSAPBapi component does not return any row. AFAIK you have to use JCoFunction.getExportParameterList in this scenario.
Another BAPI, which declares the table in the TABLES section is running fine with Talend and returns the expected rows:
TABLES COSTCENTERLIST STRUCTURE BAPI0012_CCLIST
Did I miss any option of tSAPBapi or is this by design? Is this different in future versions of TalendStudio?
I'm using Talend Data Integration 6.2.1.
Hello,
Do you want to access tables exported by EXPORT? It looks like tSAPBapi only access tables exported by the TABLES statement.
Best regards
Sabrina