Skip to Content
0
Former Member
Jul 21, 2008 at 07:41 AM

for all entries

385 Views

Hi experts,

I have a selection to cdhdr and cdpos tables, both of them are huge tables. One is with hundreds of thousands of records, other is millions of records.

At first I'm selecting into an internal table t_cdhdr, but according to the selection will be empty.

Then I select from cdpos with the addition 'for all entries in t_cdhdr'. I receive a TSV_TNEW_PAGE_ALLOC_FAILED dump. Why it is occured?