SAP Reports / Programs

SAPMWFRM2 SAP ABAP dialog Program - Edit Distribution







SAPMWFRM2 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 SAPMWFRM2 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

WF50A - Adjust Distribution


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


Text pool values


Selection Text: WERKS = Plant
Selection Text: VBELNSEL = Inbound delivery
Selection Text: MBLNRSEL = Goods receipt
Selection Text: MATNRSEL = Material
Selection Text: MANUSEL = Manual processing
Selection Text: EBELNSEL = Purchase order
Selection Text: BLDATSEL = Date
Title: Edit Distribution
Text Symbol: TAB = Cancel
Text Symbol: SP1 = Manual processing
Text Symbol: SL2 = Distribution
Text Symbol: SL1 = Distribution for procurement
Text Symbol: SB5 = Parameters
Text Symbol: SB4 = Document categories
Text Symbol: SB3 = Purchase orders
Text Symbol: SB2 = Goods receipt documents
Text Symbol: SB1 = General data
Text Symbol: SAV = Save data?
Text Symbol: D02 = Exit
Text Symbol: D01 = Do you wish to exit the program?
Text Symbol: AED = Changes not saved will be lost.
Text Symbol: ABB = Cancel?


INCLUDES used within this REPORT SAPMWFRM2

INCLUDE MWFRM2TOP.
INCLUDE MWFRM2TAB.
INCLUDE MWFRM2SEL.
INCLUDE MWFRM2O01.
INCLUDE MWFRM2I01.
INCLUDE MWFRMF0C.
INCLUDE MWFRMF0E.
INCLUDE MWFRMF0F.
INCLUDE MWFRMF0M.
INCLUDE MWFRMF0P.
INCLUDE MWFRMF0S.
INCLUDE MWFRMF0T.
INCLUDE MWFRMF0V.
INCLUDE MWFRMF0W.
INCLUDE MWFRM2F0B.
INCLUDE MWFRM2F0E.




INCLUDE MWFRM2F0M.
INCLUDE MWFRM2F0S.
INCLUDE MWFRM2F0F.
INCLUDE MWFRM2F0C.
INCLUDE MWFRM2F0V.


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