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

MC64MF0F SAP ABAP INCLUDE - BOM explosion for cost estimate: form routines with F







MC64MF0F 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 MC64MF0F 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 MC64MF0F. "Basic submit
SUBMIT MC64MF0F AND RETURN. "Return to original report after report execution complete
SUBMIT MC64MF0F 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 with F


INCLUDES used within this REPORT MC64MF0F

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_WHERE_USED_MAT CALL FUNCTION 'CS_WHERE_USED_MAT' EXPORTING DATUB = STTAG DATUV = STTAG MATNR = MATNR POSTP = ' ' RETCODE_ONLY = ' ' STLAN = ' ' WERKS = WERKS TABLES WULTB = T_STPOV EQUICAT = LT_CSCEQUI KNDCAT = LT_CSCKND MATCAT = LT_CSCMAT STDCAT = LT_CSCSTD TPLCAT = LT_CSCTPL EXCEPTIONS CALL_INVALID = 01 MATERIAL_NOT_FOUND = 02 NO_WHERE_USED_REC_FOUND = 03 NO_WHERE_USED_REC_SELECTED = 04 NO_WHERE_USED_REC_VALID = 05.

MATERIAL_READ_MAKA CALL FUNCTION 'MATERIAL_READ_MAKA' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = LOC_PROC_MACK3 RETURN = MTCOR TABLES SEQMAT01 = DUMMY.

CS_ALT_SELECT_MAT CALL FUNCTION 'CS_ALT_SELECT_MAT' EXPORTING LOSGR = NEW_LOSGR WERKS = T_STPOV-WERKS MATNR = T_STPOV-MATNR * notab = notab DATUV = STTAG CAPID = H_CAPID STLAL = T_STPOV-VWALT STLAN = T_STPOV-STLAN TABLES MASTB_WA = MASTB STKOB_WA = STKOB STZUB_WA = STZUB EXCEPTIONS BOM_NOT_FOUND = 7 NO_BOM_FOUND = 1 BOM_NOT_ACTIVE = 2 ALT_NOT_FOUND = 6 NO_ALT_FOUND = 3.

MATERIAL_READ_MAKA CALL FUNCTION 'MATERIAL_READ_MAKA' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = LOC_PROC_MACK3 RETURN = MTCOR TABLES SEQMAT01 = DUMMY.

CS_ALT_SELECT_MAT CALL FUNCTION 'CS_ALT_SELECT_MAT' EXPORTING LOSGR = NEW_LOSGR WERKS = T_STPOV-WERKS MATNR = T_STPOV-MATNR * notab = notab DATUV = STTAG CAPID = H_CAPID STLAL = T_STPOV-VWALT STLAN = T_STPOV-STLAN TABLES MASTB_WA = MASTB STKOB_WA = STKOB STZUB_WA = STZUB EXCEPTIONS BOM_NOT_FOUND = 7 NO_BOM_FOUND = 1 BOM_NOT_ACTIVE = 2 ALT_NOT_FOUND = 6 NO_ALT_FOUND = 3.



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