cancel
Showing results for 
Search instead for 
Did you mean: 

Is Editable Dropdown possible(To type inside the dropdown)???

Former Member
0 Kudos

Hi

I want to create a dropdown which should be editable.

That is I should be able to type inside the dropdown, so that I can add that value also to the dropdown values.

Can any body help me to make the dropdown editable?

Thanks in advance

Smitha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is no editable drop-down (combo box), but you can use an InputField with value help.

Armin

Former Member
0 Kudos

Smitha (& Armin)

Even EVS will not work out of the box. If enetered value is not found in type ValueSet error will be raised.

I guess it is possible to modify solution I've described here: https://weblogs.sdn.sap.com/pub/wlg/3309. [original link is broken] [original link is broken] [original link is broken] [original link is broken]

The only change necessary is: in EvsHelper.applyValue add new value enetered to ValueSet of type. Should work. Unfortunately, cannot test this myself right now.

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

Former Member
0 Kudos

Hi,

Thanks everyone. I'll try it and bet back to you.

I tried what Armin suggested. But I was getting the error "doesn't match with enumeration" when entering a text that is not already in the list.

Hi Valery Silaev , I'll try your code, and 'll get back to you.

Thanks again

Smitha

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

good

you can use the ALV concept to develop to the editable dropdown .

you can go through this link.

http://sap.niraj.tripod.com/id38.html

THANKS

MRUTYUN