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

MMMWXUWT SAP ABAP INCLUDE - Fill U Work Areas from T Tables







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


Text pool values


Title: Fill U Work Areas from T Tables


INCLUDES used within this REPORT MMMWXUWT

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:

MALG_GET_BILD CALL FUNCTION 'MALG_GET_BILD' EXPORTING MATNR = RMMG1-MATNR TABLES WMALG = TMALG XMALG = DMALG.

MAMT_GET_BILD CALL FUNCTION 'MAMT_GET_BILD' EXPORTING MATNR = RMMG1-MATNR TABLES WMAMT = TMAMT XMAMT = DMAMT.

MAW1_GET_BILD CALL FUNCTION 'MAW1_GET_BILD' EXPORTING MATNR = RMMG1-MATNR IMPORTING WMAW1 = MAW1 XMAW1 = *MAW1.

EINA_E_GET_BILD CALL FUNCTION 'EINA_E_GET_BILD' EXPORTING MATNR = RMMG1-MATNR LIFNR = RMMW2-LIFNR EKORG = RMMW2-EKORG WERKS = RMMW2-EKWRK IMPORTING WMGEINE = MGEINE XMGEINE = *MGEINE WEINA = EINA XEINA = *EINA EXCEPTIONS OTHERS = 1.

WLK2_GET_BILD CALL FUNCTION 'WLK2_GET_BILD' EXPORTING MATNR = RMMG1-MATNR VKORG = RMMG1-VKORG VTWEG = RMMG1-VTWEG * WERKS = RMMW2-BTWRK "jw/4.6c(H:182393)

MWLI_GET_BILD CALL FUNCTION 'MWLI_GET_BILD' EXPORTING MATNR = RMMG1-MATNR VKORG = RMMG1-VKORG VTWEG = RMMG1-VTWEG WMVKE = MVKE OMVKE = *MVKE WMAW1 = MAW1 OMAW1 = *MAW1 IMPORTING WMWLI = MWLI XMWLI = *MWLI.

GET_OTHER_MATERIAL_DATA_BILD CALL FUNCTION 'GET_OTHER_MATERIAL_DATA_BILD' EXPORTING P_STATUS_BILD = BILDTAB-PSTAT P_RTSTATUS_BILD = BILDTAB-RPSTA P_RMMG1 = RMMG1 P_RMMW2 = RMMW2 P_AKTVSTATUS = AKTVSTATUS P_AKTVSTATUS_RT = RMMW3-AKTVSTA_RT P_SPERRMODUS = SPERRMODUS TABLES TI_PTAB = PTAB TI_PTAB_RT = PTAB_RT.



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