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

MM03VER1 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' EXPORTING eanzpr = 1 edatum = d1 eperiv = periv TABLES pperx = int_pper EXCEPTIONS t009b_fehlerhaft = 01 t009_nicht_gefunden = 02.

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' EXPORTING eanzpr = 1 edatum = d1 eperiv = periv TABLES * PPERX = INT_PPER. "del 96755 TR

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' "ch/13.09.95 zu 3.0B

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' EXPORTING eanzpr = 2 edatum = d1 eperiv = periv TABLES * PPERX = INT_PPER. "del 96755 TR

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' "ch/13.09.95 zu 3.0B

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = syfweek IMPORTING date = d1 EXCEPTIONS week_invalid = 01.

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = d1 IMPORTING week = syfweek EXCEPTIONS date_invalid = 01.

FACTORYDATE_CONVERT_TO_DATE CALL FUNCTION 'FACTORYDATE_CONVERT_TO_DATE' EXPORTING factorydate = f1 factory_calendar_id = t001w-fabkl IMPORTING date = syfdate EXCEPTIONS factorydate_after_range = 01 factorydate_before_range = 02 factorydate_invalid = 03 factory_calendar_id_missing = 04 factory_calendar_not_found = 05.

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING correct_option = '+' date = d1 factory_calendar_id = t001w-fabkl IMPORTING date = syfdate factorydate = syfdayf * WORKINGDAY_INDICATOR = I03 EXCEPTIONS correct_option_invalid = 01 date_after_range = 02 date_before_range = 03 date_invalid = 04 factory_calendar_not_found = 05.

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING correct_option = '-' date = d1 factory_calendar_id = t001w-fabkl IMPORTING date = syfdate factorydate = syfdayf * WORKINGDAY_INDICATOR = I03 EXCEPTIONS correct_option_invalid = 01 date_after_range = 02 date_before_range = 03 date_invalid = 04 factory_calendar_not_found = 05.

DATE_COMPUTE_DAY_ENHANCED CALL FUNCTION 'DATE_COMPUTE_DAY_ENHANCED' "note 1329727 EXPORTING date = d1 IMPORTING day = wotag.

PROGNOSEPERIODEN_ERMITTELN CALL FUNCTION 'PROGNOSEPERIODEN_ERMITTELN' EXPORTING eanzpr = 1 edatum = d1 eperiv = periv TABLES * PPERX = INT_PPER. "del 96755 TR

DATUMSAUFBEREITUNG CALL FUNCTION 'DATUMSAUFBEREITUNG' EXPORTING flagm = flagm flagw = flagw idate = d1 IMPORTING mdat6 = mdat6 tdat8 = tdat8 wdat6 = wdat6 EXCEPTIONS datfm_ungueltig = 01 datum_ungueltig = 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 MM03VER1 or its description.