Get Example source ABAP code based on a different SAP table
Component Operator for Table Expression This example demonstrates the component operator> for a table expression.
ABAP_SOURCE_CODE DEMO CL_DEMO_CRRSPNDNG_TABLE_EXP
ABAP_DESCRIPTION This example shows a table expression> that reads a line of an internal table as a parameter of a constructor expression with the component operator CORRESPONDING>. After the assignment, the components of the target structure struct> contain the values of the identically named column of the line read by the table expression.