RVEXSE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Shipper's Export Declaration (SED) USA The report RVEXSE00 selects data for creating a Shipper's Export Declaration, an official declaration which every exporting organization must submit monthly to the Department of Commerce (Bureau of Census, Foreign trade division)...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 RVEXSE00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VE43 - SED: Selection Exp. USA Simulation
VE18 - SED data selection for USA exporters
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: P_UVMEW = Issue Warnings Incompl.
Selection Text: P_UVMEI = Issue Addnl Info Incompl.
Selection Text: P_PROTO = Log Type
Selection Text: P_NUMER = Numeric Country Key
Selection Text: P_MONAT = Reporting Month
Selection Text: P_MILND = Country of Declaration
Selection Text: P_GJAHR = Reporting year
Selection Text: P_DATUM = Date Origin
Title: NAFTA: Data Selection for Official Declaration - USA - Exporters
Text Symbol: Y02 = Layout
Text Symbol: Y01 = Log type
Text Symbol: X01 = Organizational units
Text Symbol: T21 = Check and update - document &1
Text Symbol: T20 = Incompleteness check - document &1
Text Symbol: T01 = Processing will be terminated
Text Symbol: P04 = No
Text Symbol: P03 = Yes
Text Symbol: P02 = Do you want to keep manually changed declaration data?
Text Symbol: P01 = Loss of Data...
Text Symbol: E31 = Issue Addnl Info Incompl.
Text Symbol: E30 = Issue Warnings Incompl.
Text Symbol: E25 = Decl. Currency
Text Symbol: E24 = Country of Dec.
Text Symbol: E23 = Numeric Country Key
Text Symbol: E21 = Reporting Year
Text Symbol: E20 = Reporting Month
Text Symbol: E16 = Date Origin
Text Symbol: E04 = Additional specifications
Text Symbol: E03 = Addit.specif.
Text Symbol: E02 = Issue/Update
Text Symbol: E01 = SED - General
Text Symbol: 030 = Currency
Text Symbol: 015 = ;Fld ;Explanation ;
Text Symbol: 012 = ;CommCode ;CoCd;BillingDoc;Type;Item ;HgItm;Inv.value ;Stat.value ;Cur;No. ;
Text Symbol: 011 = Selection Log by Commodity Code - Month & / &
Text Symbol: 010 = Key to Log of Incomplete Items
Text Symbol: 009 = Log of incomplete items - Month & / &
Text Symbol: 008 = Selection Log - Month & / &
INCLUDE RVEXDAT7.
INCLUDE RVEXSEC0.
INCLUDE RVEXIEKS.
INCLUDE RVEXAERP.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVEXSE00 - NAFTA: Data Selection for Official Declaration - USA - Exporters RVEXSE00 - NAFTA: Data Selection for Official Declaration - USA - Exporters RVEXSBPR - Print Foreign Trade Documents RVEXSBPR - Print Foreign Trade Documents RVEXREOR - Reorganization of Commodity Codes / Import Code Numbers After Upload RVEXREOR - Reorganization of Commodity Codes / Import Code Numbers After Upload