Skip to Content
0
Dec 22, 2022 at 10:44 AM

Handle response in custom receiver adapter SAP PO

175 Views

Hi,

We would like use custom RECEIVER module adapter to handle response.

Our interface is: SAP PROXY --> PO --> HTTP/REST and it is synchronous.

We would like to send multipart file and 2 more parameters to REST service with Bearer token. Standard configuration does not work, and we have developed new custom receiver adapter.

Our adapter works fine but we do not know how to send the response back to SAP. We just get the response and read it in Audit LOG.

In Module tab - Processing Secuence, if we set our custom adapter in second place it never gets called, as HTTP or REST call returns error.

If we set it in first place, then it always returns error of standard adapter setted in second place.

Is it possible to leave only our custom adapter in Procesing Secuence, without standard one??

This fails for us.

Thanks.