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
Below is a list of transaction codes which are relevant to this SAP report
REXCSKPTCO - Property Tax Cockpit (Slovakia)
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: 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:
INCLUDE REXCSKTAXDISPLAYT.
INCLUDE REXCSKTAXDISPLAYC.
INCLUDE REXCSKTAXDISPLAYM.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REXCSKTAXDISPLAY - Property Tax Cockpit (Slovakia) REXCSKTAXDISPLAY - Property Tax Cockpit (Slovakia) 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