cancel
Showing results for 
Search instead for 
Did you mean: 

CRUD OPERATIONS IN SAPUI5

former_member184238
Participant
0 Kudos

Hi,

          I am trying to do CRUD applications in SAPUI5 using Netweaver Gateway service.I found the below links when I searched.


http://scn.sap.com/community/developer-center/front-end/blog/2012/12/07/building-a-crud-application-...

But in this they are using JSON Model and  the method loadDataNew to do operations. How to do the same application using OData model.

http://scn.sap.com/community/developer-center/front-end/blog/2012/06/06/sample-ume-application-using...

When i did that application using this i am getting Http request failed error.


Do you know any helpful examples or tutorials which could help me?

I would appreciate your valuable help.

Kind Regards

Sridevi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member293602
Active Participant
0 Kudos

Hi Sridevi,

I would recommend to start with the document "End-to-End How-to Guide: Building SAPUI5 Applications on SAP NetWeaver AS ABAP 7.31 Consuming Gatewa...". It will help you around some potential difficulties to get the connection right. To cover more aspects to actually write data back you might want to look at "OData Write support".

Regards, Frank