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

RVEXPEIS SAP ABAP Report - SED: Paper Version for Export - USA







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 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 RVEXPEIS 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

VE19 - Create SED form 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 RVEXPEIS. "Basic submit
SUBMIT RVEXPEIS AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXPEIS 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 = 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 :





Text Symbol: 011 = ;Total ; ; ; ;
Text Symbol: 010 = ;Month;Year;CoCode;Symbol;Sales org. ;Description ; Invoice value ; Stat.value ;Records;
Text Symbol: 003 = ;ZIP Code;ECCN ;EIN number ;Date ;Cntry ship. ;Export Lic. ;Serial no. ;Trade ID ;Vessel Name ; ; ;
Text Symbol: 002 = ;For.Port;Month ;Air Carr. C.;FTZ ;Prim.Unit QT;Prim.Net QTY;Value in USD;Sec.Unit ;Sec.Net QTY ;Gross Weight;ShipAuthSym;
Text Symbol: 001 = SED


INCLUDES used within this REPORT RVEXPEIS

INCLUDE RVEXSEUS.
INCLUDE RVEXDAT9.
INCLUDE RVEXSEC0.
INCLUDE RVEXF2SE.
INCLUDE RVEXF0SE.
INCLUDE RVEXF1SE.
INCLUDE RVEXINRO.
INCLUDE RVEXINDP.
INCLUDE RVEXSEPR.


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:

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.



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