cancel
Showing results for 
Search instead for 
Did you mean: 

ALV and insert line with drop down column

Former Member
0 Kudos

Hello

I modified my ALV output in order to display a drown down list by index at a specific column. The drop down list gets its value via another node attribute (method set_valueset_fieldname). If data exists, the ALV table displays the data perfect and the drop down list displays all possible values.

But now I pressed the button to insert a new line, here the drop down list contains no data.

What do I do wrong ?

Regards, Mathias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The ALV event ON_DATA_CHECK is the key here. Within an event handler on has to set the values of inserted rows.