Skip to Content
0
Jan 25, 2022 at 04:02 AM

Sync Async scenario with a twist... Possible?

243 Views Last edit Jan 25, 2022 at 04:05 AM 2 rev

Hello experts,

I have a requirement - Depending on the message processing status of the incoming message, SAP PO needs to send back a technical acknowledgement back to the sender.

REST <-> SAP PO <-> SAP [Proxy]

1. A request comes in Synchronously via REST sender channel.

2. The data is sent to the back-end SAP system via Proxy

3. If Step 2 was successful - send 200 in the XML body back to the sender, if Step 2 failed - send 500 in the XML body back to the sender.

I need to achieve this without a BPM or Custom Modules.

Any ideas?

Thanks!