SAP Reports / Programs

WS_MONITOR_INB_DEL_PICK SAP ABAP Report - Inbound Deliveries for Putaway







WS_MONITOR_INB_DEL_PICK 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_INB_DEL_PICK 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

VL06IP - Inbound deliveries for putaway


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_INB_DEL_PICK. "Basic submit
SUBMIT WS_MONITOR_INB_DEL_PICK AND RETURN. "Return to original report after report execution complete
SUBMIT WS_MONITOR_INB_DEL_PICK 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: IF_REFGW = D .
Selection Text: IF_REFVO = D .
Selection Text: IF_SPD_A = D .
Selection Text: IF_VSTEL = D .
Selection Text: IT_EAN11 = D .
Selection Text: IT_EBELN = D .
Selection Text: IT_EBELP = D .
Selection Text: IT_ERDAT = D .
Selection Text: IT_ERNAM = D .
Selection Text: IT_EXIDV = D .
Selection Text: IT_KDMAT = D .
Selection Text: IT_LFDAT = D .
Selection Text: IT_LGNUM = D .
Selection Text: IT_LGORT = D .
Selection Text: IT_LIFEX = D .
Selection Text: IT_LIFNR = D .
Selection Text: IT_LVSTK = D .
Selection Text: IT_MATNR = D .
Selection Text: IT_TKNUM = D .
Selection Text: IT_TRAID = D .
Selection Text: IT_TRSTA = D .
Selection Text: IT_VLSTK = D .
Selection Text: IT_WBSTK = D .
Selection Text: I_KSCHLN = D .
Selection Text: IF_LHEAD = D .
Selection Text: IF_LGPOS = D .
Selection Text: IF_ITEM = D .
Selection Text: IF_ANZPO = D .
Selection Text: IT_VBELN = Inbound Delivery
Selection Text: IT_RSTNR = Returns StockTrans Order/Order
Selection Text: IT_RMAVD = Vendor RMA Number
Selection Text: IT_KOSTK = Total Status Putaway
Selection Text: IT_KOQUK = Confirmation of Putaway
Title: Inbound Deliveries for Putaway
Text Symbol: C01 = Putaway 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: C13 = Material Data
Text Symbol: C15 = PO Data
Text Symbol: C16 = Status: Inb. Delivs
Text Symbol: C18 = Returns Data
Text Symbol: SHE = Check at Header Level
Text Symbol: SPO = Check at Item Level


INCLUDES used within this REPORT WS_MONITOR_INB_DEL_PICK

INCLUDE RV50QTOP.
INCLUDE RV50QASEL_V3.
INCLUDE RV50QAF02.


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