I want to add a few columns to this copy, perform calculations and write the data back to the result table ITAB2 The first component (out of 80) of the table ITAB1 is the SAP standard infoobject 0FISCVARNT ... Excerpt (line 1) gt_components:...
it_component_table = ob_abap_structdescr->get_components( ) . DATA: st_ddfields LIKE LINE OF it_ddfields . DATA: ob_abap_elemdescr TYPE REF TO cl_abap_elemdescr . DATA: is_ddic TYPE abap_bool . LOOP AT it_component_table ASSIGNING <st_component_table> . CASE <st_component_table>...