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
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: 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
INCLUDE RAIDJP_TAX_GLOBAL_DEFINITIONS. " GENERAL DECLARATIONS
INCLUDE RAIDJP_TAX_FORMS_DATA.
INCLUDE RAIDJP_TAX_DEFINE_SEL_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
/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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAIDJP_TAX - Property Tax Report (Japan) RAIDJP_TAX - Property Tax Report (Japan) RAIDJP_ANNEX16_SELSCR - Include RAIDJP_ANNEX16_SELSCR RAIDJP_ANNEX16_GLOBDATA - Include RAIDJP_ANNEX16_GLOBDATA RAIDJP_ANNEX16_FORMS - Include RAIDJP_ANNEX16_FORMS RAIDJP_ANNEX16_EVENTS_POV - Include RAIDJP_ANNEX16_EVENTS_POV