TIVXCSKVZN SAP (Local regulations: rates, prices, increments) Table details

Dictionary Type: Table
Description: Local regulations: rates, prices, increments




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




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

TIVXCSKVZN is a standard SAP Table which is used to store Local regulations: rates, prices, increments data and is available within R/3 SAP systems depending on the version and release level.

The TIVXCSKVZN table consists of various fields, each holding specific information or linking keys about Local regulations: rates, prices, increments data available in SAP. These include BUKRS (Company Code), TYPVZN (Type of Value), TYPNEM (Property Category), KODOBCE (Municipality or City District Code).. 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: Cannot Be Enhanced


SAP TIVXCSKVZN 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 MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
TYPVZNType of Value REXCSKTYPVZNCHAR1REXCSKTYPVZN
TYPNEMProperty Category REXCSKTYPNEMRCHAR2REXCSKTYPNEMR
KODOBCEMunicipality or City District Code REXCSKKODOBCECHAR8TIVXCSKOBCEREXCSKKODOBCE
KODCOBCESubdistrict Code REXCSKKODCOBCECHAR6TIVXCSKCOBCEREXCSKKODCOBCE
KODKUCadastral District Code REXCSKKODKUCHAR6TIVXCSKKUREXCSKKODKU
PARCELAParcel REXCSKPARCELACHAR10REXCSKPARCELA
DRNEMProperty Type REXCSKDRNEMCHAR1TIVXCSKDRNEMREXCSKDRNEM
ROKODValid From REXCSKROKODNUMC4GJAHRGJAHR
ROKDOValid To REXCSKROKDONUMC4GJAHRGJAHR
VZNVALUEValue REXCSKVZNVALUEDEC8(4) REXCSKVZNVALUE
SPRAVCETax Administrator REXCSKSPRAVCECHAR8TIVXCSKOBCEREXCSKKODOBCE
PARTNERPartner Assignment (Vendor) REXCSKPARTNERCHAR10LFA1ALPHALIFNR
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
X_COST_CONTROLPosting Control for Costs REXCSKCOSTCONTRCHAR2REXCSKPOSTCONTR
X_LIAB_CONTROLPosting Control for Liabilities REXCSKLIABCONTRCHAR2REXCSKPOSTCONTR
PERKEYPosting Control Key REXCSKPERKEYCHAR2TIVXCSKACCPERREXCSKPERKEY
LIMITMinimum Limit of Property Tax REXCSKLIMITCURR11(2) REXCSKAMTPOSTED
HODNPUDYLand Price REXCSKCENAPDEC9(4) REXCSKCENAP
ROCSAZAnnual Tax Rate REXCSKROCSAZDEC6(3) REXCSKRATE
PRIPLPODIncrement for Additional Floors REXCSKPRIPLPODDEC5(2) REXCSKPRIPLPOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVXCSKVZN
INTO CORRESPONDING FIELDS OF WA_TIVXCSKVZN
WHERE...

How to access SAP table TIVXCSKVZN

Within an ECC or HANA version of SAP you can also view further information about TIVXCSKVZN 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!