cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide CDS view parameter on FIORI list report

Hi All,

I have CDS view with Parameter p_budat. Is there a way to hide this parameter in FIORI list report.

I am using list report extension "onBeforeRebindTableExtension:function()" to use this parameter for other selection screen element "From Date" for some purpose.

When I am calling FIORI list report , both the parameters "p_budat" and "From Date" are coming on selection screen. Understandably because p_budat is CDS parameter hence mandatory. But I want this parameter to be hidden or invisible in report selection screen.

Please suggest a way.

Thanks!

Former Member
0 Kudos

Hi vikasb81

Have you looked into field hiding annotation @UI.hidden ?

You can use it to prevent fields from being displayed on a UI and in the personalization dialog.

https://help.sap.com/viewer/cc0c305d2fab47bd808adcad3ca7ee9d/7.51.6/en-US/1104003411cf44c79f07baf963...

Luis

Accepted Solutions (0)

Answers (1)

Answers (1)

MioYasutake
Active Contributor
0 Kudos

In list report, the following parameter affects whether CDS parameters are shown in the filter bar.

"considerAnalyticalParameters": true / false

It is described in the document below.

https://sapui5.hana.ondemand.com/#/topic/8e3b6be7128344e9bdcfceb3219f0de7

Try setting considerAnalyticalParameters to false.