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
Below is a list of transaction codes which are relevant to this SAP report
VE99 - Create Document - Austria
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.
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
INCLUDE RVEXF0ST.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVEXPEIA - EXTRASTAT: Paper Version for Receipt/Dispatch - Austria RVEXPEIA - EXTRASTAT: Paper Version for Receipt/Dispatch - Austria RVEXPAST - Declarations to the authorities: Sales invoice values per period RVEXPAST - Declarations to the authorities: Sales invoice values per period RVEXPARA - EXTRASTAT: Import Parameters RVEXPAIV - INTRASTAT: Paper Version for Receipt/Dispatch - Sweden