Application Development 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: 

List box/ drop down in ALV (OOPS) list

Former Member
0 Kudos

Hi All,

I am displaying a drop down in ALV list using OOPS. I am using structure and LVC_FIELDCATALOG_MERGE to prepare filedcatalog.

The field on which I am using drop down is of CHAR1 but the values in drop down are CHAR10. Like 'Not Processed' in list box corresponds to '1' in database structure. So when I select 'Not Processed' from drop down, ALV does some checks, then it gives error saying, 'Input field is too small. Correct entry.'.

Please tell me what should I do to resolve this problem.

Thanks and regards,

Ridhima

1 REPLY 1

Former Member
0 Kudos

Hi Ridhima,

I need a drop down field in ALV list for my ABAP report. The user will select one of them and the report will go with this selection. How do you make such thing? I need it too..