Skip to Content
0
Apr 28, 2009 at 11:27 AM

Which one is better Delete or FREE?

29 Views

Hi all,

after get pernr event i am filling all the p0001 data and looping it to move the corresponog data to another itab.

get pernr.

loop at p0001.

move p0001 to itab.

append itab.

endloop.

but when next pernr comes i dont required that itab should hold the data of previous pernr becuase i am reading the ITAB if it have more records it will consume lot of time...

so remove data what is best? DELETE itab or FREE ITAB?

Regards

sas