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
4,963

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?

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (3)

Answers (3)

philippeaddor
Active Participant
0 Kudos

A few Idocs are still available, mainly master data related ones. Transactional ones like ORDERS, INVOIC etc are not available anymore. You can see this if you create the Communication Arrangement for the related scenario. Mostly, IDocs are replaced by the respective SOAP services. Unfortunately, often they don't cover everything that IDocs do...

a_montesdeoca
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi rammel,

In SAP S/4HANA Cloud, public edition we use released application programming interfaces (APIs) to connect business processes across your system landscape and integrate with external consumers of your services. You can check the content in the SAP Business Accelerator Hub.

I would recommend checking each API documentation to review the required configuration. For example, Sales Order (A2X).

For more detailed information: Communication Management

Hope this helps.

Arturo Montes de Oca

Neeraj_Jain
Active Contributor
0 Kudos