ABAP_DESCRIPTION The example compares the options for component-by-component assignments of structures with tabular components.
The statement MOVE-CORRESPONDING>> can be executed with and without the addition EXPANDING NESTED TABLES>. Depending on this, the tabular component is assigned as a whole or by component using identical names.
The operator CORRESPONDING> > can be executed with and without the addition DEEP>. Depending on this, the tabular component is assigned as a whole or by component using identical names.
The class CL_ABAP_CORRESPONDING>> always resolves tabular components.