REXCSKTAXCLOSE 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 REXCSKTAXCLOSE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
REXCSKPTPC - Property Tax: Year-End Closing
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: P_BUKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: R_REVERS = Reopen Previous Year
Selection Text: R_UZAV = Year-End Closing
Title: Property Tax: Year-End Closing (Slovakia)
Text Symbol: 001 = Year closing
Text Symbol: 002 = Do you really want to close year
Text Symbol: 003 = Yes
Text Symbol: 004 = No
Text Symbol: 005 = Reopen the already closed year
Text Symbol: 006 = ?
Text Symbol: T01 = General Selections
Text Symbol: T02 = Additional Selections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REDB_VIXCSKRIZENIOK_UPDATE_S CALL FUNCTION 'REDB_VIXCSKRIZENIOK_UPDATE_S' IN UPDATE TASK EXPORTING is_vixcskrizeniok = gs_rizeniok id_operation = 'U' EXCEPTIONS db_failure = 1 db_operation_unknown = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = l_text text_button_1 = text-003 text_button_2 = text-004 display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = l_confirm EXCEPTIONS text_not_found = 1 OTHERS = 2.
REDB_VIXCSKSDANP_UPDATE_T CALL FUNCTION 'REDB_VIXCSKSDANP_UPDATE_T' IN UPDATE TASK TABLES it_vixcsksdanp = gt_asdanp EXCEPTIONS db_failure = 1 db_operation_unknown = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REXCSKTAXCLOSE - Property Tax: Year-End Closing (Slovakia) REXCSKTAXCLOSE - Property Tax: Year-End Closing (Slovakia) REXCJP_PYMNTREP_TOP - Include REXCJP_PYMNTREP_TOP REXCJP_PYMNTREP_START_OF_SEL - Include REXCJP_PYMNTREP_START_OF_SEL REXCJP_PYMNTREP_SEL_SCR - Include REXCJP_PYMNTREP_SEL_SCR REXCJP_PYMNTREP_PRINT - Include RFREXCJP_PYMNTREP_PRINT