MKKPZF04 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 MKKPZF04 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.
Title: COC-RM: Parallel Processing of Overhead Calculation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CM_F_MESSAGE * call function 'CM_F_MESSAGE' * exporting * arbgb = y_cmf-kk * msgnr = '303' * msgty = 'E' * msgv1 = f_ckph-kstrg * msg_on_screen = 'X' * object_dependent = space * exceptions * mesage_type_not_valid = 01 * no_sy_message = 02.
ENQUEUE_EKACTVE * call function 'ENQUEUE_EKACTVE' * exporting * kokrs = kkp_ch-kokrs * activity = h_vorgang * exceptions * foreign_lock = 1.
CM_F_MESSAGE * call function 'CM_F_MESSAGE' * exporting * arbgb = y_cmf-kk * msgnr = '006' * msgty = 'E' * msgv1 = kkp_ch-kstrg * msgv2 = sy-msgv1 * msg_on_screen = 'X' * object_dependent = space * exceptions * mesage_type_not_valid = 01 * no_sy_message = 02.
CM_F_MESSAGE * call function 'CM_F_MESSAGE' * exporting * arbgb = y_cmf-kk * msgnr = '416' * msgty = 'E' * msgv1 = kkp_ch-kokrs * msg_on_screen = 'X' * object_dependent = space * exceptions * mesage_type_not_valid = 01 * no_sy_message = 02.
CM_F_MESSAGES_GET * call function 'CM_F_MESSAGES_GET' * tables * e_msgprot = t_cmfmsg.
CM_F_MESSAGES_GET * call function 'CM_F_MESSAGES_GET' * tables e_msgprot = t_cmfmsg.
KKPA_PARA_PROCESS_START * call function 'KKPA_PARA_PROCESS_START' * exporting * call_form = 'SURCHARGE_START_PARALLEL_TASK' * call_prog = gd_repid * receive_form = 'SURCHARGE_RECV_PARALLEL_TASK' * receive_prog = gd_repid * imp_param = ld_params * debug_mode = 'X' * tables * table_param = t_top_ckph * exceptions * no_tasks_left = 1.
K_GET_HIERARCHY CALL FUNCTION 'K_GET_HIERARCHY' EXPORTING OBJECT_NR = T_TOP_CKPH-OBJNR DATBI = T_TOP_CKPH-DATBI HIART = Y_HIART OBART = Y_OBART LOEKZ = 'X' TABLES KKHIE_I = T_SAV_KKHIE EXCEPTIONS NOT_FOUND = 01.
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = Y_CMF-KK MSGNR = '002' MSGTY = 'E' MSG_ON_SCREEN = SPACE OBJECT_DEPENDENT = SPACE EXCEPTIONS MESAGE_TYPE_NOT_VALID = 01 NO_SY_MESSAGE = 02.
CO_APPL_LOG_APPEND_KSTRG CALL FUNCTION 'CO_APPL_LOG_APPEND_KSTRG' EXPORTING KSTRG = T_TOP_CKPH-KSTRG.
KKP_PARA_HIER_SURCHARGE_CALC CALL FUNCTION 'KKP_PARA_HIER_SURCHARGE_CALC' STARTING NEW TASK P_PARA_INVOKE-TASKNAME DESTINATION P_PARA_INVOKE-TASKDEST PERFORMING END_OF_TASK_PROC ON END OF TASK EXPORTING I_TCODE = SY-TCODE I_KKP_CH = P_PARAMS-KKP_CH I_STORNO_FLG = P_PARAMS-STORNO_FLG TABLES KKHIE_TAB = T_SAV_KKHIE PROTOKOLL_TAB = LT_PROTOKOLL EXCEPTIONS SYSTEM_FAILURE = 1 COMMUNICATION_FAILURE = 2 OTHERS = 3.
K_KTRAT_READ * call function 'K_KTRAT_READ' * exporting * i_ktrat = f_ckph-ktrat * importing * e_ckphs = f_ckphs.
CM_F_MESSAGE * call function 'CM_F_MESSAGE' * exporting * arbgb = y_cmf-kk * msgnr = '417' * msgty = 'I' * msgv1 = f_ckph-kstrg * msg_on_screen = space * object_dependent = space * exceptions * mesage_type_not_valid = 01 * no_sy_message = 02.
OBJECT_IDENTIFICATION_GET * call function 'OBJECT_IDENTIFICATION_GET' * exporting * datum = sy-datlo * langu = sy-langu * objnr = f_kkhie-objnr * importing * identification = sy-msgv1.
CM_F_MESSAGE * call function 'CM_F_MESSAGE' * exporting * arbgb = y_cmf-kk * msgnr = '410' * msgty = 'W' * msgv1 = sy-msgv1 * msg_on_screen = space * object_dependent = space * exceptions * mesage_type_not_valid = 01 * no_sy_message = 02.
CM_F_MESSAGE * call function 'CM_F_MESSAGE' * exporting * arbgb = 'KA' * msgnr = t_protokoll-msgnr * msgty = 'E' * msgv1 = sy-msgv1 * msgv2 = sy-msgv2 * msgv3 = sy-msgv3 * msgv4 = sy-msgv4 * msg_on_screen = space * object_dependent = space * exceptions * mesage_type_not_valid = 01 * no_sy_message = 02.
OBJECT_IDENTIFICATION_GET * call function 'OBJECT_IDENTIFICATION_GET' * exporting * datum = sy-datlo * langu = sy-langu * objnr = f_kkhie-objnr * importing * identification = sy-msgv1.
CM_F_MESSAGE * call function 'CM_F_MESSAGE' * exporting * arbgb = y_cmf-kk * msgnr = '411' * msgty = 'S' * msgv1 = sy-msgv1 * msg_on_screen = space * object_dependent = space * exceptions * mesage_type_not_valid = 01 * no_sy_message = 02.
CALL FUNCTION 'DEQUEUE_EKACTVE' EXPORTING KOKRS = KKP_CH-KOKRS ACTIVITY = H_VORGANG.
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 MKKPZF04 or its description.
MKKPZF04 - COC-RM: Parallel Processing of Overhead Calculation MKKPZF03 - Process Manufacturing: Overhead Calculation for Cost Objects: List MKKPZF02 - Process Costing: Overhead Calculation MKKPZF01 - Process Costing: Overhead Calculation MKKPPTOP - documentation and ABAP source code MKKPPO01 - documentation and ABAP source code