SAP Reports / Programs

RVEXKAAL_99 SAP ABAP Report - Search Result







RVEXKAAL_99 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to search by commodity code / import code number...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_99 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

VI24 - Code Number Information - Import
VE24 - Comm. Code Number Information (old)


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_99. "Basic submit
SUBMIT RVEXKAAL_99 AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXKAAL_99 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: P_LAENGE = Length of commodity code
Selection Text: P_BEMEH = D Special unit of measure
Selection Text: C_TXT = Add. customs description
Selection Text: C_CASE = Note upper/lowercase letters
Selection Text: C_BEMEH = Only spec. units of meas.
Title: Search Result
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: T01 = General selection criteria
Text Symbol: T02 = Additional selection criteria
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: E70 = Additional specifications
Text Symbol: E99 = Additional customs descriptions
Text Symbol: F00 = ??
Text Symbol: F10 = Customizing table not maintained!
Text Symbol: F20 = Maintain the tables with
Text Symbol: F30 = the IMG functionality
Text Symbol: F40 = 'Customs sections'
Text Symbol: F45 = 'Assignment of chapters to a
Text Symbol: F46 = section'
Text Symbol: F50 = Section
Text Symbol: F55 = Chapter
Text Symbol: P10 = Chapter :


INCLUDES used within this REPORT RVEXKAAL_99

INCLUDE RVEXKADA.
INCLUDE RVEXKAFO.
INCLUDE RVEXKASC_99.


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