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
Below is a list of transaction codes which are relevant to this SAP report
WF70 - Create Distribution Orders
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: 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
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.
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.
SAPMWFRM5 - Generation of Transfer Orders (FT, Merchandise-Driven Distribution) SAPMWFRM5 - Generation of Transfer Orders (FT, Merchandise-Driven Distribution) SAPMWFRM4 - Display Distribution SAPMWFRM4 - Display Distribution SAPMWFRM3 - Delivery Generation for a Distribution (CD, FT, Direct Distribution) SAPMWFRM3 - Delivery Generation for a Distribution (CD, FT, Direct Distribution)