cancel
Showing results for 
Search instead for 
Did you mean: 

Overview Page Custom header filters

GregoryPARIS
Discoverer
0 Kudos

Hello,

We would like to have value help type of filters in the header of an Overview Page, instead of (or in addition to) the include/exclude type. Is it possible to generate this kind of value help by annotations, or can we customize this part of the Overview Page?

We are working on SAPUI5 1.52.1.

Thanks in advance and Best Regards,
Greg

Accepted Solutions (1)

Accepted Solutions (1)

gregorw
Active Contributor
0 Kudos

Value helps are possible. Perhaps the example at https://github.com/jasper07/Teched17 helps you.

GregoryPARIS
Discoverer
0 Kudos

Hello Gregor,

Thanks a lot for your example, it's very useful.

I found a way to use Value Help on a field with the help of your document and the Smart Filter Bar sample: https://sapui5.hana.ondemand.com/sdk/#/sample/sap.ui.comp.sample.smartfilterbar/preview

We have to add a ValueList annotation into an Annotations tag that contains the target to the concerning field, like:

<Annotations Target="com.sap.GL.zrha.LineItems/Bukrs" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="com.sap.vocabularies.Common.v1.ValueList">
<Record>.....

Thanks,
Greg

Answers (1)

Answers (1)

former_member103161
Contributor
0 Kudos

For custom filters you can refer to the documentation here