adamharkus
Participant
Member since ‎10-20-2021

User Statistics

  • 97 Posts
  • 3 Solutions
  • 21 Kudos given
  • 12 Kudos received

User Activity

I have deployed a python app to BTP which is called via an app router setup using the following blog:Create an Application with Cloud Foundry Python Buildpack | SAP Tutorials This uses an xsuaa service for authentication. My next step is to use the a...
I have a multiCombo box:-its items are bound to my /Roles entity-its selectedItems (tokens) are bound to the User/Roles enitity.Items are fine.In the controller I've bound User/Roles (the selected items/tokens) using the change event, because otherwi...
At the moment I have an oData call which returns over 40,000 records, so it's extremely slow. select kunnr from kna1 into table customer_keys where kunnr in customer_range and loevm eq abap_false.<br> On the UI side (a SAPUI5 a...
We've moved from SAPUI5 version 1.84.26 to 1.118.0 on version 1.84.26 we call SAP Gateway service (GET). Works fine. on version 1.118.0 we call the exact same service, the exact same way... ..returns a 400 Bad request. How do SAPUI5 version...
I have a pretty standard ui5.yaml setup as follows.. specVersion: "2.3" metadata: name: itcpc.cms type: application framework: name: SAPUI5 version: "1.84.26" libraries: - name: sap.ui.core - name: sap.m - name: sap.tnt - na...