SAP Reports / Programs | Real Estate Management | Flexible Real Estate Management | Real Estate Slovakia(RE-FX-LC-SK) SAP RE

REXCSKTAXDISPLAY SAP ABAP Report - Property Tax Cockpit (Slovakia)







REXCSKTAXDISPLAY 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 REXCSKTAXDISPLAY 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

REXCSKPTCO - Property Tax Cockpit (Slovakia)


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 REXCSKTAXDISPLAY. "Basic submit
SUBMIT REXCSKTAXDISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT REXCSKTAXDISPLAY 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: SO_SPRAV = D .
Selection Text: P_GJAHR = D .
Selection Text: P_BUKRS = D .
Title: Property Tax Cockpit (Slovakia)
Text Symbol: 029 = Block calc.
Text Symbol: 030 = Change MaDat
Text Symbol: 031 = Items
Text Symbol: 032 = Display Tax Overview, Sheets, Items
Text Symbol: 033 = Sheets
Text Symbol: 034 = Overview
Text Symbol: 035 = View
Text Symbol: 101 = Selection parameters
Text Symbol: 151 = Re-calculate Tax Return?
Text Symbol: 152 = Tax already calculated.
Text Symbol: 153 = Property Tax Return
Text Symbol: 154 = Really delete?
Text Symbol: 155 = Delete Tax Return Calculation
Text Symbol: 156 = Property Tax Return
Text Symbol: 201 = Display Detail
Text Symbol: 202 = Dosplay tax calcul.detail
Text Symbol: 203 = Property Object
Text Symbol: 204 = Property Master Data
Text Symbol: 205 = Change docs
Text Symbol: 206 = Change docums
Text Symbol: 207 = Log
Text Symbol: 208 = Calculation Log
Text Symbol: T01 = General Selections
Text Symbol: 028 = Blocking
Text Symbol: 001 = View
Text Symbol: 002 = Log for property tax calculation
Text Symbol: 003 = Lock TO for calculation
Text Symbol: 004 = Unlock TO for calculation
Text Symbol: 005 = Continue ?
Text Symbol: 006 = Query
Text Symbol: 007 = Property tax - items
Text Symbol: 008 = Change docums
Text Symbol: 009 = Property tax object
Text Symbol: 010 = (CompCode:





Text Symbol: 011 = ,year:
Text Symbol: 012 = Property tax - tax administrators
Text Symbol: 013 = Reasn
Text Symbol: 014 = Reason for suppl.ret
Text Symbol: 015 = Print Tax Return
Text Symbol: 016 = Print Tax Return Form
Text Symbol: 017 = Display Log
Text Symbol: 018 = Display Calculation Log
Text Symbol: 019 = Delete Calculation
Text Symbol: 020 = Delete tax calculation
Text Symbol: 021 = Calculate Tax
Text Symbol: 022 = Calculate property tax
Text Symbol: 023 = Lock calculation
Text Symbol: 024 = Lock
Text Symbol: 025 = Status
Text Symbol: 026 = Correct
Text Symbol: 027 = Supplem.


INCLUDES used within this REPORT REXCSKTAXDISPLAY

INCLUDE REXCSKTAXDISPLAYT.
INCLUDE REXCSKTAXDISPLAYC.
INCLUDE REXCSKTAXDISPLAYM.


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:

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'REXCSKTYPDANP' value = l_value langu = sy-langu bypass_buffer = ' ' IMPORTING dd07v_wa = l_typdanp_s rc = l_rc.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC FB_OLDED EXPORTING TITLEBAR = text-156 * DIAGNOSE_OBJECT = text-155 TEXT_QUESTION = text-154 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = 'X' START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = l_dotaz * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' "#EC FB_OLDED EXPORTING defaultoption = 'N' objectvalue = text-151 text_before = text-152 titel = text-153 IMPORTING answer = l_dotaz EXCEPTIONS text_too_long = 1.



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