Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Editable List Box.

Former Member
0 Likes
1,430

Hello Experts,

I have created a List Box in a screen of module pool program. I want that list box editable.

i.e. if the user wants to enter some new value in the list box he can do that in the list box it self. However (preferably) he can not edit any preexisting values of the list box.

Please help me out with this issue.

Thanks in advance.

Somnath Das

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,184

Hi somnath,

1. I don't think that is allowed in listbox.

2. As the name suggests, listbox is specially for selecting from a pre-defined

list of values.

regards,

amit m.

8 REPLIES 8
Read only

Former Member
0 Likes
1,185

Hi somnath,

1. I don't think that is allowed in listbox.

2. As the name suggests, listbox is specially for selecting from a pre-defined

list of values.

regards,

amit m.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,184

Hi

Try by using Type-Group : VRM.

Regards,

Sreeram

Read only

Former Member
0 Likes
1,184

It is not possible to do that

chk the first 2 lines of SAP help

http://help.sap.com/saphelp_46c/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm

Read only

Former Member
0 Likes
1,184

I think this is possible .

I'll just try to give you an example .

Please see the List Box Created where we Type the TRANSACTION CODES.

Its of type List Box and we can edit that.

Isn't it?

"Just a wild guess - is there anything to do with HTML container?".

Read only

0 Likes
1,184

Hi there!

Exactly what I thought. I'm also looking for a possibility to edit a listbox (dropdown field) in an ALV GRID. If a value is not in the list, it should be possible to add a new one via keyboard.

And I've also thought, that the listbox for the transactions is exactly what I'm looking for.

Any suggestions to solve this problem?

Read only

0 Likes
1,184

Is there any solution for this?

Read only

0 Likes
1,184

Hi

Use CHAIN and ENDCHAIN to edit the list box...

Regards

ravi

Read only

0 Likes
1,184

Hi Ravi,

Thanks but can you please elaborate on how CHAIN and ENDCHAIN can resolve my issue.

I would be highly grateful to you for that.

Regards

Somnath Das