Skip to Content
0
Former Member
May 14, 2008 at 08:59 AM

help in dump

25 Views

hi,

i do this select and when i have in range table (pro_tab) lot of recoreds

above 1000 i have dump .

how can i avoid that?

SELECT dimybproject COUNT(*) AS cnt

FROM /bic/0czempl

INTO CORRESPONDING FIELDS OF TABLE it_em

WHERE dim0calmonth GE res_per

AND dim0calmonth LE st_date

AND dimybproject IN pro_tab

GROUP BY dimybproject.

Regards