Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: How to implement Multiple selection in Dropdown list in ALV ?

$
0
0

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.




Viewing all articles
Browse latest Browse all 10425

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>