Hello Experts,
In my project, I would like to create context-sensitive help functionality to guide the user throughout the application. I am using the SAP Launchpad implemented from BTP through the Build Work Zone application together with a large ...
Hello Experts,
In my project I am trying to return a .zip file (filled with multiple csv/xlsx/json documents) from an odata function. To do this I am accessing the underlying express response object and piping the generated zip file as a readable s...
Hello experts!
I am currently trying to upgrade from using the SAP Cloud SDK version 1.54.2 for javascript to version 2.10.0 and I am running into an issue. I am trying to generate an oData client, and everything works as intended in the v1 SDK. Ho...
Hello Experts!
In my project I would like to produce the following query
await SELECT.from(MyEntity).where`MyParam1 = 1 and MyParam2 not in ${aValues}`;
But I would like to do it without using template strings, so something like
await SELEC...
Hello Experts!
I recently ran into the concept of CustomData for sapui5. My question is simply whether there is any way of achieving the same functionality while using Fiori Elements? So for example, if I was to use the following situation:
// En...
Hello Wouter,I actually stumbled upon SAP Enable Now a while after posting this question and we have just gotten a hold of a demo environment to try it out. It seems to cover what we need. Thanks for the recommendation either way!/Jibbril
Hello Vitaly,I did try that approach as well but was unable to get it to work unless I was targeting a specific object. So something like "/MyEntity(abc123)/myZip" would work, but "/MyEntity/myZip" would not work. I don't want to target a specific en...