... Within SAP BI-IP ABAP-Exit function I am trying to create a copy of the system generate ITAB1 in which the data is delivered to me by the system. I want to add a few columns to this copy, perform calculations and write the data back to the result table ITAB2 ...
CREATE OBJECT ob_components . ob_components->get_components( EXPORTING st_abap_componentdescr = st_abap_componentdescr CHANGING it_ddfields = it_ddfields ) . BREAK-POINT . ENDFORM . "test_06*---* Regards. Eitan. Reply SuhaSaha Product and Topic Expert In response to SuhaSaha 201...