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