Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP outbound(Send) call to middle layer

0 Kudos

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.

1 REPLY 1

GK817
Active Contributor
0 Kudos

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://help.sap.com/saphelp_tm90/helpdata/en/48/c7c53bda5e31ebe10000000a42189b/content.htm?no_cache...

https://blogs.sap.com/2014/11/09/calling-an-external-restful-service-from-abap-http-method-get/

GK