cancel
Showing results for 
Search instead for 
Did you mean: 

Assertion failed in table data

Former Member
0 Kudos

Hi ,

I want to display all the records in the table . So I have made the number of visible records property of table to the size of node. When the size is 1000 records I am able to see the 1000 records. But when the size is 10,000 records it throws an error as assertion failed.

Any clues?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I dont think so that its advisable to show 10,000 records. Show only the amount of rows that would make sense to user to see, thus limit your TABLE UI visibleRowCount property value to 25-35 & let user use page scroll.

You can provide search functionality if he needs somethings specific.

Greetings

Prashant

Former Member
0 Kudos

Hi,

The advantage is user wants to see all the records and use the scroll option of browser. They do not want to use footer scroll which is very slow.

Is it possible?

Thanks,

Former Member
0 Kudos

I am NOT sure, may be its the WebDynpro Runtime or Application server which makes decision on the allowable size of data that can be sent back. What you can try though is keep increasing record counts above 1000, and below 10000 and you will roughly hit some limit. As soon as increase any number of records from there on u will get ASSERT failure.....

So max records should be the ideal u can display.

Greetings

Prashant

Former Member
0 Kudos

the max 1000 records are allowed. This error is clearly shown when ALV report is displayed.

Thanks,

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This error actually comes when there some problem with cardinality plz check the cardinality .

For tables we assign the cardinality as 0;n either try changing as 1:n and selection property also as 1:n. may be becaus of that it is dumping.

Have a Nice Day!!.

Regards,

Sana.