cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I am very new to Webdynpro (ABAP) and have run into an issue, I have a main screen from which I am calling the ALV report screen. First time data coming fine, but when I go back and change the selection parameters and then execute the report again I am still getting the old data. If I run the same report, for the first time with the new parameters then also the data comes fine. Basically the issue seems to be clearing the Context node which provides data to the alv.

If I use the invalidate() on the outbound plug of alv report, it clears the data but doesn't bring the data next time.

Kindly let me know how should I do this, if you can provide some code that will be great.

Your immediate help will be greatly appreciated and rewarded.

Thanks,

Barjinder Singh.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

after using invalidate method it clears all the values. so after clearing once again you have to call the processing logic that is filling of data for given search criteria