SAP Reports / Programs

RVEXKAAL SAP ABAP Report - Code Number Information







RVEXKAAL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this report, you can search for commodity codes/import code numbers...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 RVEXKAAL 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 RVEXKAAL. "Basic submit
SUBMIT RVEXKAAL AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXKAAL 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_STAWN = Number
Selection Text: S_SAKAP = Chapter
Selection Text: P_STRING = Text
Selection Text: P_SPRAS = Language
Selection Text: P_LAND = Country
Selection Text: C_CASE = Note upper/lower case
Selection Text: C_BEMEH = Only spec. units of meas.
Title: Code Number Information
Text Symbol: P20 = Country :
Text Symbol: P30 = Language :
Text Symbol: P40 = Spec.unit of measure :
Text Symbol: P45 = Second spec. UoM :
Text Symbol: P50 = Description :
Text Symbol: P60 = Section :
Text Symbol: P70 = Code number :
Text Symbol: P75 = Commodity code :
Text Symbol: P80 = Plant :
Text Symbol: P90 = Material :
Text Symbol: P95 = Addit. description:
Text Symbol: U10 = Code no.
Text Symbol: U20 = Commodity code
Text Symbol: W10 = This selection may possibly
Text Symbol: W20 = result in a longer runtime!
Text Symbol: W30 = Position cursor on
Text Symbol: W40 = valid line!
Text Symbol: A00 = Code numbers found:
Text Symbol: A05 = Commodity codes found:
Text Symbol: A07 = A conversion with the reference country
Text Symbol: A08 = for
Text Symbol: A09 = took place!
Text Symbol: A10 = Code number
Text Symbol: A15 = Commodity code
Text Symbol: A20 = Description
Text Symbol: A30 = No entries found!
Text Symbol: A40 = Section
Text Symbol: A50 = Chapter
Text Symbol: E00 = Code no.
Text Symbol: E10 = Special unit of measure





Text Symbol: E20 = Only spec. units of meas.
Text Symbol: E30 = Find
Text Symbol: E40 = Note upper/lowercase letters
Text Symbol: E50 = Unit
Text Symbol: E60 = Text select.
Text Symbol: F00 = ??
Text Symbol: F10 = Text table has not been maintained!
Text Symbol: F20 = Maintain the tables with
Text Symbol: F30 = the corresponding IMG functions
Text Symbol: F50 = Section
Text Symbol: F55 = Chapter
Text Symbol: P10 = Chapter :


INCLUDES used within this REPORT RVEXKAAL

INCLUDE RVEXKADA.
INCLUDE RVEXKAFO.


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:

No SAP FUNCTION MODULES are executed within this report code!



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