former_member7325
Explorer
Member since ‎2022 Jan 17

User Statistics

  • 41 Posts
  • 3 Solutions
  • 7 Kudos given
  • 13 Kudos received

User Activity

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...