Hello Experts,
I am facing certain issues with the new Fiori Master-Detail CRUD app template, on SAP Web IDE.
I tired using the CRUD app template for both SAPES1 OData service URL - " https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZGWSAMPLE_SRV/ "
as well as Northwind OData service URL - " http://services.odata.org/V2/(S(1kmuijkrksjfeu3nw4014hna))/OData/OData.svc/Products " .
Kindly note:-
Both SAPES1 and Northwind destinations have been properly added in my SAP HANA Cloud Trial account.
When I run the "test.html" file and choose "test/flpSandbox.html" I am encountering error messages.
For the SAPES1 service, I am encountering "CSRF token validation failed" message and the UI is completely blank.
In this app, I initially get a error prompt which reads "Query options $orderby, $inlinecount, $skip and $top cannot be applied to the requested resource".
However, upon closing the error prompt, my app UI shows data from backend. When I click on the " + " , the Create New Entity screen is displayed, in which I am able to enter details and save it on to the backend.
Upon saving, I again encounter the same error prompt "Query options $orderby, $inlinecount, $skip and $top cannot be applied to the requested resource".
And the Entity I have created is visible , but only until I refresh the page.
Once I refresh or when I open the app after few hours, the new entity is no more available in the Master list.
Could you kindly tell me what needs to be done to get the Fiori Master-Detail CRUD app working, in order to update the records on back-end.
Thank you,
Suraj Kumar Y. Midgay