SAP Reports / Programs | Logistics - General | Logistics Basic Data | Plant Master(LO-MD-PL) SAP LO

SAPMWBE2 SAP ABAP dialog Program - Maintain Plant Groups







SAPMWBE2 is a standard Module pool for a dialog screen ABAP Program 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 SAPMWBE2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WB89 - PG Other, displ. plants in class
WB88 - PG Other, class to class
WB87 - PG Other, displ.plant to classes
WB86 - PG Other, maint. plant in class
WB85 - PG Other, maint. class to classes
WB84 - PG Other, maint. plant to classes
WB83 - Delete plant group Other
WB82 - Display plant group Other
WB81 - Change plant group Other
WB80 - Create plant group Other
WB79 - Display assortments in class
WB78 - Display Class for Classes
WB77 - Display assortments to classes
WB76 - Maintain assortments in class
WB75 - Maintain classes to classes
WB74 - Maintain assortments to classes
WB73 - Delete assortment class
WB72 - Display assortment class
WB71 - Change assortment class
WB70 - Create assortment class
WB69 - PG Promotion, displ. plants in class
WB68 - PG Promotion, displ. class to class
WB67 - PG Promotion, maint. plants to class
WB66 - PG Promotion, maint. plants to class
WB65 - PG Promotion, maint. class to class
WB64 - PG Promotion, maint. plants to class
WB63 - Plant group, delete promotions
WB62 - Plant group, display promotions
WB61 - Plant group, change promotions
WB60 - Plant group, create promotions
WB59 - PG AllocTbl display plants in class
WB58 - PG Alloc tbl display class to class
WB57 - PG AllocTbl display plants in class
WB56 - PG AllTbl, maintain plants in class
WB55 - PG AllocTbl, maintain class to class
WB54 - PG Maintain allocTbl, plant to class
WB53 - Plant group, delete alloc tbl
WB52 - Plant group, display alloc table
WB51 - Plant group, change alloc tbl
WB50 - Plant group, create alloc tbl


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


Text pool values


Title: Maintain Plant Groups
Text Symbol: 000 = Create
Text Symbol: 001 = Change
Text Symbol: 002 = Display
Text Symbol: 003 = Delete
Text Symbol: 004 = Maintain plant to classes
Text Symbol: 005 = Maintain class to classes
Text Symbol: 006 = Maintain plants in class
Text Symbol: 007 = Display plant to classes
Text Symbol: 008 = Display class to classes
Text Symbol: 009 = Display plants in class


INCLUDES used within this REPORT SAPMWBE2

INCLUDE MWBE2O01.
INCLUDE MWBE2F01.
INCLUDE MWBE2I01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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