cancel
Showing results for 
Search instead for 
Did you mean: 

How to refresh alv table...?

Former Member
0 Kudos

Hi All

Can you please tell me how to refresh alv table.

Thanks & Regards

SUN

Message was edited by:

SUN

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hm, maybe its possible with

wd_this->invalidate( ). ?

I use it for refreshing tables...

Former Member
0 Kudos

Hi .. yes it is invalidate .. but you need to get the reference to the

context node that is bound to the ALV component .. node->invalidate( ) deletes the content ...

Its all about the question how do you want tio trigger it ... ???

Former Member
0 Kudos

hm, i found out that there must be an entry under attributes:

wd_this and associated type if_v_table

hope it works

Cya