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

MMMGXUWT SAP ABAP INCLUDE - Generated Include for Filling U Work Area from T Tables







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


Text pool values


Title: Generated Include for Filling U Work Area from T Tables


INCLUDES used within this REPORT MMMGXUWT

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:

MARA_GET_BILD CALL FUNCTION 'MARA_GET_BILD' EXPORTING MATNR = RMMG1-MATNR IMPORTING WMARA = MARA XMARA = *MARA.

MARC_GET_BILD CALL FUNCTION 'MARC_GET_BILD' EXPORTING MATNR = RMMG1-MATNR WERKS = RMMG1-WERKS IMPORTING YMARC = LMARC "mk/1.2A1

MPGD_GET_BILD CALL FUNCTION 'MPGD_GET_BILD' EXPORTING MATNR = RMMG1-MATNR WERKS = RMMG1-WERKS IMPORTING WMPGD = MPGD XMPGD = *MPGD.

MARD_GET_BILD CALL FUNCTION 'MARD_GET_BILD' EXPORTING MATNR = RMMG1-MATNR WERKS = RMMG1-WERKS LGORT = RMMG1-LGORT IMPORTING WMARD = MARD XMARD = *MARD.

MBEW_GET_BILD CALL FUNCTION 'MBEW_GET_BILD' EXPORTING MATNR = RMMG1-MATNR BWKEY = RMMG1-BWKEY BWTAR = RMMG1-BWTAR IMPORTING WMBEW = MBEW XMBEW = *MBEW.

MFHM_GET_BILD CALL FUNCTION 'MFHM_GET_BILD' EXPORTING MATNR = RMMG1-MATNR WERKS = RMMG1-WERKS IMPORTING WMFHM = MFHM XMFHM = *MFHM.

MLGN_GET_BILD CALL FUNCTION 'MLGN_GET_BILD' EXPORTING MATNR = RMMG1-MATNR LGNUM = RMMG1-LGNUM IMPORTING WMLGN = MLGN YMLGN = LMLGN "mk/1.2A1

MLGT_GET_BILD CALL FUNCTION 'MLGT_GET_BILD' EXPORTING MATNR = RMMG1-MATNR LGNUM = RMMG1-LGNUM LGTYP = RMMG1-LGTYP IMPORTING WMLGT = MLGT YMLGT = LMLGT "mk/1.2A1

MPOP_GET_BILD CALL FUNCTION 'MPOP_GET_BILD' EXPORTING MATNR = RMMG1-MATNR WERKS = RMMG1-WERKS IMPORTING WMPOP = MPOP XMPOP = *MPOP.

MVKE_GET_BILD CALL FUNCTION 'MVKE_GET_BILD' EXPORTING MATNR = RMMG1-MATNR VKORG = RMMG1-VKORG VTWEG = RMMG1-VTWEG IMPORTING WMVKE = MVKE XMVKE = *MVKE.

MYMS_GET_BILD CALL FUNCTION 'MYMS_GET_BILD' EXPORTING MYKEY = RMMG1-MYKEY MATNR = RMMG1-MATNR IMPORTING WMYMS = MYMS XMYMS = *MYMS.

GET_OTHER_MATERIAL_DATA_BILD CALL FUNCTION 'GET_OTHER_MATERIAL_DATA_BILD' EXPORTING P_STATUS_BILD = T133A-PSTAT P_RMMG1 = RMMG1 P_AKTVSTATUS = AKTVSTATUS P_SPERRMODUS = SPERRMODUS TABLES TI_PTAB = PTAB.



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