cancel
Showing results for 
Search instead for 
Did you mean: 

How to work with large database tables?

Former Member
0 Kudos

I want to be able to show a large amount of record in a Dynpro Table, using the paging mechanism which is built in.

From the tutorials I have seen that I have to make data access bean to get the data from the database.

In the examples the data is transfered to the context by iterating the records. This will do for 'normal-sized' tables, but if you have for example 100.000 records this will take some time. Is there any way to bind the table grid without first looping through all rows?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Jan,

This is not the esiest task because WD has no "native" support, howevere it is still possibel: see post by Stefan Klensch regarding large data set display. I'm totally agree with him.

VS