Erm.... another myth.
INTO corresponding fields will make little or no difference over INTO TABLE directly. It might save you 0.0001% of the overall execution time. What it will do is make your code less robust and more prone to failure. Relying on the order of fields in a structure is dangerous. INTO CORRESPONDING is much safer.