TL;DRI have a table on the left hand side where I can select an entry. This entry is being handled by a function that pushes the record to the other table (nothing fancy here!). Under the hood we post the entry to a odata service to store it as a fav...
Recently I updated Chrome to V129 and saw that all my $batch odata calls were empty in Preview / Response tab. I googled around and discovered it is a bug in Chrome (also Canary current version). It is listed and will be picked up I think In the mea...
How did I get here from Portals to UI5 and Fiori?In 2007 I had a project for the Dutch government. There was a IBM Websphere Portal and also a SAP Portal implementation. Decisions to be made at that time. I had experience in Websphere Portal and no o...
We are using a freestyle portal template (SAP Cloud Portal service) and we have converted our SAPUI5 project into a Portal widget. The SAPUI5 project makes use of a library that is also deployed on SCP.
In our application we have the manifest.json ...
Back in 2013 I wrote several blog posts for UI theming for SAP Enterprise Portal. Since 2015 I am developing SAPUI5 apps. These apps are often hosted in Fiori launchpad, where branding comes in place again.
With the UI Theme Designer you can mana...
Hi Venky,Do you have a valid metadata.xml file in your project? Normally it is pointing to your localService folder, but you can change that in the manifest.json file > dataSources > name_of_your_service > settings > localUrl "localUri": "localServic...
Hi Pedro,Which version of Chrome do you use? I have v129 and can preview the PDF fine. You can raise a ticket here also, since it has nothing to do with your custom code.https://github.com/SAP/openui5/issues?q=is%3Aissue+is%3AopenRegards,Noël
To be honest, no I did not in TS. I reverted the file back to traditional ui5 sap.ui.define( [ "../libs/chart.min", ], Would love to hear there is a ts version for it, wrapped up in the context of this blog ofcourse
Never heard of a max for $batch calls, but I think there should be one (otherwise you can block the server with one call). I expect that you can define it in odata itself.https://docs.oasis-open.org/odata/odata/v4.01/csprd02/part1-protocol/odata-v4.0...
WebIDE? For local development it's quite deprecated. You can have a look at BAS or VSCode and run your project locally.If I look at the error message, sounds for me a custom login page, right? A 404 means the file cannot be found (or service). Is the...