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

MC64HFPA SAP ABAP INCLUDE - Routines for Parallel Processing







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


Text pool values


Title: Routines for Parallel Processing


INCLUDES used within this REPORT MC64HFPA

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:

CM_F_MESSAGE call function 'CM_F_MESSAGE' exporting arbgb = y_ck msgnr = '548' msgty = 'I' msgv1 = t_task-desti msgv2 = fehlertext msgv3 = f_hilfstext1 msgv4 = f_hilfstext2 exceptions mesage_type_not_valid = 1 no_sy_message = 2 others = 3.

CM_F_CMFMSG_MESSAGES_PUT call function 'CM_F_CMFMSG_MESSAGES_PUT' exporting append_same_msg = ' ' tables i_msgprot = t_msgprot_imp.

CK30_COSTINGLEVEL_STAT_FILL CALL FUNCTION 'CK30_COSTINGLEVEL_STAT_FILL' EXPORTING STEP = 'KA' KVMK = T_KVMK MAXMSGTYP = t_disst_imp-maxmsgtyp CHANGING CL_OBJCOUNTER = f_disst-objanz CL_ERROR_OBJCOUNTER = f_disst-fehobjanz CL_MAXMSGTYP = f_disst-maxmsgtyp CL_STATUS = f_DISST-feh_status CL_NEXTSTEPCOUNTER = F_DISST-AVANZ.

CK_RFC_COSTING_PARALLEL_V2 call function 'CK_RFC_COSTING_PARALLEL_V2' starting new task f_task-tname destination f_task-desti performing get_results on end of task exporting i_tindx = f_task-index i_disst = f_disst i_kala = kala i_startnumber = startnumber i_tck03 = t_tck03 i_log_number = log_number tables t_kvmk = t_kvmk_imp t_msgprot = t_msgprot_imp exceptions system_failure = 1 message k_fehlertext "P30K080855 communication_failure = 2 message k_fehlertext. "P30K080855

CK_RFC_COSTING_PARALLEL_V2 call function 'CK_RFC_COSTING_PARALLEL_V2' * starting new task f_task-tname * destination f_task-desti * performing GET_RESULTS on end of task exporting i_tindx = f_task-index i_disst = f_disst i_kala = kala i_startnumber = startnumber i_tck03 = t_tck03 i_log_number = log_number importing e_rtime = rtime e_disst = t_disst_imp e_tindx = tindx tables t_kvmk = t_kvmk_imp t_msgprot = t_msgprot_imp.

CM_F_CMFMSG_MESSAGES_PUT call function 'CM_F_CMFMSG_MESSAGES_PUT' exporting append_same_msg = ' ' tables i_msgprot = t_msgprot_imp.

CK30_COSTINGLEVEL_STAT_FILL CALL FUNCTION 'CK30_COSTINGLEVEL_STAT_FILL' EXPORTING STEP = 'KA' KVMK = t_kvmk MAXMSGTYP = t_disst_imp-maxmsgtyp CHANGING CL_OBJCOUNTER = f_disst-objanz CL_ERROR_OBJCOUNTER = f_disst-fehobjanz CL_MAXMSGTYP = f_disst-maxmsgtyp CL_STATUS = f_DISST-feh_status.

CK30_COSTINGLEVEL_STAT_FILL call function 'CK30_COSTINGLEVEL_STAT_FILL' exporting step = 'KA' kvmk = t_kvmk maxmsgtyp = t_disst_imp-maxmsgtyp changing cl_maxmsgtyp = f_disst-maxmsgtyp cl_status = f_disst-feh_status.



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