SAP Reports / Programs

RVEXMINE SAP ABAP Report - Declaration of Foreign Trade Involving Mineral Oil Products (Germany)







RVEXMINE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for All receipts and dispatches of mineral oil products into/out of the Federal Republic of Germany must be declared to the Bundesamt for Wirtschaft (German Office of the Economy) in Eschborn by the 20th day of the following month...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 RVEXMINE 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

VIMM - Decl. Recpts/Disptch Min. Oil Prod.


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 RVEXMINE. "Basic submit
SUBMIT RVEXMINE AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXMINE 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_WERKS = D Plant
Selection Text: P_YEAR = D Reporting Year
Selection Text: P_WAERS = Declaration Currency
Selection Text: P_MSG = D Display Processing Steps
Selection Text: P_MONTH = D Reporting Month
Selection Text: P_COMP = D Company Number
Selection Text: P_BUKRS = D Company Code
Title: Declaration of Foreign Trade Involving Mineral Oil Products (Germany)
Text Symbol: 022 = Date:
Text Symbol: 021 = Location:
Text Symbol: 020 = Phone:
Text Symbol: 019 = Accntng clerk:
Text Symbol: 018 = Comp.:
Text Symbol: 017 = Year:
Text Symbol: 016 = Month:
Text Symbol: 015 = Comp.:
Text Symbol: 014 = Statistical value in EUR
Text Symbol: 013 = Statistical value in DEM
Text Symbol: 012 = Qty in kg
Text Symbol: 011 = Ctry of orig.
Text Symbol: 010 = Country of export/dispatch
Text Symbol: 009 = Goods descript.
Text Symbol: 008 = Comm. code
Text Symbol: 007 = Statistic procedure
Text Symbol: 006 = Recs/Dispat
Text Symbol: 005 = Receipts/Dispatches of mineral oil products to/from Germany
Text Symbol: 003 = Additional selection criteria
Text Symbol: 002 = Declaration data
Text Symbol: 001 = General Selection Criteria


INCLUDES used within this REPORT RVEXMINE

INCLUDE MINE_TOP.
INCLUDE MINEFORMS.
INCLUDE MINEMODULES.


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