former_member541986
Explorer
Member since ‎11-20-2017

User Statistics

  • 12 Posts
  • 2 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

Old legacy applications cannot be containerized easily. However, even from a legacy perspective, it is interesting to explore Kubernetes and its possibilities. But how can we use Kubernetes when our workload consists mostly of monolithic software on ...
Hi Community, I have a SAPUI5 application that displays data from an Odata service in a sap.m.Table. Everything was fine as long as I had less entries than 500 which seems to be a limit, because it is not retrieving any further entries. How can ...
Hi community, I want to block access to parts of my HTML5 application to certain users using SAP Cloud Platforms "Application Permissions" concept. For that, I included the following into my neo-app.json "securityConstraints": [{ "permission...
Hi all, I hope this is not a duplicate, but I couldn't find any answer so far. My goal is to show parts of an HTML5 application in SAP Cloud Platform (Neo) only to authorized users. Ideally, I would like to retrieve the roles / groups of a user ...
Hi all, I have a data source where entries are identified not by a single key attribute but by a (possibly) large number of attributes. The data is available in OData format. I want to display that data in the "SAP Fiori Worklist Application". Howe...