SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

WS_DELIVERY_MONITOR SAP ABAP Report - Delivery Monitor







WS_DELIVERY_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The delivery monitor is used to display and process open and completed deliveries...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 WS_DELIVERY_MONITOR 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

VL06 - Delivery Monitor
VL06I - Inbound Delivery Monitor
VL06O - Outbound Delivery Monitor


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 WS_DELIVERY_MONITOR. "Basic submit
SUBMIT WS_DELIVERY_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT WS_DELIVERY_MONITOR 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: LF_SVAR9 = Inbound Delivery Goods Issue
Selection Text: LF_SVAR8 = Inbound Delivery Picking
Selection Text: LF_SVAR7 = Inb.Deliv.General Deliv.List
Selection Text: LF_SVAR6 = Outb.Deliv.General Deliv.List
Selection Text: LF_SVAR5 = Outbound Delivery Transp.Plan.
Selection Text: LF_SVAR4 = Outbound Delivery Goods Issue
Selection Text: LF_SVAR3 = Outbound Delivery Confirmation
Selection Text: LF_SVAR2 = Load Outbound Delivery
Selection Text: LF_SVAR1 = Outbound Delivery Picking
Selection Text: LF_SVA18 = Display Service Parts Returns
Selection Text: LF_SVA17 = Close Service Parts Returns
Selection Text: LF_SVA16 = Distrib. Service Parts Returns
Selection Text: LF_SVA15 = Cancel. Service Parts Returns
Selection Text: LF_SVA14 = Inbound Delivery Distribution
Selection Text: LF_SVA13 = Outbound Delivery Distribution
Selection Text: LF_SVA12 = Outbound Delivery Check
Selection Text: LF_SVA11 = Inbound Del. Transp. Planning
Selection Text: LF_SVA10 = Inbound Delivery Confirmation
Title: Delivery Monitor
Text Symbol: 028 = Delivery List Returns
Text Symbol: 027 = for closing
Text Symbol: 026 = for distribut.
Text Symbol: 025 = for cancellatn
Text Symbol: 024 = Svce Parts Returns(SPM)
Text Symbol: 023 = Maintain Variant
Text Symbol: 022 = For Distribution
Text Symbol: 021 = Hide Variants
Text Symbol: 020 = Display Variants
Text Symbol: 019 = For Putaway
Text Symbol: 018 = For Goods Receipt
Text Symbol: 016 = List Inbound Deliveries
Text Symbol: 015 = List Outbound Deliveries
Text Symbol: 014 = Inbound Deliveries
Text Symbol: 013 = For Checking
Text Symbol: 012 = Maintenance
Text Symbol: 010 = Variant
Text Symbol: 009 = Selection Type
Text Symbol: 008 = For Goods Issue





Text Symbol: 007 = For Transport. Planning
Text Symbol: 006 = For Confirmation
Text Symbol: 005 = For Loading
Text Symbol: 004 = For Picking
Text Symbol: 001 = Outbound Deliveries


INCLUDES used within this REPORT WS_DELIVERY_MONITOR

INCLUDE RV50QTOP.
INCLUDE RV50QSEL.
INCLUDE RV50QF01.


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