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

MC64MF0L SAP ABAP INCLUDE - Module for Run Administration







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


Text pool values


Title: Module for Run Administration


INCLUDES used within this REPORT MC64MF0L

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:

CK_F_KALA_POSTING CALL FUNCTION 'CK_F_KALA_POSTING' IN UPDATE TASK EXPORTING KALA_IMP = KALA.

CK_F_KALV_POSTING CALL FUNCTION 'CK_F_KALV_POSTING' IN UPDATE TASK EXPORTING KALADAT = KALA-KALADAT KALAID = KALA-KALAID TVERS = KALA-TVERS TABLES T_TCK03 = T_TCK03.

CK_F_KALS_POSTING CALL FUNCTION 'CK_F_KALS_POSTING' IN UPDATE TASK EXPORTING KALADAT = KALA-KALADAT KALAID = KALA-KALAID TVERS = KALA-TVERS TABLES T_DISST = T_DISST.

CK_F_KALF_POSTING CALL FUNCTION 'CK_F_KALF_POSTING' IN UPDATE TASK EXPORTING KALADAT = KALA-KALADAT KALAID = KALA-KALAID TVERS = KALA-TVERS TABLES T_KALF = T_KALF.

CK_F_KALM_POSTING CALL FUNCTION 'CK_F_KALM_POSTING' IN UPDATE TASK EXPORTING KALADAT = KALA-KALADAT KALAID = KALA-KALAID TVERS = KALA-TVERS TABLES T_DISST = T_DISST T_KVMK = T_KVMK.

CK_F_COSTINGRUN_HEADER_READ CALL FUNCTION 'CK_F_COSTINGRUN_HEADER_READ' EXPORTING KALAID = KALA-KALAID KALADAT = KALA-KALADAT IMPORTING KLVAR = T_TCK03-KLVAR F_KALA = KALA KALA_FOUND = KALA_FOUND KALS_FOUND = KALS_FOUND KALF_FOUND = KALF_FOUND KALV_FOUND = KALV_FOUND KALV_ERROR = KALV_ERROR TABLES T_KALST_EXP = T_DISST T_KALF_EXP = T_KALF.

CK_F_TCK03_HIERARCHY_READING CALL FUNCTION 'CK_F_TCK03_HIERARCHY_READING' EXPORTING P_KLVAR = T_TCK03-KLVAR IMPORTING F_TCK03 = T_TCK03.

CK_F_COSTINGRUN_OBJECTS_READ CALL FUNCTION 'CK_F_COSTINGRUN_OBJECTS_READ' EXPORTING F_KALA_IMP = KALA IMPORTING KALM_FOUND = KALM_FOUND TABLES T_KALST_CHG = T_DISST T_KVMK_CHG = T_KVMK.

CKSA_INITIALIZE CALL FUNCTION 'CKSA_INITIALIZE' EXPORTING GLOBALDATA = K_GLOBALDATA * NO_POST = * GLEICHTEIL_BEHANDLUNG = ' ' * SELECT_CONFIGURED_MAT = 'X' * SELECT_NORMAL_MAT = 'X' IGNORE_UEBID_FOR_TOP_MAT = KALA-NOUEB TABLES T_KVMK_IMP = T_KVMK.

CM_F_MESSAGE * CALL FUNCTION 'CM_F_MESSAGE' * EXPORTING * APPEND_SAME_MSG = 'X' * ARBGB = '02' * MSGNR = '004' * MSGTY = 'I' * MSGV1 = T_KVMK-MATNR * MSGV2 = T_KVMK-WERKS * MSGV3 = T_KVMK-CUOBJ * MSGV4 = T_KVMK-KALNR * OBJECT_DEPENDENT = ' '.



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