Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member184611
Active Participant
Adding a dropdown list in a Fiori Element based app is somewhat tricky before. We had a requirement in our project and have checked all these blogs, and one could normally find the solution as redefining the method of class MPC_EXT, as mentioned in the blog

https://blogs.sap.com/2016/04/16/how-to-build-a-drop-down-list-using-smart-template-cds-view/#jive_c...

But we can simply achieve this with an annotation.

@ObjectModel.resultSet.sizeCategory: #XS


 

Most of you might know how to use this, anyways I shall just explain it for a quick understanding for newbies.

Here we are bringing the dropdown list as a filter in a List Report.

Add the mentioned annotation in the CDS which will be consumed as a valueHelp for the respective filter in List Report.









 

Association is added in the Main CDS where the above CDS is consumed.









Valuehelp is assigned inside select.









 

Mentioned as selectionField in  Metadata Extension. This can be mentioned in CDS also as shown above.









 

Generate application and Execute. The filter field is displayed as Dropdown List.

 









 
18 Comments
Labels in this area