julian-s
Participant
Member since ‎08-12-2019

User Statistics

  • 15 Posts
  • 0 Solutions
  • 48 Kudos given
  • 10 Kudos received

User Activity

Hello everyone, I'm currently facing a problem with an external library, which has been written in TypeScript and has been compiled for ES6 modules (so there are import and export keywords). Now when I try to use this library in my own library, I...
Hello, I'm trying to extend the standard sap.ui.core.Item control with some new behaviour. It will be used in the MultiComboBox later. I have made a new DetailItem.js file in my project and entered the following code: sap.ui.define([ "sap/ui...
We currently experience a problem with the MultiInput, when setting tokens via JavaScript. We are using the control to assign multiple emails, validate it and store it inside of it. As soon as we are using a smaller device, it won't show anymore...
Hello everyone, In a recent note from SAP, we heard that the SAP Fiori Client will be discontinued and we shall use native browser on the mobile clients. This is actually fine, since many functionalities can be retrieved with web technologies direc...
Sometimes, when there are objects / classes are inactive, they show a class name like this: My question now is, what does this exactly means and how can I find this in transactions like SE80?