SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Planning(CO-PC-PCP) SAP CO

CKEKCOPYMANAGER SAP ABAP INCLUDE - documentation and ABAP source code







CKEKCOPYMANAGER is a standard ABAP INCLUDE 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 CKEKCOPYMANAGER 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 CKEKCOPYMANAGER. "Basic submit
SUBMIT CKEKCOPYMANAGER AND RETURN. "Return to original report after report execution complete
SUBMIT CKEKCOPYMANAGER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT CKEKCOPYMANAGER

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:

CKEK_IO_POPUP_MATCOSTING_COPY CALL FUNCTION 'CKEK_IO_POPUP_MATCOSTING_COPY' EXPORTING * I_DO_COPY = 'X' I_MATNR = L_KEKO-MATNR I_WERKS = L_KEKO-WERKS I_REF_KLVAR = L_KEKO-KLVAR I_REF_TVERS = L_KEKO-TVERS I_KLVAR = L_KLVAR_NEW I_TVERS = L_TVERS_NEW I_KADAT = L_KEKO-KADAT I_BIDAT = L_KEKO-BIDAT I_BWDAT = L_KEKO-BWDAT IMPORTING E_DO_COPY = l_do_copy E_KLVAR = l_KLVAR_NEW E_TVERS = l_TVERS_NEW E_KADAT = l_KADAT_NEW E_BIDAT = l_BIDAT_NEW E_BWDAT = l_BWDAT_NEW E_CANCELED = l_canceled EXCEPTIONS WERKS_ERROR = 1. "raising checked

CKEK_MM_NODE_UC_PREPARE_CHANGE CALL FUNCTION 'CKEK_MM_NODE_UC_PREPARE_CHANGE' EXPORTING I_MM_NODE = G_CURRENT_UC-MM_NODE I_ENFORCE_SICH1 = 'X' IMPORTING E_ERROR_OCCURED = l_error_occured.

CKEK_MATCAL_HIERARCHY_COPY CALL FUNCTION 'CKEK_MATCAL_HIERARCHY_COPY' EXPORTING I_SOURCE_ROOT_MM_NODE = P_APP_KEY_SOURCE I_NEW_KLVAR = P_KLVAR_NEW I_NEW_TVERS = P_TVERS_NEW I_NEW_KADAT = P_KADAT_NEW I_NEW_BIDAT = P_BIDAT_NEW I_NEW_BWDAT = P_BWDAT_NEW I_ITERATOR_STRATEGY = L_ITERATOR_STRATEGY IMPORTING E_TARGET_ROOT_MM_NODE = L_MM_NODE_NEW E_RC = P_RC.



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 CKEKCOPYMANAGER or its description.