SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

COPA_ERKRS_COPY SAP ABAP Report - CO-PA: Copy Operating Concern







COPA_ERKRS_COPY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter COPA_ERKRS_COPY into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT COPA_ERKRS_COPY. "Basic submit
SUBMIT COPA_ERKRS_COPY AND RETURN. "Return to original report after report execution complete
SUBMIT COPA_ERKRS_COPY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_COPY =
Title: CO-PA: Copy Operating Concern


INCLUDES used within this REPORT COPA_ERKRS_COPY

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RKD_COLLECT_OBJECTS call function 'RKD_COLLECT_OBJECTS' exporting * LANGUAGE = ' ' mandant = p_copy-s_client application = s_objs-application objecttype = s_objs-objecttype objectkey = s_objs-objectkey * OBJECTKEYLEN = 0 * OBJECTTABLE = ' ' return_objecttypes = s_objs-return_obs * WITH_EXTERNAL_TABS = ' ' * COMPLETE_OBJECTLIST = ' ' * SEARCH_DIRECTION = '1' * DISPLAY_PROGRESS = 'X' i_trans_info = trans_info tables objectlist = lt_objlist exceptions bad_objecttype = 1 object_not_found = 2 others = 3.

RKC_OBJECTLST_TO_TRANSPORTLST call function 'RKC_OBJECTLST_TO_TRANSPORTLST' tables objectlist = gt_objlist e071_tab = gt_e071 e071k_tab = gt_e071k.

RKE_TRANSPORT_FILTER_TYPE call function 'RKE_TRANSPORT_FILTER_TYPE' exporting i_cust = p_copy-clidep i_cusy = p_copy-nclidep * i_ddic = ' ' tables it_e071 = gt_e071 it_e071k = gt_e071k xt_e071 = xt_e071 xt_e071k = xt_e071k exceptions undefined_object_found = 1 others = 2.

RKE_COPY_PROCESS_REQUEST call function 'RKE_COPY_PROCESS_REQUEST' exporting it_e071 = gt_e071[] it_e071k = gt_e071k[] i_copy_info = p_copy exceptions copy_error = 1 others = 2.

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = 'XECHTLAUF' langu = sy-langu importing dd04v_wa = s_dd04v exceptions illegal_input = 1 others = 2.

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = 'COPA_CP_01' langu = sy-langu importing dd04v_wa = s_dd04v exceptions illegal_input = 1 others = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name COPA_ERKRS_COPY or its description.