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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
shrikantkp
Partner - Contributor II
Partner - Contributor II

Talend SAP Connectivity

Hi All
I want to know about Talend SAP Connectivity using IDOC, can anyone please share example of tsapidocoutput also other options to retrieve and send data to SAP S4 HANA from Talend.

2 Replies
Xiaodi_Shi
Employee
Employee

Hello,

These are the connectivity options one has with S/4 Hana in Talend.
For the Output side we have:

iDoc

REST / OData inside SAP we could leverage

for BW/4 Hana we have ADSO that can be used to send data as well

In Talend 8 and 7.3 monthly, we split SAP connection from tsap-rfc-server.properties

so feature.idoc.enabled=true should be config in: ./conf/named-connections

 

Hope it helps for your job.

Best regards

Sabrina

 

shrikantkp
Partner - Contributor II
Partner - Contributor II
Author

Hi Sabrina,

Thanks for a solution. 

Could you please help me with REST / OData option with some dummy examples.

I can see few articles but not clearly mentioned which components we should use, schema and settings required from Talend and SAP side.