RVEXDEIF 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 and import billing document data for an EXTRASTAT declaration for submission to the statistical authorities...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 RVEXDEIF into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VEA3 - EXTRASTAT: File Version France
VEA5 - EXTRASTAT: File Version France
VEA4 - EXTRASTAT: File Version France
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_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
Selection Text: TAPE = Output as File
Selection Text: S_WERKS = Plant
Selection Text: P_VARIA = Layout
Selection Text: P_NIVEAU = Commitment level (1,2,3,4)
Selection Text: P_MELDNR = Declaration Number
Selection Text: P_LIST = Issue Log
Selection Text: P_FOLGNR = File Number
Selection Text: P_FIRMNR = DNSCE Number
Selection Text: P_ERST = First declaration
Selection Text: P_BETREF = Password
Selection Text: P_ARIDEP = Import (1) / Export (2)
Selection Text: P_ANSPRP = Contact Persons
Title: EXTRASTAT: File Creation for Import/Export - France
Text Symbol: E19 = Incorrect format: First char.alphab.
Text Symbol: E20 = and 4 char. numerical: X9999
Text Symbol: S01 = Selection Criteria - General
Text Symbol: S02 = Technical Specifications
Text Symbol: S03 = Additional Specifications
Text Symbol: S04 = First declaration info
INCLUDE RVEXINRO.
INCLUDE RVEXINDF.
INCLUDE RVEXEXPR.
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING SADR = SADR "SADR40A EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5. "SADR40A
RV_FTT_GOV_ID_CODES_READ CALL FUNCTION 'RV_FTT_GOV_ID_CODES_READ' EXPORTING I_COMPANY_CODE = NUMMBUKR I_COUNTRY = COUNTRY_T609I I_REPORTING_TYPE = 'I' IMPORTING E_INTRASTAT_COMPANY_ADD_ID = LV_ZUSATZNUM E_VAT_NO = LV_VAT_NO EXCEPTIONS COMPANY_CODE_INITIAL = 1 COUNTRY_INITIAL = 2 WRONG_REPORTING_TYPE = 3 OTHERS = 4.
RV_FTT_GOV_ID_CODES_READ CALL FUNCTION 'RV_FTT_GOV_ID_CODES_READ' EXPORTING I_COMPANY_CODE = NUMMBUKR I_COUNTRY = COUNTRY_T609I I_REPORTING_TYPE = 'I' IMPORTING E_VAT_NO = LV_VAT_NO EXCEPTIONS COMPANY_CODE_INITIAL = 1 COUNTRY_INITIAL = 2 WRONG_REPORTING_TYPE = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVEXDEIF - EXTRASTAT: File Creation for Import/Export - France RVEXDEIF - EXTRASTAT: File Creation for Import/Export - France RVEXDEID - EXTRASTAT: File Creation for Import/Export - Germany RVEXDEID - EXTRASTAT: File Creation for Import/Export - Germany RVEXDEIC - V.A.R. (Simplified Export Declaration): Create file - Switzerland RVEXDEIC - V.A.R. (Simplified Export Declaration): Create file - Switzerland