RFKKAR_GI_PERCEPTION 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 magnetic file containing gross income (GI)
If you would like to execute this report or see the full code listing simply enter RFKKAR_GI_PERCEPTION 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_VMDAT = Reporting date
Selection Text: S_EXBEL = Official document number
Selection Text: P_TEST = Test run only
Selection Text: P_REGIO = Province
Selection Text: P_FILE = Name of dataset
Selection Text: P_BUKRS = Company code
Title: Gross Income Perception for Buenos Aires (Argentina)
Text Symbol: U16 = Off.TaxReg.
Text Symbol: U15 = Official Tax Regime
Text Symbol: U14 = Report.Date
Text Symbol: U13 = Cont. Account
Text Symbol: U11 = Official document type
Text Symbol: U10 = Grouping
Text Symbol: U09 = Document amount
Text Symbol: U08 = GI Perception
Text Symbol: U07 = Tax base
Text Symbol: U06 = Identification
Text Symbol: U05 = FiT
Text Symbol: U04 = Business Partner
Text Symbol: U03 = Post.Date
Text Symbol: U02 = PC
Text Symbol: U01 = Official Document
Text Symbol: T02 = T O T A L for Company
Text Symbol: T01 = T O T A L for Grouping
Text Symbol: S04 = Execution Mode
Text Symbol: S03 = Output
Text Symbol: S02 = Additional Selection
Text Symbol: S01 = General Selection
Text Symbol: L99 = ***** Please change the table(s) and start the report again!! *****
Text Symbol: H12 = Totals by Official Tax Regime
Text Symbol: H11 = P R O G R A M - L O G
Text Symbol: H10 = T O T A L
Text Symbol: H09 = Totals by Official Doc. Type
Text Symbol: H08 = Totals by Grouping
Text Symbol: H07 = CANCELLED NUMBER:
Text Symbol: H06 = File:
Text Symbol: H05 = Reporting date:
Text Symbol: H04 = Company CUIT:
INCLUDE IRFKKARGI_PERC_TOP.
INCLUDE IRFKKARGI_PERC_GRAL_CODING.
INCLUDE IRFKKAR_PERC_GRAL_CODING.
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.
RFKKAR_GI_PERCEPTION - Gross Income Perception for Buenos Aires (Argentina) RFKKAR_GI_PERCEPTION - Gross Income Perception for Buenos Aires (Argentina) RFKKAR_FORMS - RFKKARFORMS RFKKAR_CHECK_LOCK_AND_DELETE - Deletion of Invalid FI-CA Archiving Locks RFKKAR_CHECK_LOCK_AND_DELETE - Deletion of Invalid FI-CA Archiving Locks RFKKARVAT_PERCEPTION - VAT Perception (Argentina)