Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 9057

How to set values of dropdown list at runtime in ALV cell

$
0
0

Hi,

 

I want to set the values of a dropdown list in a cell of ALV based on the value select in other ALV listbox cell. I am using event ON_CELL_ACTION to get the key value.

 

In event ON_CELL_ACTION I am using the code below, lt_valueset2 is filled correctly but the values are not being populated in the cell.

 

CREATE OBJECT o_drdn EXPORTING selected_key_fieldname = ls_column-id.

         o_column->set_cell_editor( value = o_drdn ).

         o_node_info->set_attribute_value_set( name = ls_column-id

                                               value_set = lt_valueset2 ).

 

 

Does anyone face this issue?

 

 

Regards,

Felipe


Viewing all articles
Browse latest Browse all 9057

Trending Articles



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