RFKKARFISCAL_POSITION 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 calculate a company's fiscal balance with regard to value-added tax (VAT) - to determine whether it has a VAT credit or whether it owes VAT to the tax authorities...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 RFKKARFISCAL_POSITION 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: S_XBLNR = Official document no.
Selection Text: S_VMDAT = Reporting date
Selection Text: S_TOTALS = Print tax totals
Selection Text: S_TEST = Test run only
Selection Text: S_NUMBC = Total pages numb.consecutively
Selection Text: S_INIT = Time dependency for number
Selection Text: S_HEADER = Print all headers and footers
Selection Text: S_DRVER = Version of daily report
Selection Text: S_BUKRS = Company code
Selection Text: S_ACCUM = Accumulate VAT surcharge
Title: VAT Fiscal Position
Text Symbol: U06 = ID document no.
Text Symbol: U07 = Post.Date
Text Symbol: U08 = Off.Docum.No./Type
Text Symbol: U09 = Compens.Doc.No.
Text Symbol: U10 = Document total
Text Symbol: U11 = Rate
Text Symbol: U12 = Taxed
Text Symbol: U13 = Not Taxed
Text Symbol: U14 = R.R. VAT
Text Symbol: U15 = R.n.R. VAT
Text Symbol: U16 = VAT perception
Text Symbol: U17 = Other percep.
Text Symbol: U18 = Exempted
Text Symbol: U19 = Industry taxes
Text Symbol: U20 = Line total
Text Symbol: V01 = T A X - T O T A L S
Text Symbol: V02 = P R O G R A M - L O G
Text Symbol: V04 = Description
Text Symbol: V05 = Amount
Text Symbol: V06 = Off.Doc.Type
Text Symbol: V07 = Grouping
Text Symbol: V08 = Total amount
Text Symbol: V09 = Vat Account
Text Symbol: V10 = Debit
Text Symbol: V11 = Credit
Text Symbol: V12 = Balance
Text Symbol: V13 = Table
INCLUDE IRFKKAR_FISCAL_TOP.
INCLUDE IRFKKAR_FISCAL_POSITION_TOP.
INCLUDE IRFKKAR_FISCAL_GENERAL_CODING.
INCLUDE IRFKKAR_FISCAL_POSITION_LIST.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 RFKKARFISCAL_POSITION or its description.