2019 Nov 19 11:38 PM
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?
2019 Nov 20 7:23 AM
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
2019 Nov 20 2:58 AM
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.
2019 Nov 20 7:23 AM
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