cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI and ODATA PUT/Update Operation

ssilas777
Member
0 Kudos

I am trying to find documentation for working with ODATA adapter in CPI and making PUT call.

I want to understand how to append the resource key with the base url from CPI and ODATA adapter.

I want to call an ODATA service with HTTP PUT operation, for example if the ODATA address is {baseUrl}, I want to understand how to append the baseurl with the resource key {baseUrl}/(resourcekey='123').

I have resource key value saved in the header but not sure how to proceed with it.

I am new to CPI and couldn't find much documentation around this topic.

Any help would be appreciated.

View Entire Topic
cimerman
Participant
0 Kudos

The thing is, that it depends on the service, whether it supports PUT or not. Try using PATCH instead.