axel_brke3
Participant
Member since ‎2015 Mar 24

User Statistics

  • 60 Posts
  • 2 Solutions
  • 12 Kudos given
  • 6 Kudos received

User Activity

Hi community,we have an CDS Projection View which I want to restrict using an Access Control. This does unfortunately not work, Eclipse throws an error. The Access Control works fine in the underlying root view.I cannot find anything in the Documenta...
Hi,Using the Flexible Programming Model Table in SAP UI 1.108, I cannot see an option in the API to disable manual resizing of Columns by the user. We would like to disable it.Im talking about the users ability to drag a column when clocking on the s...
Hi,we are using FE in S4 on Premise Scenario.we have a list of entries which contain an ID which is a numeric type. This is important because in CDS we want to sort these entries as a number and not as a string (when sorting by string 11 is smaller t...
We want to create a RAP Service using a CDS View which relies on Parameters. define root view entity ZTEST_CO_VIEW with parameters p_fiscalYear : gjahr as select from ZTEST_CI_VIEW( p_fiscalYear : $parameters.p_fiscalYear ) { ...
Hi, we're currently creating Responsive UI5 applications.I really like the concept of AutoColumnWidth adjusting the columns according to the content sizes. Also there is a nice table propery "customizeConfig" seting AutoColumnWith for all ColumnsHowe...