SAP Reports / Programs

RVEXDEIF SAP ABAP Report - EXTRASTAT: File Creation for Import/Export - France







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


Transaction Code(s):

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


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 RVEXDEIF. "Basic submit
SUBMIT RVEXDEIF AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXDEIF 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: 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


INCLUDES used within this REPORT RVEXDEIF

INCLUDE RVEXINRO.
INCLUDE RVEXINDF.
INCLUDE RVEXEXPR.


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:

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.



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