SAP Reports / Programs

RVEXDEIS SAP ABAP Report - AERP: File Creation for Export - USA







RVEXDEIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report generates a list and/or file of export billing document data for an 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 RVEXDEIS 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

VE20 - Create AERP file for USA


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 RVEXDEIS. "Basic submit
SUBMIT RVEXDEIS AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXDEIS 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: TAPE = Create file
Selection Text: S_WERKS = Plant
Selection Text: P_VARIA = Layout
Selection Text: P_REPOR = Exports requiring declaration
Selection Text: P_NONST = Exports not requiring declar.
Selection Text: P_LIST = Issue Log
Selection Text: P_AGENT = Define data record
Selection Text: P_ACCUM = Aggregate Data
Selection Text: NUMMBUKR = Company Code
Selection Text: DATUMMON = Reporting Month
Selection Text: DATUMJAH = Reporting year
Selection Text: DATEINAM = File Name for Output
Title: AERP: File Creation for Export - USA
Text Symbol: T04 = Log
Text Symbol: T03 = Exports requiring declaration
Text Symbol: T02 = Exports not requiring declaration
Text Symbol: T01 = All exports
Text Symbol: S02 = Technical Specs
Text Symbol: K03 = SED declaration - Month & / & - General overview
Text Symbol: K02 = Selection Log - Month & / &
Text Symbol: K01 = AERP: Tape Version for Dispatch - USA
Text Symbol: E13 = Criteria for processing
Text Symbol: E12 = Criteria for declaration relevance
Text Symbol: E11 = Technical Specifications
Text Symbol: E01 = Selection Criteria - General
Text Symbol: 026 = Selected records :
Text Symbol: 025 = Statistical value :
Text Symbol: 024 = Invoice value :
Text Symbol: 023 = Company code :
Text Symbol: 022 = Reporting year :
Text Symbol: 021 = Reporting month :
Text Symbol: 020 = Ship.company auth. :
Text Symbol: 001 = ;No. ;CoCd;BillingDoc;Item ;ID; Invoice value; Stat.value;


INCLUDES used within this REPORT RVEXDEIS

INCLUDE RVEXSEUS.
INCLUDE RVEXDAT8.
INCLUDE RVEXINDV.
INCLUDE RVEXSEC0.
INCLUDE RVEXF2SE.




INCLUDE RVEXF0SE.
INCLUDE RVEXF1SE.
INCLUDE RVEXINRO.
INCLUDE RVEXINDF.
INCLUDE RVEXSEPR.
INCLUDE RVEXINDT.


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