Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

alv + user command plwa_selfield-refresh

Former Member
0 Likes
477

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

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
349

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

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
350

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