SAP Reports / Programs

RFIDITSR12 SAP ABAP Report - Foreign Trade Declaration (Austria)







RFIDITSR12 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to prepare balance-of-payment reporting in Austria...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 RFIDITSR12 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 RFIDITSR12. "Basic submit
SUBMIT RFIDITSR12 AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDITSR12 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: PAR_PFAD = Subdirectory
Selection Text: PAR_QUAR = Reporting Quarter
Selection Text: PR_LYOUT = Layout
Selection Text: P_AP = Select vendors
Selection Text: P_AR = Select customers
Selection Text: P_BUSAB = Accounting Clerk
Selection Text: P_CORR = Correction Version
Selection Text: P_GL = Select G/L Accounts
Selection Text: P_OTHINV = Other Investments
Selection Text: P_SERTRN = Services and Transfers
Selection Text: P_XML = Create File
Selection Text: S_BELNR = Document Number
Selection Text: S_BLART = Document Type
Selection Text: S_BUDAT = Posting Date
Selection Text: S_BUKRS = Company Code
Selection Text: S_GJAHR = Fiscal Year
Selection Text: S_KUNNR = Customer
Selection Text: S_LAND = Country
Selection Text: S_LIFNR = Vendor
Selection Text: S_RCUST = Reconciliation Account
Selection Text: S_RVEND = Reconciliation Account
Selection Text: S_SAKNR = G/L Account
Selection Text: S_UMSKZ = Special G/L Indicator
Selection Text: S_WAERS = Currency
Selection Text: PAR_JAHR = Reporting Year
Selection Text: PAR_FLPC =
Selection Text: PAR_FIL3 = Application Server Path
Selection Text: PAR_DRIV = Target Drive
Title: Foreign Trade Declaration (Austria)
Text Symbol: 001 = General Selection Criteria
Text Symbol: 002 = Additional Selection Criteria
Text Symbol: 003 = File Creation
Text Symbol: 006 = B.Partner
Text Symbol: 007 = Business Partner's Name
Text Symbol: 008 = Correction Report
Text Symbol: 009 = Reporting selection for Austria
Text Symbol: 010 = Service Tax Number
Text Symbol: 011 = Reporting Quarter





Text Symbol: 012 = /
Text Symbol: 013 = Rep. Qtr
Text Symbol: 014 = Exp / Rev A/C
Text Symbol: 015 = Loc. Currency
Text Symbol: 016 = Save on PC
Text Symbol: 017 = List Layout
Text Symbol: 018 = Have you inserted a
Text Symbol: 019 = formatted disk
Text Symbol: 020 = Disk
Text Symbol: 021 = Contact Person


INCLUDES used within this REPORT RFIDITSR12

INCLUDE IDATA_12.
INCLUDE I_FILE_DATA_12.


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:

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = gc_filename PARAMETER_1 = sy-cprog CHANGING PHYSICAL_FILENAME = PAR_FIL3 EXCEPTIONS
OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-018 textline2 = text-019 titel = text-020 IMPORTING answer = hlp_ans.



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