Hi Özgün,
Thanks For the Reply.
I aslo think the same logic of using check box in list but it will be fine when we are using
static value(not from database table) that we can insert check box in List.
But I am using Dynamic(Values and key both are coming From table ) , So how do One insert or
append Checkbox in List."
Check the Query as below
"
SELECT werks name1 FROM T001W INTO gwa_list
WHERE SPRAS = 'EN' .
APPEND gwa_list TO gt_list.
ENDSELECT. "
werks is used as value and name is Description(Key) , gwa_list is work area of list, and gt_list is main list.
Now Would you Suggest how to insert Check Box in this Case.