maximilian_doemel86
Explorer
Member since ‎2020 Mar 12

User Statistics

  • 14 Posts
  • 0 Solutions
  • 6 Kudos given
  • 5 Kudos received

User Activity

Hi, my team and I extended the Fiori app Manage Production Operations by creating an adaptation project in BAS. We added some columns to the table by extending the onInit method of the worklist controller, which worked so far. When the app ...
Hey experts,I'm currently building a custom SAPUI5 app as a CAP project where users should be able to upload screenshots. Those screenshots should then be transferred via an OData V2 service and stored in our Cloud HANA instance. So what is the best ...
Hi, I tried to write a shell plugin, that adds a button to the user menu of the shell bar on FLP. If you press the button, a UI5 dialog should open. This dialog is meant for maintaining specific data so a connection to the database via OData is nee...
Hi, I am currently developing a CAP app in BAS (Fiori Space). Now I want to test my UI5 app locally with the FLP sandbox config. Since cds watch only serves the standalone version of the app I tried to create a run configuration as described in thi...
Hello experts, I'm trying to build a custom implementation for POST requests on an entity. Therefore I created the following database handler function: srv.on("CREATE", "Bar", async req => { return INSERT([{ ID: "a2191044-a409-468f-9...