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: 

Dropdown list in ALV

Former Member
0 Kudos
95

Hi all,

Im using container to display the ALV.

I am passing handler and values in the dropdown.

and in my ALV, by checking the hadler im displaying the data. Everthing seeems fine.

I want to pass the key instead of text in the dropdown .

what to do?

Rgds,

Kanal

3 REPLIES 3

Former Member
0 Kudos
66

hi,

Based on key value we will display out put .

instead of that you want to pass text .

could explain clearly.

Former Member
0 Kudos
66

Hi,

Just remove the value of key from handler...

REWARD IF USEFUL

0 Kudos
66

Hoe to do it ?

My iternal table conatins,

Key value

10 aaaa

20 bbb

and the value in dropdwn is

lv_filed_cat-drdn_handle = 1

lv_filed_cat-value = itab-value

and the result is coming fine.

While saving , i get an error "maximum 2 char allowed"

Rgds,

SAP