SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

MM13QF00 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MM13QF00

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:

MMPV_DATE_CHECK CALL FUNCTION 'MMPV_DATE_CHECK' EXPORTING I_NEW_LFGJA = BUKRS_TAB-JAHR I_NEW_LFMON = BUKRS_TAB-MONAT I_BUKRS = '' " BUKRS_TAB-BUKRS I_FY_VARIANT = T001-PERIV EXCEPTIONS MMPV_BLOCKED = 1 ERROR_OCCURRED = 2.

MB_STATUS_SEPERATE_VALUATION CALL FUNCTION 'MB_STATUS_SEPERATE_VALUATION' EXPORTING BUKRS = bukrs_tab-bukrs * IMPORTING * STATUS = * ALL_COUNT = EXCEPTIONS EXCEPTION_INTERNAL_ERROR = 1 EXCEPTION_ENTRIES_FOUND = 2 EXCEPTION_NO_ENTRIES_FOUND = 3 OTHERS = 4 .

CKML_F_CKML1_PERIOD_APPEND_BWK * CALL FUNCTION 'CKML_F_CKML1_PERIOD_APPEND_BWK' * EXPORTING * BWKEY = IN_BWKEY-VBWKE * LFMON = BUKRS_TAB-MONAT * LFGJA = BUKRS_TAB-JAHR * VMMON = BUKRS_TAB-VORMONAT "neu zu 4.0/ch

MLCCS_CLOSE_PERIOD CALL FUNCTION 'MLCCS_CLOSE_PERIOD' EXPORTING I_BWKEY = IN_BWKEY-VBWKE I_NEW_LFGJA = bUKRS_TAB-JAHR I_NEW_LFMON = bUKRS_TAB-MONAT EXCEPTIONS ERROR_OCCURRED = 1 OTHERS = 2 .

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING LS_KEY = GS_KEY LS_SCMA_EVENT = LS_SCMA_EVENT CHANGING LD_APLSTAT = LD_APLSTAT EXCEPTIONS NO_ID_GIVEN = 1 OTHERS = 2.

PERIODENANFANG_ERMITTELN CALL FUNCTION 'PERIODENANFANG_ERMITTELN' EXPORTING EPERIV = T001-PERIV EPERJJ = RM03Q-LFGJA EPOPER = POPER IMPORTING IVONTG = DATUM "Erster Tag der Periode EXCEPTIONS PERIODE_NICHT_VORHANDEN = 01 T009_NICHT_GEFUNDEN = 02.

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' EXPORTING EANZPR = 1 EDATUM = RM03Q-DATUM EPERIV = T001-PERIV TABLES PPERX = INT_PPER EXCEPTIONS T009B_FEHLERHAFT = 01 T009_NICHT_GEFUNDEN = 02.

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' EXPORTING EANZPR = 1 EDATUM = DATUM EPERIV = T001-PERIV TABLES PPERX = INT_PPER EXCEPTIONS T009B_FEHLERHAFT = 01 T009_NICHT_GEFUNDEN = 02.

PERIODENANFANG_ERMITTELN CALL FUNCTION 'PERIODENANFANG_ERMITTELN' EXPORTING EPERIV = T001-PERIV EPERJJ = BUKRS_TAB-VJJAHR EPOPER = POPER IMPORTING IVONTG = DATUM "Erster Tag der Periode EXCEPTIONS PERIODE_NICHT_VORHANDEN = 01 T009_NICHT_GEFUNDEN = 02.

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' EXPORTING EANZPR = 1 EDATUM = DATUM EPERIV = T001-PERIV TABLES PPERX = INT_PPER EXCEPTIONS T009B_FEHLERHAFT = 01 T009_NICHT_GEFUNDEN = 02.

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' EXPORTING EANZPR = 1 EDATUM = DATUM EPERIV = T001-PERIV TABLES PPERX = INT_PPER EXCEPTIONS T009B_FEHLERHAFT = 01 T009_NICHT_GEFUNDEN = 02.

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' EXPORTING EANZPR = 1 EDATUM = DATUM EPERIV = T001-PERIV TABLES PPERX = INT_PPER EXCEPTIONS T009B_FEHLERHAFT = 01 T009_NICHT_GEFUNDEN = 02.



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