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

MC64MOLD SAP ABAP INCLUDE - BOM explosion for cost estimate: form routines not used







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


Text pool values


Title: BOM explosion for cost estimate: form routines not used


INCLUDES used within this REPORT MC64MOLD

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:

CS_ALT_SELECT_COUPLED_PRODUCT CALL FUNCTION 'CS_ALT_SELECT_COUPLED_PRODUCT' EXPORTING MATNR = F_CS_ALT_SELECT-MATNR WERKS = F_CS_ALT_SELECT-WERKS STTAG = F_CS_ALT_SELECT-STTAG STLAN = F_CS_ALT_SELECT-STLAN STLAL = F_CS_ALT_SELECT-STLAL CAPID = H_CAPID VERSIONS = 'X' USAGES = 'X' AUTO = ' ' GAMNG = F_CS_ALT_SELECT-GAMNG GMEIN = F_CS_ALT_SELECT-GMEIN PLNAW = ' ' ARBPA = ' ' NOTAB = NOTAB DIALOG = ' ' CALC_VERID = F_CS_ALT_SELECT-VERID IMPORTING I_MATNR = F_CS_ALT_SELECT-MATNR I_VERID = F_CS_ALT_SELECT-VERID I_CSPLIT = F_CS_ALT_SELECT-CSPLIT I_GAMNG = F_CS_ALT_SELECT-GAMNG I_GMEIN = F_CS_ALT_SELECT-GMEIN I_STLAN = F_CS_ALT_SELECT-STLAN I_STLAL = F_CS_ALT_SELECT-STLAL I_MATKO_VERID = F_CS_ALT_SELECT-PR_VERID TABLES TAB_MKAL = T_MKAL TAB_MASTB = MASTB TAB_STPOV = T_STPOV EXCEPTIONS NO_BOM_FOUND = 1 NO_ALT_FOUND = 6 CALL_INVALID = 10.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = Y_CMF-CK MSGNR = '674' MSGTY = Y_CMF-W MSGV1 = T_KVMK-MATNR MSGV2 = T_KVMK-WERKS MSG_ON_SCREEN = ' ' OBJECT_DEPENDENT = Y_X EXCEPTIONS MESAGE_TYPE_NOT_VALID = 01 NO_SY_MESSAGE = 02.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = Y_CMF-CK MSGNR = '622' MSGTY = Y_CMF-I MSGV1 = T_KVMK-MATNR MSGV2 = T_KVMK-WERKS MSGV3 = F_CS_ALT_SELECT-MATNR MSG_ON_SCREEN = ' ' OBJECT_DEPENDENT = Y_X EXCEPTIONS OTHERS = 1.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = Y_CMF-CK MSGNR = '637' MSGTY = Y_CMF-I MSGV1 = T_KVMK-MATNR MSGV2 = T_KVMK-WERKS MSGV3 = F_CS_ALT_SELECT-MATNR MSG_ON_SCREEN = ' ' OBJECT_DEPENDENT = Y_X EXCEPTIONS OTHERS = 1.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = Y_CMF-CK DISPO = K_PROCESS_MACK3-DISPO MSGNR = '622' MSGTY = Y_CMF-I MSGV1 = T_KVMK-MATNR MSGV2 = T_KVMK-WERKS MSGV3 = F_CS_ALT_SELECT-MATNR MSG_ON_SCREEN = ' ' OBJECT_DEPENDENT = Y_X EXCEPTIONS OTHERS = 1.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = Y_CMF-CK MSGNR = '637' MSGTY = Y_CMF-I MSGV1 = T_KVMK-MATNR MSGV2 = T_KVMK-WERKS MSGV3 = F_CS_ALT_SELECT-MATNR MSG_ON_SCREEN = ' ' OBJECT_DEPENDENT = Y_X EXCEPTIONS OTHERS = 1.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = T_KVMK-LOSAU NO_TYPE_CHECK = 'X' ROUND_SIGN = '+' UNIT_IN = T_KVMK-MEINS UNIT_OUT = T_KVMK-MEINS IMPORTING OUTPUT = T_KVMK-LOSAU.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = Y_CMF-CK MSGNR = '632' MSGTY = Y_CMF-I MSGV1 = T_KVMK-MATNR MSGV2 = K_LOSGRTXT1 MSGV3 = F_CS_ALT_SELECT-MATNR MSGV4 = K_LOSGRTXT2 MSG_ON_SCREEN = SPACE OBJECT_DEPENDENT = Y_X VAGRP = T_KVMK-VAGRP EXCEPTIONS OTHERS = 1.



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