Hi all,
I have problem in dynamic editable alv.
At user-c ommand i am updating Internal table after changing in editable alv.
problem is first time it is updating internal table by using method :
*&--Method to update changes after edit Alv
CALL METHOD G_GRID->CHECK_CHANGED_DATA
IMPORTING
E_VALID = L_VALID.
but if again after change in alv, PAI is calling this method is excuting but 2nd changes are not reflecting in internal table.
please suggest .
thanks
sandeep