SAP Reports / Programs

REXCSKTAXCLOSE SAP ABAP Report - Property Tax: Year-End Closing (Slovakia)







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


Transaction Code(s):

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

REXCSKPTPC - Property Tax: Year-End Closing


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 REXCSKTAXCLOSE. "Basic submit
SUBMIT REXCSKTAXCLOSE AND RETURN. "Return to original report after report execution complete
SUBMIT REXCSKTAXCLOSE 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: 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


INCLUDES used within this REPORT REXCSKTAXCLOSE

No INCLUDES are used within this REPORT code!


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:

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.



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