Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
deepTalley
Contributor
Contributor

tSAPBapi does not recognize export tables

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.

Labels (2)
1 Reply
Anonymous
Not applicable

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