TIV26 SAP (Real Estate Contract Type (Entities)) Table details

Dictionary Type: Table
Description: Real Estate Contract Type (Entities)




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




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

TIV26 is a standard SAP Table which is used to store Real Estate Contract Type (Entities) data and is available within R/3 SAP systems depending on the version and release level.

The TIV26 table consists of various fields, each holding specific information or linking keys about Real Estate Contract Type (Entities) data available in SAP. These include SMVART (External Real Estate contract type), JTYPNUA (Rental unit usage category indicator), RECNCAT (Real Estate contract category), NRNR (Number range number).. 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)

Text table = TIV2F


SAP TIV26 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
SMVARTExternal Real Estate contract type SMVARTCHAR4SMVARTRECNTYPE
JTYPNUARental unit usage category indicator JTYPNUANUMC1JTYPNUA
RECNCATReal Estate contract category RECNCATNUMC1RECNCAT
NRNRNumber range number NRNRCHAR2CHAR2
FELDSTLST1Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST2Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST3Field status definition BU_FLDSTLSCHAR250CHAR250
JALGVARTIndicator for 'general contract' contract type JALGVARTCHAR1JALGVART
JMULTZUORDIndicator 'multiple assignment object -> contract allowed' JMULTZUORDCHAR1JMULTZUORD
JNOAREARental based on area is not permitted VVJNOAREACHAR1XFELD
RECNSRELOBReal Estate Contract: Reference between objects and contract VVSMVARTINTNUMC2TIVCN05VVSMVARTINT
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
JNOVERTEILIndicator 'no distribution on object' JNOVERTEILCHAR1JNOVERTEIL
JAUTVERTEILIndicator for automatic distribution on object JAUTVERTEILCHAR1XFELD
NRNRVORNumber range number NRNRCHAR2CHAR2
ROLETYPBusiness Partner Role Category BP_ROLETYP_OLDCHAR4TPZ3BP_ROLETYPBPR
VARNRBDT: Screen sequence BU_VARNRCHAR6TBZ3BU_VARNR
TDOBJECTTexts: Application Object TDOBJECTCHAR10TTXOBTDOBJECT
FELDSTLST4Field status definition BU_FLDSTLSCHAR250CHAR250
APPLApplication Category BP_APPLCHAR4TPZ12BP_APPLH_TPZ12
REMANDATRole of Contract in Mandate REMANDATNUMC1RECNMANDATTYP
ROLETYP2Business Partner Role Category BP_ROLETYP_OLDCHAR4TPZ3BP_ROLETYPBPR
RECNNONOTICEIndicator: unlimited, without any arrangements for notice RECNNONOTICECHAR1XFELD
.INCLU--AP 0
NEWCNTYPEContract Type of Flexible Real Estate Management RECNNEWCNTYPECHAR1RECABOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIV26
INTO CORRESPONDING FIELDS OF WA_TIV26
WHERE...

How to access SAP table TIV26

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