SAP Reports / Programs

RV130009 SAP ABAP Report - Billing for Wave Picks







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VL39 - Billing Documents for Wave Picks


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 RV130009. "Basic submit
SUBMIT RV130009 AND RETURN. "Return to original report after report execution complete
SUBMIT RV130009 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: 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





Text Symbol: 001 = on
Text Symbol: 000 = Billing for wave picks
Text Symbol: Z00 = Designing lists


INCLUDES used within this REPORT RV130009

INCLUDE RV130009TOP.


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:

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.



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