SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

RVEXAU05 SAP ABAP Report - Legal Control: Declaration of Used Collective Licenses







RVEXAU05 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 RVEXAU05 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 RVEXAU05. "Basic submit
SUBMIT RVEXAU05 AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXAU05 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: P_BUKRS = D Company Code
Selection Text: P_CURR = Declaration Currency
Selection Text: P_DISC = Create files
Selection Text: P_DRIV = D Disk drive
Selection Text: P_EXGEN = D External number
Selection Text: P_F_ADR = File for address data
Selection Text: P_F_AUSF = File for exporter data
Selection Text: P_F_MELD = File for declarations
Selection Text: P_GENNR = D License number
Selection Text: P_LAND = Decl.ctry
Selection Text: P_MSG = D Display processing steps
Selection Text: P_PATH = D Subdirectory
Selection Text: P_PROT = D Issue Log
Selection Text: P_ZOLLNR = Customs no.
Selection Text: S_ALNUM = D Export control class
Selection Text: S_BUKRS = D Company Code
Selection Text: S_ERDAT = Declaration period
Selection Text: S_KUNNR = Sold-To Party
Selection Text: S_WERKS = D Plant
Title: Legal Control: Declaration of Used Collective Licenses
Text Symbol: T04 = IssueTo
Text Symbol: T03 = Export data
Text Symbol: T02 = Order data
Text Symbol: T01 = Techn. entries
Text Symbol: 001 = Have you inserted a
Text Symbol: 002 = formatted diskette?
Text Symbol: 003 = Diskette
Text Symbol: 004 = A file was not created.
Text Symbol: P01 = Organizational data
Text Symbol: P02 = Legal control
Text Symbol: P03 = Decl. data
Text Symbol: P04 = Spec. for creating files
Text Symbol: P05 = Criteria for output
Text Symbol: P06 = Order data
Text Symbol: P07 = Export data
Text Symbol: P08 = Processing
Text Symbol: S01 = ID number
Text Symbol: S02 = ID recipient





Text Symbol: S03 = ID Buyer
Text Symbol: S04 = Type / Model
Text Symbol: S05 = Mfr
Text Symbol: S06 = Goods description
Text Symbol: S07 = Goods description (supplem.)
Text Symbol: S08 = Export list item
Text Symbol: S09 = Commodity code
Text Symbol: S10 = Value of delivery
Text Symbol: S11 = Qty
Text Symbol: S12 = Date of export


INCLUDES used within this REPORT RVEXAU05

INCLUDE RVEXBAFA.
INCLUDE AU05TOP.
INCLUDE BAFAMODULES.
INCLUDE BAFAFORMS.


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