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
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.
Selection Text: P_COPY =
Title: CO-PA: Copy Operating Concern
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COPA_ERKRS_COPY - CO-PA: Copy Operating Concern COPA_ERKRS_COPY - CO-PA: Copy Operating Concern COPA_ERKRS_2_BUKRS - CO-PA: Structure of Company Code Line Items COPA_ERKRS_2_BUKRS - CO-PA: Structure of Company Code Line Items COPA_CRMDOCUMENTUPDATE_TOP - CRM - R/3 CO-PA Sales Documents Transfer COPA_CRMDOCUMENTUPDATE - Subroutines for CRM Documents Update in CO-PA