TIV04 SAP (Repr.list of rents surcharge/reductions features) Table details

Dictionary Type: Table
Description: Repr.list of rents surcharge/reductions features




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




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

TIV04 is a standard SAP Table which is used to store Repr.list of rents surcharge/reductions features data and is available within R/3 SAP systems depending on the version and release level.

The TIV04 table consists of various fields, each holding specific information or linking keys about Repr.list of rents surcharge/reductions features data available in SAP. These include SMIETSP (Representative list of rents assignment), SMERKMA (Fixtures and Fittings Characteristics), SMKLASS (Feature category of a fixture and fitting characteristic), BPKTEMSP (Specif.no.of points f. weighting of feature in repr.rnt list).. 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: Not classified


SAP TIV04 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
SMIETSPRepresentative list of rents assignment SMIETSPCHAR6TIV20SMIETSP
SMERKMAFixtures and Fittings Characteristics SMERKMANUMC3TIV71SMERKMA
SMKLASSFeature category of a fixture and fitting characteristic SMKLASSNUMC2TIV70SMKLASS
BPKTEMSPSpecif.no.of points f. weighting of feature in repr.rnt list VVBPKTEMSPDEC7(2) DECV_5_2
BPKTEMINMin.no. of points which the feature is weighted with VVBPKTEMINDEC7(2) DECV_5_2
BPKTEMAXMax.no. of points which the feature is weighted with VVBPKTEMAXDEC7(2) DECV_5_2
JWERTFixtures + fittings feature allows point data in object? VVJWERTCHAR1XFELD
SFLARTArea type which is linked to this fixtures + fitting feature VVSFLARTMSNUMC4TIV08SFLART
SGRPMERKGroup indicator of feature VVSGRPMERKCHAR2CHAR2
JROUNDRound off area for determination of no.of points ? VVJROUNDCHAR1XFELD
JDIVGSCHDivision by number of storeys VVJDIVGSCHCHAR1XFELD
JZUSINFMore info.about object in addition to no. of points? VVJZUSINFCHAR1XFELD
SZUSUNITUnit for the additional information VVSZUSUNITUNIT3T006CUNITMEINS
SSPEZBERRent adjustment by points: Special calculation method VVSSPEZBERNUMC2VVSSPEZBER
SSIGNResidential value sign for fixt./fitt.charact. of RUs VVLVSIGNCHAR1VVLVSIGN

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIV04
INTO CORRESPONDING FIELDS OF WA_TIV04
WHERE...

How to access SAP table TIV04

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