SAP Reports / Programs

RVEXPEIA SAP ABAP Report - EXTRASTAT: Paper Version for Receipt/Dispatch - Austria







RVEXPEIA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report prints all items selected by month, year, company code, and procedure with the form layout from the German Central Office of Statistics (Statistische Zentralamt)...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 RVEXPEIA 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

VE99 - Create Document - Austria


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 RVEXPEIA. "Basic submit
SUBMIT RVEXPEIA AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXPEIA 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: ARRIVDEP = Receipt (1) / Dispatch (2)
Selection Text: DATUMJAH = Reporting Year
Selection Text: DATUMMON = Reporting Month
Selection Text: NUMMBUKR = Company Code
Selection Text: S_WERKS = Plant
Title: EXTRASTAT: Paper Version for Receipt/Dispatch - Austria
Text Symbol: B01 = Declarant data
Text Symbol: E01 = Selection Criteria
Text Symbol: E09 = X
Text Symbol: E11 = Declarant Data


INCLUDES used within this REPORT RVEXPEIA

INCLUDE RVEXF0ST.


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 = 'HEADER' EXCEPTIONS ELEMENT = 1 WINDOW = 2.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ADRESS' EXCEPTIONS ELEMENT = 1 WINDOW = 2.

WRITE_FORM * call function 'WRITE_FORM' * exporting * element = 'DATE' * exceptions * element = 1 * window = 2.

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

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING ADRSWA_IN = ADRS IMPORTING ADRSWA_OUT = ADRS. "SADR40A

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.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING ADRSWA_IN = ADRS IMPORTING ADRSWA_OUT = ADRS.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ITEM_LINE' EXCEPTIONS ELEMENT = 1 WINDOW = 2.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS OTHERS = 1.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING FORM = 'SD_EXPEIA' LANGUAGE = SY-LANGU OPTIONS = ITCPO DEVICE = 'PRINTER' DIALOG = 'X' EXCEPTIONS OTHERS = 1.



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