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

RVEXDEID SAP ABAP Report - EXTRASTAT: File Creation for Import/Export - Germany







RVEXDEID is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 RVEXDEID 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

VE05 - EXTRASTAT: Create File - Germany


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 RVEXDEID. "Basic submit
SUBMIT RVEXDEID AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXDEID 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: TAPE = Create file
Selection Text: S_WERKS = Plant
Selection Text: P_VERS = Headquarters of Imp./Exporter
Selection Text: P_VARIA = Layout
Selection Text: P_LIST = Issue Log
Selection Text: P_ARIDEP = Import (1) / Export (2)
Selection Text: P_ACCUM = Aggregate Data
Selection Text: NUMMBUKR = Company Code
Selection Text: MATNR = Material Number
Selection Text: DATUMMON = Reporting Month
Selection Text: DATUMJAH = Reporting Year
Selection Text: DATEINAM = File Name for Output
Title: EXTRASTAT: File Creation for Import/Export - Germany
Text Symbol: T22 = Exporter in Lübeck
Text Symbol: S01 = Selection Criteria - General
Text Symbol: S02 = Technical Specifications
Text Symbol: S03 = Addit.Specif.
Text Symbol: T01 = Importer´s regist. office
Text Symbol: T02 = Exporter´s regist. office
Text Symbol: T10 = Importer in Hamburg
Text Symbol: T11 = Importer in Bremen
Text Symbol: T12 = From a warehouse in Bremen (special trade)
Text Symbol: T13 = Importer in Berlin
Text Symbol: T14 = Importer in the Saarland
Text Symbol: T15 = Importer in Lübeck
Text Symbol: T20 = Exporter in Hamburg
Text Symbol: T21 = Exporter in Bremen
001 CoCode Doc.no. Item no. Invoice value No.on tape


INCLUDES used within this REPORT RVEXDEID

INCLUDE RVEXEXDE.
INCLUDE RMEXEXDE.
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:

RV_FTT_GOV_ID_CODES_READ CALL FUNCTION 'RV_FTT_GOV_ID_CODES_READ' EXPORTING I_COMPANY_CODE = NUMMBUKR I_COUNTRY = T001-LAND1 I_REPORTING_TYPE = 'E' IMPORTING * E_INTRASTAT_COMPANY_ID = * E_INTRASTAT_COMPANY_ADD_ID = * E_EXTRASTAT_COMPANY_ID = E_EXTRASTAT_MATERIAL_ID = MATNR * E_KOBRA_COMPANY_ID = * E_KOBRA_CUSTOMS_ID = * E_VAR_COMPANY_ID = * E_VAR_MATERIAL_ID = * E_AERP_SHIPPERS_AUTH_ID = EXCEPTIONS COMPANY_CODE_INITIAL = 1 COUNTRY_INITIAL = 2 WRONG_REPORTING_TYPE = 3 OTHERS = 4.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'RVEXDEID' DYNUMB = '1000' TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 DOUBLE_CONVERSION = 9 STEPL_NOT_FOUND = 10 OTHERS = 11.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = CON_VERSENDER WINDOW_TITLE = WINDOW_TITLE VALUE = VALUE VALUE_ORG = 'C' MULTIPLE_CHOICE = ' ' DISPLAY = DISPLAY TABLES VALUE_TAB = F4_VALUE_TAB FIELD_TAB = F4_FIELD_TAB RETURN_TAB = F4_RETURN_TAB EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.



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