TIPZZ SAP (Real estate installation parameters, comp.code-independent) Table details

Dictionary Type: Table
Description: Real estate installation parameters, comp.code-independent




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




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

TIPZZ is a standard SAP Table which is used to store Real estate installation parameters, comp.code-independent data and is available within R/3 SAP systems depending on the version and release level.

The TIPZZ table consists of various fields, each holding specific information or linking keys about Real estate installation parameters, comp.code-independent data available in SAP. These include VVXLEERKEY (Empty key only for client-specific tables), HKOST_MD (Indicator read / write DATASETs tape / diskette (HeatCst)), RZNR (Computer center number), DTAUSHVERZ (Directory for files).. 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 TIPZZ 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
VVXLEERKEYEmpty key only for client-specific tables VVXLEERKEYCHAR1VVXLEERKEY
HKOST_MDIndicator read / write DATASETs tape / diskette (HeatCst) HKOST_MDCHAR1HKOST_MD
RZNRComputer center number RZNRNUMC2NUM2
DTAUSHVERZDirectory for files DTAUSHVERZCHAR50TEXT50
DTAUSNAMEAHeating costs exchange file name record type A DTAUSNAMEACHAR20TEXT20
DTAUSNAMEDHeating exchange record type D file name DTAUSNAMEDCHAR20TEXT20
DTAUSBKHeating costs exchange balance sheet/ costs DTAUSBKCHAR20TEXT20
DTAUSLMHeating costs exchange record type L/M file name DTAUSLMCHAR20TEXT20
DTAUSTRENNFile name list separator (data medium exchange) DTAUSTRENNCHAR1TEXT1
IND_BAUKConstruction costs index IND_BAUKCHAR5T094AWBIND
EQM_INSTALPlant Maintenance (PM) comp. is installed for Real Estate EQM_INSTALCHAR1JANE
JINPWESuppress leading zeros for entry of BE number ? VVJINPWECHAR1JANE
JOUTWESuppress leading zeros for output of bus. entity no.? VVJOUTWECHAR1JANE
JINPGEBSuppress leading zeros for building no. entry ? VVJINPGEBCHAR1JANE
JOUTGEBSuppress leading zeros for output of building no. ? VVJOUTGEBCHAR1JANE
JINPGRUSuppress leading zeros for property no. entry ? VVJINPGRUCHAR1JANE
JOUTGRUSuppress leading zeros for output of property no. ? VVJOUTGRUCHAR1JANE
JINPMESuppress leading zeros for rental unit no. entry ? VVJINPMECHAR1JANE
JOUTMESuppress leading zeros for output of rental unit no. ? VVJOUTMECHAR1JANE
BWAUSApplication field Status FEAUS2CHAR60TEXT60
MBWAUSField status co-applicant (real estate application) FEAUS3CHAR60TEXT60
ARC_INSTALX - Optical archive installed ARC_INSTALCHAR1XFELD
MWSKZTax code for unqualified down payment VVMWSKZCHAR2Assigned to domainMWSKZ
VVSBSCHLPosting key for bank debit posting VVSBSCHLCHAR2TBSLBSCHL
XTXTVWord processing connected VVXTXTVCHAR10VVXTXTV
BLARTDoc.type for transfers btwn corr.items in an asset VVBLARTBBCHAR2T003BLART
.INCLU--AP 0
ACCSYSTEMDefinition of Accounting System RERAACCSYSTEMCHAR4TIVRAACCSYSTEMRERAACCSYSTEM
.INCLU--AP 0
JINPASP VJINPASPCHAR1JANE
JOUTASP VJOUTASPCHAR1JANE
JINPARO VJINPAROCHAR1JANE
JOUTARO VJOUTAROCHAR1JANE
JINPUSP VJINPUSPCHAR1JANE
JOUTUSP VJOUTUSPCHAR1JANE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIPZZ
INTO CORRESPONDING FIELDS OF WA_TIPZZ
WHERE...

How to access SAP table TIPZZ

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