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
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: BOM explosion for cost estimate: form routines with F
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MC64MF0F - BOM explosion for cost estimate: form routines with F MC64MF0C - BOM explosions for cost estimate: form routines with C MC64MF0B - BOM explosion for cost estimate: form routines with B MC64IMAT - General Data Includes for Read Routines of the Material Master MC64HTOP - FIX_KEPH_DIPA MC64HFPA - Routines for Parallel Processing