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

REFRESH ALV

Former Member
0 Likes
578

HI

I WANT TO REFREAH ALV AFTER I PRES ON BUTTON.

WHEN I USE REUSE_ALV_GRID_DISPLAY

IN USER-COMMAND I USE

FORM USER_COMMAND USING P_UCOMM TYPE SYUCOMM

P_SELFIELD TYPE SLIS_SELFIELD.

P_SELFIELD-REFRESH = 'X'

how can i refresh when i use class

CL_SALV_TABLE?

thanks

have nice day

4 REPLIES 4
Read only

Former Member
0 Likes
519

Hi Yossi.

I've never used this class, but i see it has a REFRESH method... have you try using it?

Hope it helps.

Jesus

Read only

0 Likes
519

That's right Jesus, the REFRESH method will do the job. Adding this method call to the event handler method for you button will refresh the grid.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
519

Hello Yossi

I think you can use CL_SALV_TABLE->REFRESH( ) method.

Refer to this link

Thanks

Indrajit