cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to do the Synchronous B2BCustomer replication from SAP Commerce to S/4 Hana

Madhukar565
Explorer
0 Likes
422

We have came across a requirement to Integrate the Outbound B2BCustomer data from SAP Commerce to S/4 Hana public cloud using sync call.

As we have Asynchronous call in OOTB where we can send the data to CPI and we will not read the response data from CPI, how we can integrate the Outbound B2BCustomer data Synchronously .

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

Dennis_Suck85
Participant
0 Likes

Hello Madukar,

while SAP Commerce Cloud only offers asynchronous InOnly processing for B2B customer replication OOTB, you can set up a fully synchronous OData call in the back office or via an extension that uses the return channel and delivers the response immediately.

The rough roadmap looks like this:

You would need to perform the following steps (roughly):

1) SAP Integration Suite: Configure an iFlow (Request-Reply).

2) SAP Commerce: Destination + OutboundChannelConfiguration with ExchangePattern = InOut.

3) Create a cron job in the back office and switch to the new channel.

I hope you could understand the approach roughly and if you have further questions feel free to ask

Best regards

Dennis