RVEXPEIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report selects data from the VESED worklist for the purpose of creating the
If you would like to execute this report or see the full code listing simply enter RVEXPEIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VE19 - Create SED form for USA
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.
Selection Text: S_WERKS = Plant
Selection Text: P_VARIA = Layout
Selection Text: P_SOF1 = Print Immediately
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
Title: SED: Paper Version for Export - USA
Text Symbol: T07 = Form data
Text Symbol: T04 = Form printer
Text Symbol: T03 = Exports requiring declaration
Text Symbol: T02 = Language
Text Symbol: T01 = SED form
Text Symbol: K03 = SED declaration - Month & / & - General overview
Text Symbol: K02 = SED declaration - Month & / & - Sales organization &
Text Symbol: K01 = SED declaration - Month & / &
Text Symbol: E11 = Total
Text Symbol: E10 = Currency unit
Text Symbol: E09 = Total statistical value
Text Symbol: E08 = Total invoice value
Text Symbol: E07 = Number of data records
Text Symbol: E06 = Reporting year
Text Symbol: E05 = Reporting month
Text Symbol: E04 = Authorization symbol
Text Symbol: E03 = Technical Specifications
Text Symbol: E02 = Criteria for declaration relevance
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 = ShipAuthSymbol :
INCLUDE RVEXSEUS.
INCLUDE RVEXDAT9.
INCLUDE RVEXSEC0.
INCLUDE RVEXF2SE.
INCLUDE RVEXF0SE.
INCLUDE RVEXF1SE.
INCLUDE RVEXINRO.
INCLUDE RVEXINDP.
INCLUDE RVEXSEPR.
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = CURR_REPORT TABLES SELECTION_TABLE = SELECTION_TABLE EXCEPTIONS NOT_FOUND = 01 NO_REPORT = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVEXPEIS - SED: Paper Version for Export - USA RVEXPEIS - SED: Paper Version for Export - USA RVEXPEIA - EXTRASTAT: Paper Version for Receipt/Dispatch - Austria RVEXPEIA - EXTRASTAT: Paper Version for Receipt/Dispatch - Austria RVEXPAST - Declarations to the authorities: Sales invoice values per period RVEXPAST - Declarations to the authorities: Sales invoice values per period