Preview:
cl_abap_corresponding=>create(
      source      = itab_src
      destination = itab_target
      mapping     = VALUE cl_abap_corresponding=>mapping_table(  
  		( level   = 0
         kind    = cl_abap_corresponding=>mapping_component
         srcname = 'column_src1'
         dstname = 'column_target1' )
        ( level   = 0
         kind    = cl_abap_corresponding=>mapping_component
         srcname = 'column_src2'
         dstname = 'column_target2' )
      )  )->execute( EXPORTING source = <fs_data> CHANGING destination = e_r_resultset )..
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter