SAP Reports / Programs

WS_MONITOR_OUTB_DEL_LOAD SAP ABAP Report - Outbound Deliveries to be Loaded







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

VL06L - Outbound Deliveries to be Loaded


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_MONITOR_OUTB_DEL_LOAD. "Basic submit
SUBMIT WS_MONITOR_OUTB_DEL_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT WS_MONITOR_OUTB_DEL_LOAD 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: IT_FKSTK = D .
Selection Text: IT_KDGRP = D .
Selection Text: IT_KODAT = D .
Selection Text: IT_KOQUK = D .
Selection Text: IT_KOSTK = D .
Selection Text: IT_KUNAG = D .
Selection Text: IT_KUNWE = D .
Selection Text: IT_LDDAT = D .
Selection Text: IT_LFART = D .
Selection Text: IT_LFDAT = D .
Selection Text: IT_LGNUM = D .
Selection Text: IT_LGORT = D .
Selection Text: IT_LGTOR = D .
Selection Text: IT_LPRIO = D .
Selection Text: IT_LSTEL = D .
Selection Text: IT_LVSTK = D .
Selection Text: IT_MATNR = D .
Selection Text: IT_PARTN = D .
Selection Text: IT_PKSTK = D .
Selection Text: IT_PRVBE = D .
Selection Text: IT_ROUTE = D .
Selection Text: IT_SAMMG = D .
Selection Text: IT_SPART = D .
Selection Text: IT_SPDNR = D .
Selection Text: IT_TDDAT = D .
Selection Text: IT_TKNUM = D .
Selection Text: IT_TRSTA = D .
Selection Text: IT_VBELN = D .
Selection Text: IT_VKORG = D .
Selection Text: IT_VSBED = D .
Selection Text: IT_VTWEG = D .
Selection Text: IT_WADAT = D .
Selection Text: IT_WBSTK = D .
Selection Text: IT_WTIST = D .
Selection Text: I_KSCHL = D .
Selection Text: I_KSCHL5 = D .
Selection Text: I_KSCHLN = D .
Selection Text: IT_CRONR = Customer Returns Order





Selection Text: IT_RMAVD = Vendor RMA Number
Selection Text: IT_RSTNR = Returns StockTrans Order/Order
Selection Text: IF_ALAKT = D .
Selection Text: IF_ANZPO = D .
Selection Text: IF_ITEM = D .
Selection Text: IF_KOMIM = D .
Selection Text: IF_PARVW = D .
Selection Text: IF_REFGW = D .
Selection Text: IF_REFNU = D .
Selection Text: IF_REFVO = D .
Selection Text: IF_SPD_A = D .
Selection Text: IF_VSTEL = D .
Selection Text: IT_ABLAD = D .
Selection Text: IT_AUFNR = D .
Selection Text: IT_AULWE = D .
Selection Text: IT_CHARG = D .
Selection Text: IT_ERDAT = D .
Selection Text: IT_ERNAM = D .
Selection Text: IT_EXIDV = D .
Title: Outbound Deliveries to be Loaded
Text Symbol: C01 = Picking Data
Text Symbol: C02 = Output Proposal
Text Symbol: C04 = Organizat. Data
Text Symbol: C06 = Shipment Data
Text Symbol: C07 = Partner Data
Text Symbol: C08 = Doc. Data
Text Symbol: C09 = Time Data
Text Symbol: C10 = Document Editing
Text Symbol: C11 = Display Options
Text Symbol: C12 = More Partners
Text Symbol: C13 = Material Data
Text Symbol: C14 = Control Background Processing
Text Symbol: C16 = Status: Outb. Delivs
Text Symbol: C18 = Returns Data
Text Symbol: HU1 = Production Supply
Text Symbol: REF = Exclude Existing Groups in WM


INCLUDES used within this REPORT WS_MONITOR_OUTB_DEL_LOAD

INCLUDE RV50QTOP.
INCLUDE RV50QASEL_V2.
INCLUDE RV50QAF01.






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:

SD_F4_EXTENDED call function 'SD_F4_EXTENDED' exporting mode = 'HELP' exceptions others = 0.

SD_F4_EXTENDED call function 'SD_F4_EXTENDED' exporting mode = 'HELP' exceptions others = 0.



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