SAP CORRESPONDING VS FOR ABEXA
Get Example source ABAP code based on a different SAP table
Component Operator, Comparison with
This example compares the
ABAP_SOURCE_CODE
DEMO CL_DEMO_CRRSPNDNG_VS_FOR
ABAP_DESCRIPTION
The columns of an internal table can be assigned to columns with different names in a different table in three different ways:
Each method provides the same results. The component operator is quicker than the table comprehension when there are more than approximately 10 iterations. Using the component operator for each line is always the slowest solution.