Hello Community,
I'm working on a simple webmask which allows a user to do CRUD operations on a game library (which contains some names of Computer Games).
Technical Background:
IDE: SAP Web IDE for HANA 2 SPS 03 Patch 0 ( Build 4.3.23 )S...
Hi Jun Wu, it seems to be working if I set "merge" to "false" during the call: this._gameService.update("/games("+gameObjectToSave.ID+")",
gameObjectToSave,
{
success: function() {
that._readGames();
that._oGameLibrary.refresh();
},
erro...
Hi Mark, I would say that the problem sticks to the fact that you've configured "myservice" as the datasource, while the name of the datasource seems to be "mytable". Could you check that? "dataSources": {"mytable": {
"dataSource": "myservice",I have...
Hi, a solution for this issue has been debated and documented here: https://blogs.sap.com/2017/03/13/how-to-consume-an-odata-service-with-openui5-sapui5/comment-page-1/#comment-457473Kind regards Marc
Hi Salvador,I’ve got big news to share. Maybe that won’t be nothing new to many experienced HANA-Developers, but as I do really hate conversations in threads, where the result is kept as a secret and the conversation just stops, I’m going to post our...
Hi Salvador,
thank you for your reply.
"(....) However, the stated names are just examples, right? I would assume that called procedure and defined one to have the same name. (....)
The procedure and the one I'm calling are having the same names. I ...