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
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: 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
INCLUDE RV14ALLI .
INCLUDE RV14ALUP .
No SAP DATABASE tables are accessed within this REPORT code!
MATERIAL_LESEN CALL FUNCTION 'MATERIAL_LESEN' EXPORTING SCHLUESSEL = MATHELP IMPORTING MATDATEN = MAT_OUTHELP RETURN = DUMMY_FELD TABLES SEQMAT01 = DUMMY_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RV14AL02 - Comparison of Price Groups Without Scale Display RV14AL02 - Comparison of Price Groups Without Scale Display RV14AL01 - Comparison of Price Lists Without Scale Display RV14AL01 - Comparison of Price Lists Without Scale Display RV14AI00 - documentation and ABAP source code RV14AGER - documentation and ABAP source code