SAP Reports / Programs

SAPMWFRM5 SAP ABAP Report - Generation of Transfer Orders (FT, Merchandise-Driven Distribution)







SAPMWFRM5 is a standard Executable ABAP Report 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 SAPMWFRM5 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

WF70 - Create Distribution Orders


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 SAPMWFRM5. "Basic submit
SUBMIT SAPMWFRM5 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMWFRM5 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: WERKA = Distribution center
Selection Text: WAGRU_SO = Base material group
Selection Text: TO_CHECK = Check existing distr. orders
Selection Text: RECEIVER = Recipient
Selection Text: ORD_SEL = Purchase order
Selection Text: MAT_SEL = Material
Selection Text: MAT_DOCY = Goods receipt year
Selection Text: MAT_DOC = Goods receipt
Title: Generation of Transfer Orders (FT, Merchandise-Driven Distribution)
Text Symbol: F01 = Recipient
Text Symbol: Q01 = Data could be lost. Do you want to post distribution orders first?
Text Symbol: Q02 = Data could be lost. Do you want to adopt changes?
Text Symbol: SB1 = Basic selection
Text Symbol: SB2 = Material and quantities
Text Symbol: SB3 = Recipient
Text Symbol: SL1 = Create distribution orders - selection
Text Symbol: SL2 = Show materials and quantities
Text Symbol: SL3 = Limit selection to recipient
Text Symbol: SP1 = Check existing distribution orders
Text Symbol: SP2 = referencing assigned quantities
Text Symbol: T01 = Exit distribution order generation
Text Symbol: T02 = Cancel distribution order generation


INCLUDES used within this REPORT SAPMWFRM5

INCLUDE MWFRM5TOP.
INCLUDE MWFRM5SEL.
INCLUDE MWFRM5O01.
INCLUDE MWFRM5I01.
INCLUDE MWFRM5F0A.
INCLUDE MWFRM5F0B.
INCLUDE MWFRM5F0D.
INCLUDE MWFRM5F0E.
INCLUDE MWFRM5F0F.
INCLUDE MWFRM5F0P.
INCLUDE MWFRM5F0S.
INCLUDE MWFRM5F0T.
INCLUDE MWFRM5F0X.
INCLUDE MWFRM5F0C.
INCLUDE MWFRM5F0U.
INCLUDE MWFRM5F0I.




INCLUDE MWFRM5F0L.
INCLUDE MWFRM5F0R.
INCLUDE MWFRM5F0M.
INCLUDE MWFRM5F0G.


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