roman_schneider
Explorer
Member since ‎2024 Sep 06

User Statistics

  • 8 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have two CDS entities A and B. B is an composition and has an Attribute BNAME.In a list report-app  i want to filter the result of A by BNAME (All A which have a certain BNAME) and then the rest should be as usual: Navigate to ObjectPage of A and d...
I have a simple CDS view with LINE_ITEM annotation. Dependent on a condition i want to hide the column via the hidden property. @ui.lineItem: [{ position: 1000, hidden: true }]  works fine. The column is not rendered. But none of the variants works a...
I all,I have a simple data model ( Team with several language dependent descriptions). I have already stripped it to minimum...Interface ViewsSimple View projection: Extension to Team:Previewing the data show me results. But the preview of the servic...