VIVW01 SAP (Management contract: General data) Table details

Dictionary Type: Table
Description: Management contract: General data




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




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

VIVW01 is a standard SAP Table which is used to store Management contract: General data data and is available within R/3 SAP systems depending on the version and release level.

The VIVW01 table consists of various fields, each holding specific information or linking keys about Management contract: General data data available in SAP. These include BUKRS (Company code of property manager), SVWNR (Management Contract Number), IMKEY (Internal Key for Real Estate Object), INTRENO (Internal Real Estate Master Data 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP VIVW01 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
BUKRSCompany code of property manager VVBUKRSVWCHAR4T001BUKRSBVW
SVWNRManagement Contract Number VVSVWNRCHAR13ALPHAVVSVWNRVWVMCVW
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
J_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
DVWBEGDate of contract start VVDVWBEGDATS8DDAT
DVWENDDate of contract end VVDVWENDDATS8DDAT
LAUFZManagement contract term VVLAUFZNUMC4NUMC4
LZEINSTime unit VVZEINSNUMC1VVZEINS
VERLRenewal of management contract (automatically) VVVERLNUMC4NUMC4
VZEINSTime unit VVZEINSNUMC1VVZEINS
AKUEFRManagement contract notice period VVAKUEFRNUMC4NUMC4
KZEINSTime unit VVZEINSNUMC1VVZEINS
KUEFRType of notice period SKUEFRNUMC1SKUEFR
DKUEAMNotice given on management contract on VVDKUEAMDATS8DATS
DKUEZUMNotice given on management contract per VVDKUEZUDATS8DATS
JLOESCHReal Estate Deletion Indicator/Flag JLOESCHCHAR1JLOESCH
XVWTEXTManagement contract description VVXVWTEXTCHAR30XMBEZ
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DVWSOLLDate of last management contract debit position VVDVWSOLLDATS8DATS
DVWABRDate of last management costs settlement VVDVWABRDATS8DATS
BUKRSPRTCompany code of contract partner VVBUKRSPRTCHAR4Assigned to domainBUKRS
GSBERPRTBusiness area of contract partner VVGSBERPRTCHAR4Assigned to domainGSBER
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
BUKRS_OBJManagement contract: Company code of managed objects VVBUKRSOBJCHAR4T001BUKRS
KUNNRCustomer no. in company code of management contract VVKUNNRVWCHAR10KNA1ALPHAKUNNR
ZLSCH_DEBPayment method for postings to customer accounts VVZLSCHDEBCHAR1Assigned to domainZLSCH
ZAHLS_DEBManagement contract: Block ind. for payment (customer) VVZAHLSDEBCHAR1T008ZAHLS
LIFNRVendor no. of manager in object company code VVLIFNRVWCHAR10LFA1ALPHALIFNRLIF
ZLSCH_KREDPayment method for postings to vendor accounts VVZLSCHKRECHAR1Assigned to domainZLSCH
ZAHLS_KREDManagement contract: Block ind. for payment (vendor) VVZAHLSKRECHAR1T008ZAHLS
NO_OBJEKTManagement contr.: Object-related fees not permitted yes/no VVNOOBJEKTCHAR1XFELD
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
DFLOWFIXFlows fixed upto VVDFLOWFIXDATS8DATUM
NO_OWNERManagement contract: No owner posting yes/no VVNOOWNERCHAR1XFELD
NO_MANAGManagement contract: No manager posting yes/no VVNOMANAGCHAR1XFELD
HBKID_DEBShort Key for a House Bank HBKIDCHAR5T012HBKID
HBKID_KREDShort Key for a House Bank HBKIDCHAR5T012HBKID
KOEIGRAccount determination key for account determination VVWERTN_ADVCHAR10TIVC7VVWERTN_ADV
BERGRPAuthorization group VVBERGRPCHAR40VVBERGRP
KZHBKID_EIGActivate account determination VVKZHBKIDCHAR1JANE
HBKID_EIGHouse bank of owner VVHBKID_EIGCHAR5T012HBKID
KZESRActivation of POR functions VVKZESRCHAR1JANE
ESRNR_EIGPOR participant number of owner VVESRNR_EIGNUMC9TIV9INUM9
ESRKUID_EIGPOR customer identification number VVESRKUID_EIGCHAR15TIV9ICHAR15
KZMWSTActivate VAT functions VVKZMWSTCHAR1JANE
MWSTNR_EIGValue-added tax of owner VVMWSTNR_EIGCHAR20STCEG
KZEIGGKTCash account control for owner VVKZEIGGKTCHAR1VVKZEIGGKT
BUKRS_GKTObject and account CoCd VVBUKRS_GKTCHAR4Assigned to domainBUKRS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIVW01
INTO CORRESPONDING FIELDS OF WA_VIVW01
WHERE...

How to access SAP table VIVW01

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