cancel
Showing results for 
Search instead for 
Did you mean: 

Setting the Vissible Row count Dynamicaly

Former Member
0 Kudos

Hi,

I need to set the Vissible row count dynamically in Webdynpro Java, depending upon the number of rows in the internal table.

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Moderator Message: Web Dynpro Java question posted originally in the Web Dynpro ABAP forum. I've moved forums.

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Delphi,

This is Webdynpro ABAP Forum, Try to post in Webdynpro Java. I dont know WD Java.

Create one attribute of type i ex : COUNT TYPE I, and bind to visible row count property of table.

In code Describe table and get total no of records to one variable.

Finally use Set_attribute - Pass COUNT Value. Now Based on Count Value you get no of table rows.

Hope it Helps.

Cheers,

Kris.