cancel
Showing results for 
Search instead for 
Did you mean: 

Row count refresh from one view to another

Former Member
0 Kudos

Hi,

I am facing problem regarding row count refresh in webdynpro application. On click from one view (selection-screen) to second view(report), if row count is increased and came back ,row count is not refreshed. Again moving from first to second ,reopens the second view at same row count inspite of first row of table control.

Your help will be highly appreicated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

My problem has been resolved by my own.

Former Member
0 Kudos

Hi,

In these cases, please tell the community how you solved the problem.

Regards,

Matias

gill367
Active Contributor
0 Kudos

Use invalidate method of the interface if_wd_context_node to invalidate the node's collection

and then fill it again with the new data..

thanks

sarbjeet singh

Former Member
0 Kudos

I am already using invalidate method of the interface if_wd_context_node to invalidate the node's collection but still the problem remains.

Former Member
0 Kudos

Hi ,

Just a suggestion..

Check the number of rows in the internal table during debugging..after you add a new row..

And also..how are you populating the table?

WDDOINIT or supply function?

thanks,

Aditya.