SAP Reports / Programs

RAIDJP_TAX SAP ABAP Report - Property Tax Report (Japan)







RAIDJP_TAX 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 RAIDJP_TAX 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 RAIDJP_TAX. "Basic submit
SUBMIT RAIDJP_TAX AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDJP_TAX 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: PA_ACQ_L = Acquisition List
Selection Text: PA_ALL_L = Complete List
Selection Text: PA_ALV_O = Standard ALV Output
Selection Text: PA_ARATE = Tax Rate
Selection Text: PA_BUD_A = Budgeting Type A
Selection Text: PA_BUD_B = Budgeting Type B
Selection Text: PA_CITY = Recalc. at Tax Office Level
Selection Text: PA_DYEAR = Declaration Year (Japan)
Selection Text: PA_FILNM = File
Selection Text: PA_FINAL = Final Declaration
Selection Text: PA_NO_O = No Output
Selection Text: PA_OTH_L = Input Layout
Selection Text: PA_OTH_O = Custom Layout
Selection Text: PA_PAGES = Number of Pages
Selection Text: PA_PROV = Provisional Declaration
Selection Text: PA_READ = Display Latest Data
Selection Text: PA_RET_L = Retirement List
Selection Text: PA_STORE = Update Run
Selection Text: PA_TEST = Test Run
Selection Text: PA_VARI = D .
Selection Text: PA_XML = D .
Selection Text: P_COVER = Declaration Form
Selection Text: P_ITEM = Line Item List
Selection Text: SO_GRUND = Special Rule
Selection Text: SO_TAX_O = Tax Office
Title: Property Tax Report (Japan)
Text Symbol: R17 = XML Output
Text Symbol: R16 = Other Format
Text Symbol: R15 = Variant
Text Symbol: R14 = No Output
Text Symbol: R13 = Custom Layout
Text Symbol: R12 = Standard ALV Output
Text Symbol: R11 = Retirement List
Text Symbol: R10 = Acquisition List
Text Symbol: 001 = Application Log
Text Symbol: 002 = Data output - ALV standard layout
Text Symbol: 003 = Tax Book Value
Text Symbol: 004 = Tax Evaluation Amt





Text Symbol: 005 = Report
Text Symbol: 006 = Display Property Tax Report
Text Symbol: 010 = Yes
Text Symbol: 011 = No
Text Symbol: 012 = Method with fixed rate
Text Symbol: 013 = Method with fixed amount
Text Symbol: 014 = Self-owned building
Text Symbol: 015 = Self-owned and leased
Text Symbol: 016 = Leased building
Text Symbol: 017 = (Final Declaration)
Text Symbol: 018 = Final Declaration through additional depreciation
Text Symbol: BL1 = Settings
Text Symbol: BL2 = Further Selections
Text Symbol: BL3 = Output
Text Symbol: BL4 = Run Type
Text Symbol: BL5 = List Type
Text Symbol: BL6 = Run Mode
Text Symbol: BL8 = Output Layout
Text Symbol: BL9 = Decl'n Type
Text Symbol: CM1 = Tax Rate
Text Symbol: CM2 = In Percent
Text Symbol: R01 = Test Run
Text Symbol: R02 = Update Run
Text Symbol: R03 = Recalculate at Tax Office Level
Text Symbol: R04 = Display Latest Data
Text Symbol: R05 = Provisional Declaration
Text Symbol: R06 = Final Declaration
Text Symbol: R07 = Budgeting Type A
Text Symbol: R08 = Budgeting Type B
Text Symbol: R09 = Complete List


INCLUDES used within this REPORT RAIDJP_TAX

INCLUDE RAIDJP_TAX_GLOBAL_DEFINITIONS. " GENERAL DECLARATIONS
INCLUDE RAIDJP_TAX_FORMS_DATA.
INCLUDE RAIDJP_TAX_DEFINE_SEL_SCREEN.


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:

/KJRTAX01/PROPT_XML_EXPORT CALL FUNCTION '/KJRTAX01/PROPT_XML_EXPORT' EXPORTING it_interface_data = itab_interface_data id_filnm = pa_filnm id_num = gd_numc14_store_sec id_dyear = pa_dyear id_numc14_log_sec = gd_numc14_log_sec.



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