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
Below is a list of transaction codes which are relevant to this SAP report
WF50A - Adjust Distribution
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.
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?
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.