cancel
Showing results for 
Search instead for 
Did you mean: 

What is the replacement of IDoc in S/4HANA public cloud?

rammel
Participant
0 Kudos
5,338

What is the replacement of IDoc in S/4HANA public cloud? Are IDocs still supported in the public cloud as per this link?

https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/2cf48091d5864284ac4541b8...

Do you have any links on how to implement it in the public cloud?

View Entire Topic
rammel
Participant

Hi,

After further research, we found a suitable replacement which is the used of these pre-packaged content.

https://api.sap.com/package/ICAPrepackagedContent/integrationflow

Inbound IDOC (EDI to SOAP)

iflow template: https://api.sap.com/integrationflow/EDI_to_SOAP_-_Inbound_temp

docu: https://api.sap.com/odata/1.0/catalog.svc/Files('4db39bfa501b423387eecdd12c0522f7')/$value

Outbound IDOC (SOAP to ASC X12 EDI format)

iflow template: https://api.sap.com/integrationflow/SAP_SOAP_to_X12_-_Outbound

docu: https://api.sap.com/odata/1.0/catalog.svc/Files('9417e7d3410142e5a6e64e44482def3e')/$value

Outbound IDOC (SOAP to UN-EDIFACT EDI format)

iflow template: https://api.sap.com/integrationflow/SAP_SOAP_to_EDIFACT_s3_-_Outbound

docu: https://api.sap.com/odata/1.0/catalog.svc/Files('24377bb45c364531abd566d7e0fc34fd')/$value

philippeaddor
Active Participant
0 Kudos
Since the availability of Trading Partner Management, I wouldn't do EDI on Cloud Integration without TPM. It works great, saves time, and IFlows can be copied and modified to serve ones needs.