ABAP - Keyword Documentation →  ABAP - ABAP Release News →  News for ABAP Release 7.5x →  News for ABAP Release 7.56 → 
Mail Feedback

Assignments in ABAP Release 7.56


1. New Additions for MOVE-CORRESPONDING

2. New Additions for the Component Operator CORRESPONDING

3. New Parameter for CL_ABAP_CORRESPONDING=>EXECUTE



Modification 1  

New Additions for MOVE-CORRESPONDING

It is now possible to specify MOVE-CORRESPONDING statements with the following additions in the context of nested tables in deep structures. Both ensure that nested tables of the deep target structures are not deleted and new lines of nested tables in deep source structures are added:





Modification 2  

New Additions for the Component Operator CORRESPONDING

It is now possible to specify statements with the component operator CORRESPONDING with the following additions in the context of nested tables in deep structures. Both ensure that the nested tables of deep target structures are not deleted and new lines of nested tables in deep source structures are added:





Modification 3  

New Parameter for CL_ABAP_CORRESPONDING=>EXECUTE

The method EXECUTE of the system class CL_ABAP_CORRESPONDING has a new parameter KEEPING_LINES. It has the same effect as the additions KEEPING TARGET LINES in MOVE-CORRESPONDING or BASE in CORRESPONDING.