hello,
I have a small report using ALV grid to display. the outputlist have many interactive actions, realized in a local class for event button_click.
example:
on button_click the report calls transaction VA02. after changing data, it returns to outputlist. I call the method refresh_table_display, but the display is still the same. but the internal table has new values.
if I set a break point, the display will be updated correctly 😔
can anyone help?
greetz