on ‎2017 Apr 28 7:16 AM
Hi Experts,
Here i am facing one issue with Create an entry into Database Table using SAPUI5 & OData. Fetching the data from Database and displaying in our SAPUI5 application has been done perfectly using OData Service. Fetching purpose i used the below code...

Output:

when i was trying to create by clicking on Create button : below i am providing my code for Create (POST) Method...


when i click on Save button it will not triggering my jQuery.ajax line in my Controller code so that it displays else part message.
In DOM i got the error like CSRF token validation failed...
i searched in SCN with the above mentioned error wise, but no relevant solution is found. If any one face this kind of issue and resolved please guide me the steps...where exactly i did the mistake.
Thanks,
Vamsi.
Request clarification before answering.
why use jquery.ajax.....you are looking for trouble....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Actually i don't know whether my services are following OData Principles OR not. Just i am practicing & i want to create one record in SAP DB using SAPUI5. I already done OData Service for that. Now for SAPUI5 i copied the logic from Internet Only ( jQuery.ajax ) ...
If there is any other better approach, please share with me...
Thanks ,
Vamc
Yeah through oData you can do the CRUD operations ,that's the way we should do. Ajax is not recommended. Use oData model and the operations ... Just check out these blogs they are using oData ..
https://blogs.sap.com/2014/01/13/building-a-crud-application-with-sapui5-using-odata-model/
Hi Viplove,
I applied same code which you mentioned a link in previous post....
Here is my code...as shown below screen..

When i execute and want to create new record...it will display one popup as shown below..

When i click on Save Button then it will display as shown below screen shot...

That's it nothing will happened...
My 6th Record was not created ... Could you please look into this and give me the solution...
Thanks,
Vamc
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.