SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKKAR_GI_PERCEPTION SAP ABAP Report - Gross Income Perception for Buenos Aires (Argentina)







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) 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 RFKKAR_GI_PERCEPTION 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 RFKKAR_GI_PERCEPTION. "Basic submit
SUBMIT RFKKAR_GI_PERCEPTION AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKAR_GI_PERCEPTION 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: 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:





Text Symbol: H03 = Company code:
Text Symbol: H02 = Detailed Information
Text Symbol: H01 = Gross Income Perception


INCLUDES used within this REPORT RFKKAR_GI_PERCEPTION

INCLUDE IRFKKARGI_PERC_TOP.
INCLUDE IRFKKARGI_PERC_GRAL_CODING.
INCLUDE IRFKKAR_PERC_GRAL_CODING.


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:

No SAP FUNCTION MODULES are executed within this report code!



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