Hello,
I have a Dynamic ALV Table with a DropDown by Key, everything is working fine,
ls_dropdown-VALUE = 'AAA'
ls_dropdown-TEXT = 'Germany'
append ls_dropdown to lt_Dropdown.
ls_dropdown-VALUE = 'BBB'
ls_dropdown-TEXT = 'England'
append ls_dropdown to lt_Dropdown.
when the user choose 'Germany', so 'Germany' will be shown in the ALV Table and after saving only the Key 'AAA' will be saved. and this is fine.
my requirement is, when the user shoose 'Germany', I want the key 'AAA' will be Displayed and Not the text 'Germany' and after saving, i want the Key will be saved and not the Text.
i will be very happy of any kind of Help
Regards