Hi,
Iam using an editable alv to display the output report. I have 3 editable fields (check box field ) in it. by default it will set as 'X'. The user can edit the check boxes .
I have used a push button when it is clicked i want to load the new screen values in the internal table.I am using the following code to refresh my values.
FORM user_command USING r_ucomm TYPE sy-ucomm
rs_selfield TYPE slis_selfield
when 'but'
rs_selfield-refresh = 'X'.
endform.
The refresh is not taking place.
Is there any other option to do this.
Regards,
Priya