Dear experts,
I am having a scenario ABAP Proxy 1 --> PI --> synchronous web service. The SOAP response from the web service
is mapped to iDoc ORDERS.ORDERS05.
But now I am facing the issue that I have to send the order numbers from SAP ERP back to the webservice. I can get the
order numbers of retrieved orders in the report that triggers the "ABAP Proxy 1" from the ORDERS.ORDERS05 iDocs.
My idea was to generate another "ABAP Proxy 2" which gets the retrieved order numbers as input.
And it would go the same way: ABAP Proxy 2 --> PI --> web service. The web serivce then sends back the order numbers that it flagged
as "already retrieved".
Is this possible to use a string of order numbers (1234, 54467, 88976) as input for the "ABAP Proxy 2"?
Thank you for your input on this.
Best regards,
Peter