SAP Reports / Programs

RVEXDEIC SAP ABAP Report - V.A.R. (Simplified Export Declaration): Create file - Switzerland







RVEXDEIC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Vereinfachte Ausfuhrerklärung (Simplified Export Declaration) Switzerland: Tape Version for Export Transactions This program is used in Switzerland to create the 'Vereinfachte Ausfuhrerklärung' (VAR)...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 RVEXDEIC 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

VE23 - V.A.R.: File - Switzerland


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 RVEXDEIC. "Basic submit
SUBMIT RVEXDEIC AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXDEIC 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_VARIA = Layout
Selection Text: P_LIST = Issue Log
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
Title: V.A.R. (Simplified Export Declaration): Create file - Switzerland
Text Symbol: X19 = Company number ;
Text Symbol: X17 = Customs office for transportation processing ;
Text Symbol: X16 = Postal code ;
Text Symbol: X15 = Add.specific.for mode of transport road ;
Text Symbol: X14 = Mode of Transport ;
Text Symbol: X13 = Statistical value ;
Text Symbol: X12 = Tare weight ;
Text Symbol: X11 = Add.specific.for quantities ;
Text Symbol: X10 = License number (CH) ;
Text Symbol: X09 = License requirement (CH) ;
Text Symbol: X08 = Reimbursement code ;
Text Symbol: X07 = Key (stat.) ;
Text Symbol: X06 = Tariff number ;
Text Symbol: X05 = Consumer country ;
Text Symbol: X04 = Identification number (document no.) ;
Text Symbol: X03 = Direction of traffic ;
Text Symbol: X02 = Processing month ;
Text Symbol: X01 = Correction code ;
Text Symbol: S02 = Technical Specs
Text Symbol: S01 = Selection criteria - General
Text Symbol: 015 = ;Fld ;Explanation ;
Text Symbol: 003 = Legend for processing log
Text Symbol: 002 = Processing log - Month & / &
Text Symbol: 001 = ;1;2;3; 4 ; 5; 6 ; 7 ;8;9; 10 ; 11 ; 12 ; 13 ;14;15; 16 ; 17; 18 ;


INCLUDES used within this REPORT RVEXDEIC

INCLUDE RVEXEXCH.
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:

No SAP FUNCTION MODULES are executed within this report code!



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