‎2022 Oct 10 9:39 AM
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

‎2022 Oct 10 9:56 AM
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...
‎2022 Oct 10 9:56 AM
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...
‎2022 Oct 10 10:12 AM