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
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: 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
INCLUDE IDATA_12.
INCLUDE I_FILE_DATA_12.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDITSR12 - Foreign Trade Declaration (Austria) RFIDITSR12 - Foreign Trade Declaration (Austria) RFIDITSR02 - Check Customizing Settings for Foreign Trade Declaration RFIDITSR02 - Check Customizing Settings for Foreign Trade Declaration RFIDITSR00 - Foreign Trade Declaration RFIDITSR00 - Foreign Trade Declaration