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: 

OData outbound from SAP to non-SAP

0 Kudos

Hi,

OData interface scenario: SAP to non-SAP (WebMethods)

How is it possible to send data (lets an internal table with 5 fields) to non-SAP system via OData?

Can someone provide a high level design? And what classess/methods can be used to push the data from an abap program?

1 ACCEPTED SOLUTION

Sijin_Chandran
Active Contributor

Hi Farazuddin,

Your non-SAP system should have an Odata Service in place with POST operation available, designed with all the required fields.

And from SAP end for pushing data by using the above Odata Service you can call the above Odata Service with HTTP method POST using SAP Class : CL_HTTP_CLIENT.

Thanks,

Sijin

2 REPLIES 2

I044433
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi, Farazuddin Idrees Mohammed Khaja,

Follow the blog - here.

Regards

Rohit

P.S. Kindly accept the reply if it is answered. This will help the community as well.

Sijin_Chandran
Active Contributor

Hi Farazuddin,

Your non-SAP system should have an Odata Service in place with POST operation available, designed with all the required fields.

And from SAP end for pushing data by using the above Odata Service you can call the above Odata Service with HTTP method POST using SAP Class : CL_HTTP_CLIENT.

Thanks,

Sijin