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

MM03SI00 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING OBJECTCLASS = OBJEKT OBJECTID = OBJEKTID USERNAME = USERNAME TIME_OF_CHANGE = UTIME DATE_OF_CHANGE = UDATE TABLES I_CDHDR = ICDHDR EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.

CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING CHANGENUMBER = NUMMER TABLENAME = TABNAME TABLEKEY = TABKEY IMPORTING HEADER = CDHDR TABLES EDITPOS = AUSG EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.

ME_CHECK_T160M CALL FUNCTION 'ME_CHECK_T160M' EXPORTING I_ARBGB = '12' "note 215111 I_MSGNR = '010' I_MSGVS = '00' " Messagevariante default '00' EXCEPTIONS NOTHING = 00 WARNING = 01 ERROR = 02 OTHERS = 01.

VB_MAINTAIN_MHD CALL FUNCTION 'VB_MAINTAIN_MHD' EXPORTING I_IPRKZ_HBD = MT03S-IPRKZ I_IPRKZ_RLZ = MT03S-IPRKZ I_RDMHD = MT03S-RDMHD I_GESHB = MT03S-MHDHB I_HSDAT = MCHA-HSDAT CHECK = 'X' CALC = 'X' IMPORTING O_MHDAT = NEW_VFDAT EXCEPTIONS OTHERS = 99.

ME_CHECK_T160M CALL FUNCTION 'ME_CHECK_T160M' EXPORTING I_ARBGB = '12' "note 215111 I_MSGNR = '006' I_MSGVS = '00' " Messagevariante default '00' EXCEPTIONS NOTHING = 00 WARNING = 01 ERROR = 02 OTHERS = 01.

VB_CP_STATUS_CHECK CALL FUNCTION 'VB_CP_STATUS_CHECK' EXPORTING I_CHARG = RM03S-CHARG I_MATNR = MT03S-MATNR I_WERK = MT03S-WERKS EXCEPTIONS NOT_FOUND = 1 NOT_APPROVED = 2 OTHERS = 3 .

CLFM_OBJECT_CLASSIFICATION CALL FUNCTION 'CLFM_OBJECT_CLASSIFICATION' EXPORTING TABLE = TABELLE PTABLE = P_TABELLE OBJECT = OBJECT OBJTXT = MT03S-MAKTX CLASSTYPE = KLASSENART TYPETEXT = ARTTEXT STATUS = CL_STATUS INITFLAG = FIRST NO_F11 = 'X' "Kein Sichern möglich NO_F8 = 'X' "Kein Weiter möglich OLD_CLASS = KLASSE CLASS = KLASSE NO_DISPLAY = X BI_DIALOG = X "ch zu 3.1H ->H: 71451

MATERIAL_READ_MA03 CALL FUNCTION 'MATERIAL_READ_MA03' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MT03S RETURN = MTCOR TABLES SEQMAT01 = DUMMY EXCEPTIONS MATERIAL_NOT_FOUND = 01.

VB_NEXT_BATCH_NUMBER CALL FUNCTION 'VB_NEXT_BATCH_NUMBER' EXPORTING MATNR = RM03S-MATNR WERKS = RM03S-WERKS CHECK_BATCH = SPACE CHECK_MATERIAL = SPACE MESSAGE_WHEN_AUTO = X X_BNCOM = BNCOM IMPORTING NEW_CHARG = RM03S-CHARG.

ENQUEUE_EMMARAS CALL FUNCTION 'ENQUEUE_EMMARAS' EXPORTING MATNR = RM03S-MATNR EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3.

ENQUEUE_EMMCH1E CALL FUNCTION 'ENQUEUE_EMMCH1E' EXPORTING MATNR = MATNR_SPERR CHARG = RM03S-CHARG EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3.

MATERIAL_READ_MA03 CALL FUNCTION 'MATERIAL_READ_MA03' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = *MT03S RETURN = MTCOR TABLES SEQMAT01 = DUMMY EXCEPTIONS MATERIAL_NOT_FOUND = 01.

MATERIAL_READ_MA03 CALL FUNCTION 'MATERIAL_READ_MA03' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MT03S RETURN = MTCOR TABLES SEQMAT01 = DUMMY.

VB_NEXT_BATCH_NUMBER CALL FUNCTION 'VB_NEXT_BATCH_NUMBER' EXPORTING MATNR = RM03S-MATNR WERKS = RM03S-WERKS CHECK_BATCH = SPACE CHECK_MATERIAL = SPACE MESSAGE_WHEN_AUTO = X X_BNCOM = BNCOM IMPORTING NEW_CHARG = RM03S-CHARG.

ENQUEUE_EMMCHA CALL FUNCTION 'ENQUEUE_EMMCHA' EXPORTING * MODE_MCHA = 'E' MATNR = RM03S-MATNR WERKS = RM03S-WERKS CHARG = RM03S-CHARG EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3 OTHERS = 3.

MATERIAL_READ_MA03 CALL FUNCTION 'MATERIAL_READ_MA03' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = *MT03S RETURN = MTCOR TABLES SEQMAT01 = DUMMY.



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