SAP Reports / Programs | Sales and Distribution | Sales | Basic Functions(SD-SLS-GF) SAP SD

RV50SBT1 SAP ABAP Report - Sales orders/purchase orders worklist: Selection







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

VL04 - Process Delivery Due List


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 RV50SBT1. "Basic submit
SUBMIT RV50SBT1 AND RETURN. "Return to original report after report execution complete
SUBMIT RV50SBT1 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: BRGEW = Maximum gross weight
Selection Text: GEWEI = WU
Selection Text: LGORT = Warehouse
Selection Text: MATNR = Material
Selection Text: MAXZT = Maximum time in days
Selection Text: SAMML = Create deliveries immediately
Selection Text: S_AUTLF = D Complete delivery
Selection Text: S_EBELN = Purchase order
Selection Text: S_KUNNR = Sold-to party
Selection Text: S_KUNWE = Ship-to party
Selection Text: S_LEDAT = Delivery creation date
Selection Text: S_LIFSP = Delivery block
Selection Text: S_LPRIO = Delivery priority
Selection Text: S_ROUTE = Route
Selection Text: S_SPART = Division
Selection Text: S_SPDNR = Forwarding agent
Selection Text: S_VBELN = Order
Selection Text: S_VKBUR = Sales office
Selection Text: S_VKORG = Sales organization
Selection Text: S_VTWEG = Distribution channel
Selection Text: S_WADAT = Goods issue date
Selection Text: VARNR = Display variant
Selection Text: VOLEH = VUoM
Selection Text: VOLUM = Maximum volume
Selection Text: VSTEL = Shipping point
Selection Text: WERKS = Plant
Selection Text: AUTLF = Complete delivery
Selection Text: ANZEI = Output list
Selection Text: ALLEB = Purchase orders
Selection Text: ALLEA = Orders
Title: Sales orders/purchase orders worklist: Selection
Text Symbol: A01 = Organizational data
Text Symbol: A02 = Shipping data
Text Symbol: A03 = Shipment data
Text Symbol: A04 = Range of documents
Text Symbol: A05 = Customer data
Text Symbol: A06 = Material data
Text Symbol: A07 = Capacities





Text Symbol: A08 = Flow control
Text Symbol: A09 = Documents to be selected------------- Procedure control
Text Symbol: A10 = Documents to be selected
Text Symbol: A11 = Flow control
Text Symbol: P05 = Plant/Storage location
Text Symbol: P06 = /
Text Symbol: P07 = Maximum gross weight
Text Symbol: P08 = Maximum volume
Text Symbol: P09 = List display
Text Symbol: P10 = Create deliveries
Text Symbol: P11 = Sales orders
Text Symbol: P12 = Purchase orders
Text Symbol: P14 = Display variant
Text Symbol: P15 = Issue collective processing log
Text Symbol: S02 = Coll. run deliveries


INCLUDES used within this REPORT RV50SBT1

INCLUDE MV50STOP.
INCLUDE RV50SBT1_CHECK.


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:

SHP_VL04_PRESTEP CALL FUNCTION 'SHP_VL04_PRESTEP' EXCEPTIONS USE_OLD_FUNCTIONALITY_IN_4_6 = 1.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING RESTRICTION = RESTRICT * DB = ' ' EXCEPTIONS TOO_LATE = 1 REPEATED = 2 SELOPT_WITHOUT_OPTIONS = 5 SELOPT_WITHOUT_SIGNS = 6 INVALID_SIGN = 7 EMPTY_OPTION_LIST = 9 INVALID_KIND = 10 REPEATED_KIND_A = 11 OTHERS = 12.

RV_DISPATCH_DUE_DATE_SEL_RANGE CALL FUNCTION 'RV_DISPATCH_DUE_DATE_SEL_RANGE' TABLES S_VKORG = S_VKORG S_VTWEG = S_VTWEG S_SPART = S_SPART S_ROUTE = S_ROUTE S_SPDNR = S_SPDNR S_LEDAT = S_LEDAT S_VBELN = S_VBELN S_EBELN = S_EBELN S_WADAT = S_WADAT S_KUNNR = S_KUNNR S_KUNWE = S_KUNWE S_LPRIO = S_LPRIO.



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