SAPMV53M is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The purpose of the picking wave monitor is to monitor and control the processing of picking waves...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPMV53M into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VL37 - Wave Pick Monitor
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: GF_BEDAT = Document Date
Selection Text: GF_SELV = Selection var. pick. progress
Selection Text: GF_SVDN = Selection var. delivery note
Selection Text: GF_SVGI = Selection var. goods issue
Selection Text: GF_TS = Time slot
Selection Text: GF_TSG = Timeslot group
Selection Text: GF_VRNT = Layout
Selection Text: GT_ERDAT = Created on
Selection Text: GT_ERNAM = Created by
Selection Text: GT_WELLE = Group
Selection Text: PA_LGNUM = Warehouse number
Title: Wave Pick Monitor
Text Symbol: I42 = Goods Movements Complete
Text Symbol: I41 = Goods Movement Status Open
Text Symbol: I32 = Shipment Complete
Text Symbol: I31 = Shipment Status Still Open
Text Symbol: I22 = Packing Completed
Text Symbol: I21 = Packing Status Still Open
Text Symbol: I12 = WMS Activities Complete
Text Symbol: I11 = WMS Status Still Open
Text Symbol: 020 = Date and Time Selection
Text Symbol: 015 = Whse number
Text Symbol: 011 = Continue with next wave (&1)?
Text Symbol: 010 = Process selected waves
Text Symbol: 009 = Choose
Text Symbol: 008 = Variant Selection
Text Symbol: I51 = Billing Status Still Open
Text Symbol: I61 = HU Not Yet Putaway
Text Symbol: I52 = Billing Complete
INCLUDE MV53MTOP.
INCLUDE MV53MS01.
INCLUDE MV53ME01.
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.
SAPMV53M - Wave Pick Monitor SAPMV53M - Wave Pick Monitor SAPMV53C - W&S Module Pool: Customizing for Rough Workload Estimate + Pick. Waves SAPMV53C - W&S Module Pool: Customizing for Rough Workload Estimate + Pick. Waves SAPMV52G - Module Pool: Legal Control: License Data in Documents SAPMV52G - Module Pool: Legal Control: License Data in Documents