TIVXCITICIRATE SAP (ICI City rate) Table details

Dictionary Type: Table
Description: ICI City rate




ABAP Code to SELECT data from TIVXCITICIRATE
Related tables to TIVXCITICIRATE
Access table TIVXCITICIRATE




Table field list including key, data, relationships and ABAP select examples

TIVXCITICIRATE is a standard SAP Table which is used to store ICI City rate data and is available within R/3 SAP systems depending on the version and release level.

The TIVXCITICIRATE table consists of various fields, each holding specific information or linking keys about ICI City rate data available in SAP. These include YEARFROM (Year: Valid From), CITY (City), CATID (Cadastral Category ID), NORMALRATE (Normal ICI/IMU Tax Rate).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TIVXCITICIRATE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
YEARFROMYear: Valid From REXCITYEARFROMNUMC4GJAHRGJAHR
CITYCity AD_CITY1CHAR40TIVXCITICIPARAMTEXT40CLCITYNAME
CATIDCadastral Category ID REXCITCATIDCHAR4TIVXCITCADCATTREXCITICICATID
NORMALRATENormal ICI/IMU Tax Rate REXCITNORMALRATEDEC5(2) REXCITRATE
NOTRENTEDRATELong Vacancy Rate REXCITNOTRENTEDRATEDEC5(2) REXCITRATE
NOTRENTEDSHORTVacancy Rate (no rental contract) REXCITNOTRENTEDSHORTDEC5(2) REXCITRATE
REDUCEDRATEReduced Tax Rate REXCITREDUCEDRATEDEC5(2) REXCITRATE
REDUCEDRATE2Reduced Tax Rate 2 REXCITREDUCEDRATE2DEC5(2) REXCITRATE
REDUCEDRATE3Reduced Tax Rate 3 REXCITREDUCEDRATE3DEC5(2) REXCITRATE

Key field Non-key field



How do I retrieve data from SAP table TIVXCITICIRATE using ABAP code

The following ABAP code Example will allow you to do a basic selection on TIVXCITICIRATE to SELECT all data from the table
DATA: WA_TIVXCITICIRATE TYPE TIVXCITICIRATE.

SELECT SINGLE *
FROM TIVXCITICIRATE
INTO CORRESPONDING FIELDS OF WA_TIVXCITICIRATE
WHERE...

How to access SAP table TIVXCITICIRATE

Within an ECC or HANA version of SAP you can also view further information about TIVXCITICIRATE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!