Sorry, but I have to disagree about "Never user LOOP...INTO". It depends on the line type of your internal table i.e. the length of one line. If you have e.g. a list of references (one field), it's better to use INTO.
But for the topic of this discussion, I think it's a good hint to avoid wasting time by copying data all the time.