Skip to Content
0
Former Member
Mar 24, 2009 at 02:06 PM

Updating attribute value set dynamically not just once but multiple times.

89 Views

Hi,

Value set of an attribute in the ALV table can be filled dynamically in any method , even in WDDOMODIFYVIEW (which is called everytime when the view is loaded) without problem. But then, the corresponding Filter dropdown of this attribute, which appears while clicking on the 'Filter' link in the ALV, is populated with the same dynamic value set ONLY when the value set of the attribute is filled in the WDDOINIT of the view or the component controller !

Now my problem is that this attribute value set has to be updated everytime both for the attribute and its corresponding filter dropdown when I go out of the view and come back in. But at this point, the WDDOINIT of the view or the component controller is not called anymore !! So my purpose is not served. What to do in that case ?

Best regards

Sukanya