cancel
Showing results for 
Search instead for 
Did you mean: 

how to use the REST API for POST method in SAP gateway

0 Kudos

Hi ,

My requirement is to get  the data from Salesforce to SAP..

Sales force will  POST the closed work order data & same data , I need to post it back to SAP using ODATA.

I have created ODATA service for POST method.

How the REST API can use this ODATA service( for POST) ?

I have no idea on REST API.

Please let me know regarding this.

Thanks,

Shreedhar Gangadhar

Accepted Solutions (1)

Accepted Solutions (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Shreedhar,

Have a look at the below for technical details ->

Regards,

Ashwin

Answers (1)

Answers (1)

EkanshCapgemini
Active Contributor
0 Kudos

Hi Shreedhar,

OData services are itself RESTful Webservices. So if you want to consume the OData service developed with SAP Gateway in Salesforce, I think salesforce forums would be the best place for this.

The link shared by Ashwin will let you consume external REST services in ABAP which can in turn consumed by Gateway. But I think you want to consume REST service in Salesforce.

Regards,

Ekansh