RVAUFRUE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for All orders still due for shipping are displayed in this list with order values...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 RVAUFRUE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
V.15 - Display Backorders
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: ZIELWAER = Target currency
Selection Text: VTWEG = Distribution channel
Selection Text: VKORG = Sales organization
Selection Text: VKGRP = Sales group
Selection Text: VKBUR = Sales office
Selection Text: TOP = No.of top customers/materials
Selection Text: TAUS = Display in thousands
Selection Text: SPART = Division
Selection Text: NIX = Normal display
Selection Text: NEU_SEL = New selection
Selection Text: MILL = Display in millions
Selection Text: HUNDT = Display in hundreds
Selection Text: FASTLIST = Fast display/Document overview
Selection Text: DRUCK = List variant
Selection Text: DBSAVE = Save dataset
Title: Backorders
Text Symbol: ZWS = Subtotal
Text Symbol: WAD = Goods issue date
Text Symbol: VTW = Distribution channel
Text Symbol: VON = From
Text Symbol: VKO = Sales organization
Text Symbol: VKG = Sales group
Text Symbol: VKB = Sales office
Text Symbol: UMS = Order value
Text Symbol: UEB = Backorders
Text Symbol: T01 = Doc. DB GIDate ShP Ship-to party
Text Symbol: SPA = Division
Text Symbol: SEP = September
Text Symbol: S10 = List
Text Symbol: S09 = or
Text Symbol: S08 = Last data selection
Text Symbol: 001 = Total value of backorders
Text Symbol: 002 = Customer Display
Text Symbol: 003 = Material Display
Text Symbol: 004 = Customer and Material Display
Text Symbol: APR = April
Text Symbol: AUF = Order
Text Symbol: AUG = August
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = acc_mode EXCEPTIONS its_not_available = 1 OTHERS = 2.
RV_BLOCKED_ORDERINDICES CALL FUNCTION 'RV_BLOCKED_ORDERINDICES' EXPORTING zugriffsart = 'B' schnellanzeige = fastlist TABLES itab_vkorg = vkorg itab_vtweg = vtweg itab_spart = spart itab_vkbur = vkbur itab_vkgrp = vkgrp itab_lifsp = lifsp vbvfe_tab = db_tab.
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = sy-datum foreign_currency = zielwaer local_currency = waer local_amount = satz_tab-netwr rate = 0 type_of_rate = 'M' IMPORTING foreign_amount = satz_tab-netwr.
VIEW_KNA1 CALL FUNCTION 'VIEW_KNA1' EXPORTING kunde = k01-kunnr IMPORTING anschrift = kna1.
RV_ADDRESS_WINDOW_DISPLAY CALL FUNCTION 'RV_ADDRESS_WINDOW_DISPLAY' EXPORTING adrswa_in = adrs fadrtype = space.
RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING vbeln = vbeln.
RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING vbeln = vbeln.
RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING vbeln = vbeln.
RV_CALL_CHANGE_TRANSACTION CALL FUNCTION 'RV_CALL_CHANGE_TRANSACTION' EXPORTING vbeln = vbeln.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'VBVFE' CHANGING ct_fieldcat = it_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'RVAUFRUE' it_fieldcat = it_fieldcat it_excluding = it_excluding it_events = it_event_alv[] TABLES t_outtab = db_tab EXCEPTIONS program_error = 1 OTHERS = 2.
RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING vbeln = db_tab-vbeln.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'RVAUFRUE_MONTHS_DISPLAY' CHANGING ct_fieldcat = it_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
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 RVAUFRUE or its description.