Hi Experts,
I am generating an ALV output using REUSE_ALV_GRID_DISPLAY where I a field as editable. If I am changing any row / rows and If I press a button, those rows should not come in ALV display (i.e. ALV should be refreshed ).
I made use of
sf-refresh = 'X'.
sf-col_stable = 'X' .
sf-row_stable = 'X' .
where sf is type slis_selfield
which is deleting only one line and not more than one line. And also, I should not recall REUSE_ALV_GRID_DISPLAY once again. The existing ALV must refreshed and the lines that I edited should not come.
Expecting your kind response,
Venkat