2020 Jan 21 8:50 AM
Hi Experts,
I have a requirement, wherein I have to send document number from SAP to any middle layer say BHOOMI but without using PI /proxy. We can use REST/ SOAP though.
Please help.
2020 Jan 21 8:58 AM
Hi,
That means you can call a REST service of middle layer and pass the data?
You can use HTTP client to call external URL and send the data.
https://blogs.sap.com/2014/11/09/calling-an-external-restful-service-from-abap-http-method-get/
GK