cancel
Showing results for 
Search instead for 
Did you mean: 

row count in table ui element

sahai
Contributor
0 Kudos

hi,

m having a table ui element in my application in layout m able to see the number of rows in footer but when i excecute the code the footer is not shown and hence m not able to get the actual records present in the table but when i drag the vertical scroll i am able to know the number of records in the table kindly suugest me how to get the footer .

thanks and regards,

sahai.s

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sahai,

Please have a look at the thread.

[link|;

It says that you can get footer by passing PAGINATOR value to the app paramater WDTABLENAVIGATION ..

This is possible only when Lightspeed rendering is disabled...i.e app paramater WDLIGHTSPEED is set to abap_false.

Thanks,

Aditya.

sahai
Contributor
0 Kudos

hi,

can you guide me how to use the same..

thanks and regards,

sahai.s

Former Member
0 Kudos

HI..

WDTABLENAVIGATION and WDLIGHTSPEED are standard aplication paramaters .

Double click on the web dynpro application.Go to tab Paramaters.

In that select the required paramater from the F4 help and give the value as PAGINATOR to WDTABLENAVIGATION

and 'blank' to WDLIGHTSPEED .Save the changed and test the application.

But doing this.., performance might be effected as Thomas has mentioned in the thread I provided in my previous post.

Thanks,

Aditya.

sahai
Contributor
0 Kudos

hi aditya,

i did as you told but still i dint het the row counter in footer...

kindly help

regards,

sahai.s

Former Member
0 Kudos

Hi ,

Is the footer available now?

If not tick the Table property 'footerVisible'.

Thanks,

Aditya.

sahai
Contributor
0 Kudos

yes the footer is visisble but still the row counnt cant be seen

Former Member
0 Kudos

Are you sure that you have data in the table?

I filled one row and I am able to see the row count..

But I think its not a good practice to use footer as your row count.

PAGINATOR will not allow Light speed rendering..and hence performance will be effected..

Why dont you create another textview to show the row count?

Thanks,

Aditya.

sahai
Contributor
0 Kudos

yes the table has the data ....it is client's requirement

Former Member
0 Kudos

Hi

Are you able to see the row count in view preview?.It will show the 'visibleRowCount' value in the preview.

Thanks,

Aditya.

sahai
Contributor
0 Kudos

yes,

i layout m able to see it but not in browser

Former Member
0 Kudos

Hi,

As per one of the threads by Thomas Jung, paginator in WD ABAP table uielement is depriciated. Even though it is visible in the design mode, it will not appear during application execution any more. There is no way to display it on the screen.

Regards

Vishal Kapoor