‎2008 Jul 02 12:06 PM
hi can anyone please explain when writing this part of cone on ALV please
FORM f_user_command USING plv_ucomm LIKE sy-ucomm
plwa_selfield TYPE slis_selfield. "#EC CALLED
plwa_selfield-refresh = c_x.
What is the meaning of plwa_selfield-refresh ??? as per my understanding it is when user do changer on the ALV it is to keep those changes
‎2008 Jul 02 12:59 PM
this will force the table to refresh the display, so if you changed some cell content in your form routine, the change will be visible
‎2008 Jul 02 12:59 PM
this will force the table to refresh the display, so if you changed some cell content in your form routine, the change will be visible