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

Interactive ALV Drop Down Input

Guneet20
Explorer
0 Likes
684

Hi All,

I have a requirement where I am working on an interactive ALV. I have screen 1 where i have a field "Reason" which has drop down values. The values are in the form " Code: Desc" eg " 20 : Wrong Input". Now my requirement is to add one reason code "25: Add your own text". When user selects this option, then the user must be able to type any thing in the column as the reason. Is this functionality achievable with abap and if yes, please suggest how. I am using OOPS ALV class CL_GUI_ALV_GRID.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
644

Hi Guneet,

When user selects the 25 from drop down box, where will the field for adding the text from the user. is it the same field or any other field to be enabled to edit mode ?

thanks,

bhaskar

Read only

0 Likes
644

In the same field, text has to be added.

Read only

0 Likes
644

So guneet,

when you select 25 in the drop down list. The same row of drop down list needs to be appear in the edit mode and should accept the user's comments ?

Thanks,

Bhaskar