RV130009 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 RV130009 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VL39 - Billing Documents for Wave Picks
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: S_SAMMG = Group
Selection Text: S_ERNAM = Entered By
Selection Text: S_ERDAT = Entered On
Selection Text: S_BEDAT = Document Date
Selection Text: P_ZEBRA = Striped pattern
Selection Text: P_WBSTOK = Deliveries posted for GI
Selection Text: P_VARI = D Layout
Selection Text: P_TZONE = Time zone
Selection Text: P_SMART = Group type
Selection Text: P_NOINPT = No input fields
Selection Text: P_NOCOLH = No headings
Selection Text: P_LVSTOK = Picked deliveries
Selection Text: P_LGNUM = Warehouse number
Selection Text: P_KEYHOT = Click once
Selection Text: P_FKART = Billing type
Selection Text: P_DETPOP = Detailed screen as dialog box
Selection Text: P_COLOPT = Optimize columns
Selection Text: P_CHCKBI = At document level
Selection Text: P_CHCKBH = At group level
Title: Billing for Wave Picks
Text Symbol: X00 = Additional Options
Text Symbol: D00 = Selection Column
Text Symbol: C02 = Goods movement status: completd
Text Symbol: C01 = WM status: confirmed
Text Symbol: C00 = Limit selection to
Text Symbol: B00 = Selection Data
Text Symbol: A00 = Logistics Data
Text Symbol: 903 = Billing for wave picks
Text Symbol: 902 = Billing in sales organization
Text Symbol: 901 = Display collective documents
Text Symbol: 052 = Delivery
Text Symbol: 051 = Wave Pick
Text Symbol: 007 = Delivery Date
Text Symbol: 006 = Billing Type
Text Symbol: 005 = Group Type
Text Symbol: 004 = Creation Date
Text Symbol: 003 = Group Number
Text Symbol: 002 = Layout
INCLUDE RV130009TOP.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.