SAP Reports / Programs

RVEXPAIB SAP ABAP Report - INTRASTAT: Paper Version for Receipt/Dispatch - Belgium







RVEXPAIB 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 the paper version of INTRASTAT declarations for Belgium and Luxembourg...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 RVEXPAIB 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

VE34 - INTRASTAT: Paper Form - Belgien
VE06 - INTRASTAT: Paper Form - Belgien


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 RVEXPAIB. "Basic submit
SUBMIT RVEXPAIB AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXPAIB 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: S_WERKS = Plant
Selection Text: P_VARIA = Layout
Selection Text: P_SOF1 = Print Immediately
Selection Text: P_RECMOD = Oblig. to prov. info
Selection Text: P_PRIM = Printer
Selection Text: P_LIST = Issue Log
Selection Text: P_LANG = Language
Selection Text: P_FORM = Intrastat form
Selection Text: P_ARIDEP = Receipt (1) / Dispatch (2)
Selection Text: P_ACCUM = Compress items
Selection Text: NUMMBUKR = Company Code
Selection Text: DATUMMON = Reporting Month
Selection Text: DATUMJAH = Reporting year
Title: INTRASTAT: Paper Version for Receipt/Dispatch - Belgium
Text Symbol: T10 = Third party declarant data
Text Symbol: T09 = Declarant data
Text Symbol: T08 = Detail list
Text Symbol: T07 = Form data
Text Symbol: T06 = Selection criteria - General
Text Symbol: T05 = Printer for detail list
Text Symbol: T04 = Print Immediately
Text Symbol: T03 = Form printer
Text Symbol: T02 = Language
Text Symbol: T01 = Intrastat form
Text Symbol: S01 = Addit.Specif.
Text Symbol: E12 = Issue log
Text Symbol: E10 = Aggregate data
Text Symbol: E02 = Technical Specifications
Text Symbol: E01 = Selection criteria
Text Symbol: D05 = Number Value Cntry Origin Transp. Harbour Type CommCde number
Text Symbol: D04 = CoCd Doc. Invoice value Statistical Ctry of Mode of Loading BusTr. Commodity Tax
Text Symbol: D03 = Detail
Text Symbol: D02 = System information
Text Symbol: B02 = @B_ADDR@Declarant address
Text Symbol: B01 = @6C@Declarant data
Text Symbol: 099 = Incorrect processing type (Statistical code)
Text Symbol: 095 = Number of lines not allowed (01-99)
Text Symbol: 093 = Company code not in T001





Text Symbol: 092 = List of errors
Text Symbol: 091 = Transaction with a non-EU member state


INCLUDES used within this REPORT RVEXPAIB

INCLUDE RVEXBEI0.
INCLUDE RVEXINRO.
INCLUDE RVEXINDP.
INCLUDE RVEXINPR.


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:

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ELEMENT FUNCTION = 'SET' WINDOW = 'F000' EXCEPTIONS ELEMENT = 01 FUNCTION = 02 TYPE = 03 UNOPENED = 04 UNSTARTED = 05 WINDOW = 06.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ELEMENT FUNCTION = 'SET' * WINDOW = 'TITRE' WINDOW = 'F001' EXCEPTIONS ELEMENT = 01 FUNCTION = 02 TYPE = 03 UNOPENED = 04 UNSTARTED = 05 WINDOW = 06.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ELEMENT FUNCTION = 'SET' * WINDOW = 'TITRE2' WINDOW = 'F002' EXCEPTIONS ELEMENT = 01 FUNCTION = 02 TYPE = 03 UNOPENED = 04 UNSTARTED = 05 WINDOW = 06.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ELEMENT FUNCTION = 'SET' WINDOW = 'F003' EXCEPTIONS ELEMENT = 01 FUNCTION = 02 TYPE = 03 UNOPENED = 04 UNSTARTED = 05 WINDOW = 06.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ELEMENT FUNCTION = 'SET' WINDOW = 'F004' EXCEPTIONS ELEMENT = 01 FUNCTION = 02 TYPE = 03 UNOPENED = 04 UNSTARTED = 05 WINDOW = 06.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING * ELEMENT = 'PAGE' ELEMENT = 'NEW_PAGE' FUNCTION = 'SET' WINDOW = 'MAIN' EXCEPTIONS ELEMENT = 01 FUNCTION = 02 TYPE = 03 UNOPENED = 04 UNSTARTED = 05 WINDOW = 06.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ELEMENT WINDOW = 'MAIN' EXCEPTIONS ELEMENT = 01 FUNCTION = 02 TYPE = 03 UNOPENED = 04 UNSTARTED = 05 WINDOW = 06.



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