Sample program for move corresponding *&---------------------------------------------------------------------* *& Report ymove_corresponding *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT ymove_corresponding. types : begin of it_demo, col1 type C, col2 type C, end of IT_DEMO, begin of it_demo2, col1 type C, col2 type C, col3 type C, end of IT_DEMO2, begin of it_demo3, col1 type C, col2 type C, col3 type C, … Continue reading Move Corresponding new ABAP syntax