CL_ABAP_CORRESPONDING class provides simple methods for field mapping between nested structures.
Category: ABAP
Use of CL_ABAP_CORRESPONDING with flat structure
CL_ABAP_CORRESPONDING class provides simple methods for field mapping between structures.
FILTER on Internal table using FILTER Internal Table
New ABAP feature allows to filter one internal table based on another internal table content.
FILTER on Internal Table with EXCEPT addition
FILTER without EXCEPT addition selects those rows that matches the where condition while FILTER with EXCEPT selects those rows that don’t matches the where condition.
FILTER on Internal Table
With the new ABAP feature FILTERing can be applied on internal tables with secondary key which reduces the LOOPing on the internal tables to find
New way of using CORRESPONDING in ABAP
The new use of CORRESPONDING key word with MAPPING & EXCEPT combination allows more powerful data transfer between two structures. The below post shows some variants