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
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: Routines for Parallel Processing
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_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.