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

RVEXINPR SAP ABAP INCLUDE - INTRASTAT: Processing logic







RVEXINPR is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RVEXINPR into the relevant SAP transactions such as SE38 or SE80


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 RVEXINPR. "Basic submit
SUBMIT RVEXINPR AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXINPR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: INTRASTAT: Processing logic


INCLUDES used within this REPORT RVEXINPR

No INCLUDES are used within this REPORT code!


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_TABLE_READ CALL FUNCTION 'RV_FTT_GOV_TABLE_READ' EXPORTING TABLE_NAME = 'VEIAV' REPORTING_MONTH = DATUMMON REPORTING_YEAR = DATUMJAH COMPANY_CODE = NUMMBUKR FLOW_OF_GOODS = P_ARIDEP REPORTING_COUNTRY = COUNTRY_T609I TABLES PLANTS_TO_BE_SELECTED = S_WERKS * FIELDS_TO_BE_SELECTED = TABLE_DATA = VEIAV_TAB EXCEPTIONS NO_DATA_SELECTED = 1 INVALID_TABLE = 2 OTHERS = 3.

RV_FTT_GOV_ACCUMULATION_READ CALL FUNCTION 'RV_FTT_GOV_ACCUMULATION_READ' EXPORTING I_COUNTRY = COUNTRY_T609I I_DIRECTION = DIRECTION I_REPORTING_TYPE = REPORTING_TYPE TABLES E_T_ACCUMULATION_FIELDS = ACCU_CRIT_TAB EXCEPTIONS NO_ACCUMULATION_CRITERIA_FOUND = 1 WRONG_DIRECTION = 2 WRONG_REPORTING_TYPE = 3 OTHERS = 4.

RV_FTT_GOV_PROCESSING CALL FUNCTION 'RV_FTT_GOV_PROCESSING' EXPORTING ROUND_VALUES = TRUE COUNTRY = COUNTRY_ISO I_MEDIUM = MEDIUM I_REPORTING_TYPE = REPORTING_TYPE IMPORTING SUM_LINE = SUM_LINE TABLES TABLE_DATA = VEIAV_TAB ITEMS_ACCUMULATED_PER_LINE = ITEMS_ACCU_TAB ACCUMULATION_CRITERIA = ACCU_CRIT_TAB EXCEPTIONS NO_PROCESSING = 1 TOO_MANY_CRITERIA = 2 OTHERS = 3.

RV_FTT_GOV_MEMORY_HANDLING CALL FUNCTION 'RV_FTT_GOV_MEMORY_HANDLING' EXPORTING MODE = 'E' PROGRAM = CON_REPID_SAPLV50G TABLES TABLE_DATA = LT_VEIAV_TAB_FOR_EXPORT EXCEPTIONS ILLEGAL_MODE = 1 EXPORT_FAILED = 2 IMPORT_FAILED = 3 OTHERS = 4.

RV_FTT_GOV_LOG_DISPLAY CALL FUNCTION 'RV_FTT_GOV_LOG_DISPLAY' EXPORTING REPORTING_TYPE = REPORTING_TYPE COUNTRY = COUNTRY_ISO MEDIUM = MEDIUM PRINT_FORM = P_PRINT_FORM REPORT_ID = P_REPID ADDRESS = ADRS FLOW_OF_GOODS = P_ARIDEP VARIANT = G_VARIANT FILE_CREATED = P_FILE_CREATED FILE_NAME = P_FILE_NAME FLAG_DATA_COMPRESSED = P_ACCUM REPORTING_MONTH = DATUMMON REPORTING_YEAR = DATUMJAH COMPANY_CODE = NUMMBUKR TABLES TABLE_DATA = VEIAV_TAB COVER_SHEET = COVER_SHEET_TAB SEGMENT_DATA = SEGMENT_DATA EXCEPTIONS INVALID_COUNTRY = 1 INVALID_MEDIUM = 2 WRONG_REPORTING_TYPE = 3 NO_STRUCTURE_RECEIVED = 4 OTHERS = 5.



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