SAP Reports / Programs

J_3RFPROPTAX SAP ABAP Report - Property Tax Report (Russia)







J_3RFPROPTAX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter J_3RFPROPTAX into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J3RFPROPTAX - Property Tax Report (Russia)


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 J_3RFPROPTAX. "Basic submit
SUBMIT J_3RFPROPTAX AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RFPROPTAX 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: CHANGCUR = CurrentYearCorrectivePostings
Selection Text: O_DISTR = D .
Selection Text: O_FACT = D .
Selection Text: O_PLAN = D .
Selection Text: O_REG = D .
Selection Text: P_DOWNP = D .
Selection Text: P_EX1 = D .
Selection Text: P_EX2 = D .
Selection Text: P_EXT1 = D .
Selection Text: P_GRID = D .
Selection Text: P_LOAD = Read extract
Selection Text: P_NOEX = Without extract
Selection Text: P_SAVE = Save extract
Selection Text: P_VARI = D .
Selection Text: SODISTR = D .
Selection Text: SOREGION = D .
Selection Text: SO_ANKAT = D .
Selection Text: SO_ANLN1 = D .
Selection Text: SO_ANLN2 = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_CLASS = D .
Selection Text: S_AFABE = D .
Selection Text: S_GJAHR = D .
Selection Text: S_MONTH = D .
Title: Property Tax Report (Russia)
Text Symbol: EXT = Extracts
Text Symbol: EX5 = Extract Description
Text Symbol: EX4 = Read
Text Symbol: EX3 = Save
Text Symbol: EX2 = Name of Extract
Text Symbol: EX1 = No Extracts
Text Symbol: E05 = Read Extract
Text Symbol: E04 = Extract Description
Text Symbol: 001 = General Parameters
Text Symbol: 003 = Tax Authorities
Text Symbol: 004 = Calculation of Net Book Value
Text Symbol: 005 = Property Tax For
Text Symbol: 006 = month(s)





Text Symbol: 007 = year
Text Symbol: 022 = AvgYearNBV
Text Symbol: 023 = Property Tax
Text Symbol: 024 = OKOF Code
Text Symbol: 033 = OKATO Code
Text Symbol: 034 = PropType
Text Symbol: 041 = NBV 01.01
Text Symbol: 042 = NBV 01.02
Text Symbol: 043 = NBV 01.03
Text Symbol: 044 = NBV 01.04
Text Symbol: 045 = NBV 01.05
Text Symbol: 046 = NBV 01.06
Text Symbol: 047 = NBV 01.07
Text Symbol: 048 = NBV 01.08
Text Symbol: 049 = NBV 01.09
Text Symbol: 050 = NBV 01.10
Text Symbol: 051 = NBV 01.11
Text Symbol: 052 = NBV 01.12
Text Symbol: 053 = NBV BegNextYr
Text Symbol: 054 = FedPrivileg2
Text Symbol: 095 = Vendor
Text Symbol: 096 = BP
Text Symbol: 097 = LP
Text Symbol: 098 = ErC
Text Symbol: BL0 = Display options
Text Symbol: E01 = No Extracts
Text Symbol: E02 = Save Extract
Text Symbol: E03 = Name of Extract


INCLUDES used within this REPORT J_3RFPROPTAX

INCLUDE J_3RFPROPTAX_TOP.
INCLUDE J_3RFPROPTAX_TOP_VERS.
INCLUDE J_3RFPROPTAX_COMMON.
INCLUDE J_3RFPROPTAX_ALV_TOP.
INCLUDE VEX01TOP.
SELECTION-SCREEN INCLUDE BLOCKS EXTRACT.
INCLUDE J_3RFPROPTAX_EXTR.
INCLUDE J_3RFPROPTAX_HELP.


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:

REUSE_ALV_EXTRACT_SAVE





CALL FUNCTION 'REUSE_ALV_EXTRACT_SAVE' EXPORTING is_extract = gs_extract1 i_get_selinfos = 'X' i_exp01 = s_month i_exp02 = s_gjahr TABLES it_exp01 = it_assets.

REUSE_ALV_EXTRACT_LOAD CALL FUNCTION 'REUSE_ALV_EXTRACT_LOAD' EXPORTING is_extract = gs_extract2 TABLES et_exp01 = it_assets CHANGING c_exp01 = s_month c_exp02 = s_gjahr.



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