This is a test message to test the length of the message box.
Login
|

Kommentar verfassen

Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.

value help dropdown option is not deselecting

Alison - 10.06.2026 - 13:01

Hi, thank you for sharing this. I'm facing an issue when using the dropdown option. The value help is available, and I'm able to select each value. However, when I deselect an item, the value remains marked as selected. Do you have any thoughts on this? Thank you

@AccessControl.authorizationCheck: #NOT_REQUIRED @AccessControl.personalData.blocking: #NOT_REQUIRED @EndUserText.label: 'Delivery Priority'

@ObjectModel.semanticKey: [ 'DeliveryPrioritySelection' ] @ObjectModel.representativeKey: 'DeliveryPrioritySelection' @VDM.viewType: #CONSUMPTION

@ObjectModel.usageType.serviceQuality: #A @ObjectModel.usageType.dataClass: #META @ObjectModel.usageType.sizeCategory: #S @ObjectModel.resultSet.sizeCategory: #XS @ObjectModel.dataCategory: #VALUE_HELP define view entity ZC_DELIVERYPRIORITYVH as select from I_DeliveryPriorityStdVH { @ObjectModel.text.element: ['DeliveryPriorityDesc'] @UI.textArrangement: #TEXT_ONLY key DeliveryPriority as DeliveryPrioritySelection,

DeliveryPriorityDesc

}


Xexer - 16.06.2026 - 08:59

Hello Alison,

have tested this with your annotations and it also work as normal, so I can deselect the entries in the filter. Do you use aditional @Consumption.filter Annotations, where you have included the VH? Or maybe you are working on an older system and the Fiori Version does not fit.

Greetings Björn