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
Below is a list of transaction codes which are relevant to this SAP report
J3RFPROPTAX - Property Tax Report (Russia)
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: 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)
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.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.