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

RFKKARREVTAX_R SAP ABAP Report - Gross Income Tax Declaration (Argentina)







RFKKARREVTAX_R is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Related to RFKKARREVTAX_C, for the municipal level...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 RFKKARREVTAX_R 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 RFKKARREVTAX_R. "Basic submit
SUBMIT RFKKARREVTAX_R AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKARREVTAX_R 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_XBLNR = Official document number
Selection Text: S_VMDAT = Reporting date
Selection Text: S_VDATE = Valid date
Selection Text: S_REGIO = Province
Selection Text: S_GITYP = Distribution type
Selection Text: P_TEST = Test run only
Selection Text: P_DETAIL = Detailed information
Selection Text: P_BUKRS = Company code
Title: Gross Income Tax Declaration (Argentina)
Text Symbol: U20 = Reporting date
Text Symbol: U19 = Coefficient:
Text Symbol: U18 = DISTRIBUTED
Text Symbol: U16 = REVENUES TYPE:
Text Symbol: U14 = Total for Grouping
Text Symbol: U13 = Amount
Text Symbol: U12 = Official doc. number/Type
Text Symbol: U11 = Prov.
Text Symbol: U10 = Grouping
Text Symbol: U09 = Total for
Text Symbol: U08 = Total for Ditribution Type
Text Symbol: U07 = Total for Activity
Text Symbol: U06 = Tax Amount
Text Symbol: U05 = Regional Revenues
Text Symbol: U04 = National Revenues
Text Symbol: U03 = Activity Code Rate:
Text Symbol: U02 = Activity
Text Symbol: U01 = Distribution type
Text Symbol: S03 = Execution Mode
Text Symbol: S02 = Additional Selection
Text Symbol: S01 = General Selection
Text Symbol: H05 = REVENUES BY JURISDICTION
Text Symbol: H04 = DETAILED INFORMATION
Text Symbol: H03 = Reporting Date:
Text Symbol: H02 = SUMMARIZED INFORMATION
Text Symbol: H01 = GROSS INCOME TAX DECLARATION


INCLUDES used within this REPORT RFKKARREVTAX_R

INCLUDE RIFKAR_REPORT_REV_R_TOP. " GLOBAL DATA
INCLUDE RIFKAR_REPORT_REV_R_I01.
INCLUDE RIFKAR_REPORT_REV_R_F01. " FORM-ROUTINES





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