RFKKARVAT_BOOK 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 generate a list of documents posted in
If you would like to execute this report or see the full code listing simply enter RFKKARVAT_BOOK 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_TEST = Test run only
Selection Text: S_DRVER = Version of daily report
Selection Text: S_BUKRS = Company code
Selection Text: S_ACCUM = Accumulate VAT surcharge
Title: Daily VAT Report for FI-CA (Argentina)
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
Text Symbol: V14 = Key/Text
Text Symbol: V15 = Off.Docum.No.
Text Symbol: V16 = Docum.Date
Text Symbol: U10 = Document total
Text Symbol: B01 = TOTALS
Text Symbol: B02 = GROUP.TOTAL
Text Symbol: H01 = Company:
Text Symbol: H02 = Tax no.:
Text Symbol: H03 = Code:
INCLUDE IRFKKARVAT_GENERAL_CODING.
INCLUDE IRFKKARVAT_BOOK_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.
RFKKARVAT_BOOK - Daily VAT Report for FI-CA (Argentina) RFKKARVAT_BOOK - Daily VAT Report for FI-CA (Argentina) RFKKARREVTAX_R - Gross Income Tax Declaration (Argentina) RFKKARREVTAX_R - Gross Income Tax Declaration (Argentina) RFKKARREVTAX_C - Municipal Tax Declaration (Argentina) RFKKARREVTAX_C - Municipal Tax Declaration (Argentina)