SAP Reports / Programs

RV14AL02 SAP ABAP Report - Comparison of Price Groups Without Scale Display







RV14AL02 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 RV14AL02 into the relevant SAP transactions such as SE38 or SE80


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 RV14AL02. "Basic submit
SUBMIT RV14AL02 AND RETURN. "Return to original report after report execution complete
SUBMIT RV14AL02 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: X_CHECK = Display common elements only
Selection Text: X_STAFF = Display scales
Selection Text: %_001007 = ?...(%_001007)
Selection Text: %_001008 = ?...(%_001008)
Selection Text: %_002009 = ?...(%_002009)
Selection Text: %_002010 = ?...(%_002010)
Selection Text: %_003012 = ?...(%_003012)
Selection Text: %_00A001 = ?...(%_00A001)
Selection Text: %_00B005 = ?...(%_00B005)
Selection Text: %_00B006 = ?...(%_00B006)
Selection Text: %_00C006 = ?...(%_00C006)
Selection Text: %_00C008 = ?...(%_00C008)
Selection Text: %_00C010 = ?...(%_00C010)
Selection Text: %_00C013 = ?...(%_00C013)
Selection Text: %_00C014 = ?...(%_00C014)
Selection Text: %_00C015 = ?...(%_00C015)
Selection Text: %_BEG006 = ?...(%_BEG006)
Selection Text: %_BEG007 = ?...(%_BEG007)
Selection Text: %_END011 = ?...(%_END011)
Selection Text: %_END012 = ?...(%_END012)
Selection Text: %_SKP004 = ?...(%_SKP004)
Selection Text: %_SKP005 = ?...(%_SKP005)
Selection Text: %_SKP012 = ?...(%_SKP012)
Selection Text: %_SKP013 = ?...(%_SKP013)
Selection Text: %_SKP014 = ?...(%_SKP014)
Selection Text: %_SKP016 = ?...(%_SKP016)
Selection Text: %_SKP017 = ?...(%_SKP017)
Selection Text: %_SKP018 = ?...(%_SKP018)
Selection Text: %_SKP019 = ?...(%_SKP019)
Selection Text: %_SKP020 = ?...(%_SKP020)
Selection Text: KSCHL = ?...(KSCHL)
Selection Text: %_000001 = ?...(%_000001)
Selection Text: DATUM = Valid On
Selection Text: E_KONDA1 = Price group 1...............
Selection Text: E_KONDA2 = Price group 2...............
Selection Text: E_PLTYP1 = Price list type 1
Selection Text: E_PLTYP2 = Price list type 2
Selection Text: E_VKORG = Sales organization





Selection Text: E_VTWEG = Distribution channel
Selection Text: KONDM = Material pricing group
Selection Text: MATNR = Material number
Selection Text: SPART = Division
Selection Text: VKORG = Sales organization
Selection Text: VTWEG = Distribution channel
Title: Comparison of Price Groups Without Scale Display
Text Symbol: 001 = Price group 1.......................
Text Symbol: 002 = Price group 2.......................
Text Symbol: 003 = Display interim quantity
Text Symbol: 004 = Sales organization
Text Symbol: 005 = Distribution channel
Text Symbol: 006 = Division
Text Symbol: 007 = Validity period
Text Symbol: 008 = Price groups
Text Symbol: 009 = Material/material pricing group
Text Symbol: 00A = Page header
Text Symbol: 00B = Group header
Text Symbol: 00C = Item
Text Symbol: 00D = From...
Text Symbol: 00E = To...
Text Symbol: 010 = Material
Text Symbol: 011 = All divisions
Text Symbol: 012 = Condition type


INCLUDES used within this REPORT RV14AL02

INCLUDE RV14ALLI .
INCLUDE RV14ALUP .


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:

MATERIAL_LESEN CALL FUNCTION 'MATERIAL_LESEN' EXPORTING SCHLUESSEL = MATHELP IMPORTING MATDATEN = MAT_OUTHELP RETURN = DUMMY_FELD TABLES SEQMAT01 = DUMMY_TAB.



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