Skip to Content
0
May 29, 2018 at 09:48 AM

Consumption.filter does not work

653 Views

Hello,colleagues.

I have creating ListReport application using CDS annotation.

I added annotation below to my field in CDS view.

@UI.selectionField: [ { position: 50 } ]

@Consumption.filter: [ { mandatory: true,
multipleSelections: false,
selectionType: #SINGLE } ]

But @Consumption.filter does not work. In ListReport i can select multiple values and mandatory is not true.

Сan someone faced this problem ? How to resolve this issue?