Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member638425
Participant
The best way to select an item in the combo box is to use the setMultiple activity. Below is a step by step process:

Make sure you have declared the variable using the element class Multi Combo Box as the element type.

If you want to find different SAPUI5 features you can find them here.


To use the activity make sure that you are adding the values, you want to select as a string as shown below:
SAPUI5.pUI5.multiCombobox.setMultiple("["Goldberry", "Comfort Easy", "Smart Design"]");