Hi Dennis,
The ABAPers can use the PACKAGE size statement in the SELECT statment.
DATA: l_psize TYPE i VALUE 10000.
Select .... from Table ....into inttable PACKAGE SIZE l_psize WHERE condition.
Maybe this will help :)
Hi Dennis,
The ABAPers can use the PACKAGE size statement in the SELECT statment.
DATA: l_psize TYPE i VALUE 10000.
Select .... from Table ....into inttable PACKAGE SIZE l_psize WHERE condition.
Maybe this will help :)