cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the S4 ODATA POST response in SAP PO synchronour scenario

FarooqAhmed
Participant
0 Kudos

Hi Team,

We have already many S4 ODATA services with GET(sync), POST(async) and PUT (async) methods working fine from SAP PO 7.5. But there is always a roadblock for the POST(CREATE) with SYNCHRONOUS consumption. Though ODATA response working absolutely fine in S4 SEGW, the same response is not been captured by PO. We have always receive as below.

<SynchronousResponse xmlns="http://sap.com/xi/XI/OData"> <Result> <StatusCode>201</StatusCode> <StatusText>CREATED</StatusText> </Result> </SynchronousResponse>

Basically consider the scenario as REST to PO to S4 sync. request going fine to S4 executing there but no expected oDATA response received till PO. When executed S4 odata in standalone its provides the response which the way it was designed as.

Is there some workaround or some patch level upgrades or something else, please suggest.

Thanks,

Farooq.

Accepted Solutions (0)

Answers (1)

Answers (1)

apu_das2
Active Contributor
0 Kudos

Make sure the service is remote enabled.