cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down for an input field in the search UIBB feeder

Former Member
0 Kudos

Hi,

How can I make one input field to Drop Down?

I have tried populating the ENUMERATION structure of the FPMGB_T_SEARCHFIELD_DESCR of the Search UIBB. This brings an F4 Search help.

However, I am looking for a simple drop down. The examples I am referring here all are corresponding to FORM UIBB and not SEARCH UIBB.

Thanks,

Ajith Cheruvally

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Ajith,

I'm not sure I understand your question, but I give it a try:

Alt. 1 (for not so long drop down values):

You can choose the type "Drop Down List box", but you need to fill the drop down list manually (in method get_definition, you have field description "fix values"

Alt. 2 (for much longer values such as F4):

Use Input Field as usual, check the "suggest values" box. --> Type ahead functionality.

Best regards,

Steve

Former Member
0 Kudos

Hi Thanks,

I have kind of resolved it. In the type declaration for the structure, I changed it to a type which has fixed values in the domain. And the enumeration in our get_definition method to overwrite these values.

Thanks,

Ajith Cheruvally

former_member210296
Participant
0 Kudos

Hi are you able to remove the blank entry from the drop down in Search UIBB?

0 Kudos

hi,

are you able to remove the blank entry from the drop down in Search UIBB?


Thanks in advance.

Answers (0)