CL_ABAP_CORRESPONDING class provides simple methods for field mapping between internal tables.
Year: 2016
Use of CL_ABAP_CORRESPONDING with nested structure
CL_ABAP_CORRESPONDING class provides simple methods for field mapping between nested structures.
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