cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fiori RAP: Define Sort Order for Value Help

ivan_kalcha
Explorer
0 Kudos
617

I’m developing an SAP Fiori application using the RAP model. In my scenario, I have a CDS entity that provides the data for the Value Help. The screenshot below shows the Value Help window with the data. I would like to specify the sort order for the Value Help, so that when the list is displayed, the line items will be sorted in ascending order based on the first column. Is there a RAP annotation that can be used to define the sorting order?

ivan_kalcha_0-1744328667374.png

 

 

View Entire Topic
junwu
SAP Champion
SAP Champion
0 Kudos

Consumption.valueHelpDefinition.presentationVariantQualifier: PUTYOURPRESENTATIONVARIANTHERE

when you annotate the field, you have to mention which presentationvariant to be used

ivan_kalcha
Explorer
0 Kudos
Can please elaborate your recommendation?