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
Below is a list of transaction codes which are relevant to this SAP report
WF61 - Create Outbound Deliveries (Bkgd)
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: 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
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
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.
RWMD_DELIVERY_CREATE_EXT_WM - Generate Outbound Deliveries (Background) RWMD_DELIVERY_CREATE_EXT_WM - Generate Outbound Deliveries (Background) RWMCATOP - documentation and ABAP source code RWMCAF01 - documentation and ABAP source code RWMBONF2 - Updating of Busn. Vol. from Ext. Data File, Cust. Rebate Arrangements RWMBONF2 - Updating of Busn. Vol. from Ext. Data File, Cust. Rebate Arrangements