hi,
try the following code before your select routine:
free it_dso.
If not source_package is initial. -> (as chandra said above)
sort source_package ascending.
If you have another select statement before this one, free the other internal tables also.
leo