2008 Apr 25 6:38 AM
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
2008 Apr 25 6:44 AM
hi,
Based on key value we will display out put .
instead of that you want to pass text .
could explain clearly.
2008 Apr 25 7:00 AM
Hi,
Just remove the value of key from handler...
REWARD IF USEFUL
2008 Apr 25 11:31 AM
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