Hi Pooja,
The OData is capable enough to handle CRUD operations. In UI5 you can use the below methods.
- oData.create() - for creating a new record
- oData.remove() - for deleting a record
- oData.update() - for updating a record
- oData.read() - for reading records;
You can follow the link for further reference OData Write Support - UI Development Toolkit for HTML5 (SAPUI5) - SAP Library
Regards,
ThamizharasaN.