Application Development and Automation 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: 
Read only

CDS odata insert

AJeB
Participant
0 Likes
3,720

Hello I created a CDS VIEW and publish it for oData using @OData.publish: true
if i create a program in SAP UI5 with insert data code which data are coming from the fields of sap ui5 website where user will put the data and save it to the abap table this will work or not ? I previously tried to create an oDATA using SEGW tcode and it works just want to know if i can insert data from sap ui5 website using the created CDS View

1 ACCEPTED SOLUTION
Read only

thkolz
Contributor
3,220

CDS views can be just used to read data, not to modify.

Maybe this blogs helps you:
https://blogs.sap.com/2018/03/29/c-create-r-read-u-update-d-delete-odata-services-creation-using-aba...

2 REPLIES 2
Read only

thkolz
Contributor
3,221

CDS views can be just used to read data, not to modify.

Maybe this blogs helps you:
https://blogs.sap.com/2018/03/29/c-create-r-read-u-update-d-delete-odata-services-creation-using-aba...

Read only

0 Likes
3,220

thank you