mhappe
Participant
Member since ‎03-26-2015

User Statistics

  • 49 Posts
  • 2 Solutions
  • 7 Kudos given
  • 16 Kudos received

User Activity

I try to add some feature control to my RAP model. I only want to allow the deletion of draft items (item is a child of my root node) which don't have an active instance yet. When disallowing deletion, new items (drafts) could not be deleted as wel...
Does somebody know in the ABAP Restful application programming model how to trigger a validation direct after the user changes a particular value in the UI? validation validateEnhancementType on save { create; update; field EnhancementType; }<br...
Hi All, I'm facing an issue using RAP. My model contains of 2 entities (parent and child 1..N) with draft support. A child entitiy could be created from the object page of the parent node using default functionallity (create). For one of the fields...
Hello, I developed a new Fiori elements list report using the flexible column layout with 3 levels: I created semantic object navigation from another application directly to the object page of the above application, after navigation the app...
Hello, Does somebody know, it's possible to hide a UI Facet (in my case a reference facet to a table) conditionally? In some circumstances I need to hide a reference facet of a table of a child element. Thanks in advance!