SAP Reports / Programs | Logistics - General | Merchandise Distribution(LO-MDS) SAP LO

RWMD_DELIVERY_CREATE_EXT_WM SAP ABAP Report - Generate Outbound Deliveries (Background)







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

WF61 - Create Outbound Deliveries (Bkgd)


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 RWMD_DELIVERY_CREATE_EXT_WM. "Basic submit
SUBMIT RWMD_DELIVERY_CREATE_EXT_WM AND RETURN. "Return to original report after report execution complete
SUBMIT RWMD_DELIVERY_CREATE_EXT_WM 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: S_VO = D .
Selection Text: S_STO = D .
Selection Text: S_SO = D .
Selection Text: S_REC = D .
Selection Text: S_MATNR = D .
Selection Text: S_LGNUM = D .
Selection Text: S_IDEL = D .
Selection Text: S_EXDN = D .
Selection Text: S_DATE = D .
Selection Text: P_WAIT = D .
Selection Text: S_WERKS = Distribution Center
Selection Text: P_STO = Stock Transport Order
Selection Text: P_SO = Sales Order
Selection Text: P_PA = Putaway
Selection Text: P_MD6 = Cross-Docking (Single Recip.)
Selection Text: P_MD5 = Flow-Through
Selection Text: P_MD4 = Cross-Docking/Putaway
Selection Text: P_MD3 = Cross-Docking/Flow-Through
Selection Text: P_MD2 = Cross-Docking
Selection Text: P_MD1 = Putaway
Title: Generate Outbound Deliveries (Background)
Text Symbol: 020 = Message log for deliveries generated from merchandise distribution
Text Symbol: 009 = Processing Options
Text Symbol: 008 = Adjust Distribution and Execution in ERP
Text Symbol: 007 = Inbound Delivery
Text Symbol: 006 = Vendor Order
Text Symbol: 005 = Processing (External WMS)
Text Symbol: 004 = Merchandise Distribution
Text Symbol: 003 = Document types
Text Symbol: 002 = Reference Documents
Text Symbol: 001 = General Parameters


INCLUDES used within this REPORT RWMD_DELIVERY_CREATE_EXT_WM

INCLUDE RWMD_DELIVERY_CREATE_EXT_WMTOP . " GLOBAL DATA
INCLUDE RWMD_DELIVERY_CREATE_EXT_WMSEL . " SELECTION SCREEN
INCLUDE RWMD_DELIVERY_CREATE_EXT_WMPRC . " PROCESSING
INCLUDE RWMD_DELIVERY_CREATE_EXT_WMF01. " FORM-ROUTINES SELECTION
INCLUDE RWMD_DELIVERY_CREATE_EXT_WMF02. " FORM_ROUTINES CREATE DEL/
INCLUDE RWMD_DELIVERY_CREATE_EXT_WMF03. " FORM-ROUTINES MISCELLANEOUS


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