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_member183473
Participant

Hi there,

This component will allow you to create a combobox with any item you desire.

All you need to do is set the Items property with the following string pattern

KEY,TEXT;KEY2,TEXT2;KEY3,TEXT3

And the component will do the rest.

Here is the code.

olafecorcam/com.leandro.gp.combobox · GitHub

Use the following BIAL syntax to get the values inside the combo.


COMBOBOX_1.getSelectedKey();
COMBOBOX_1.getSelectedValue();

Best

Leandro

5 Comments
Labels in this area