VIVW05 SAP (Management contract: Managed objects) Table details

Dictionary Type: Table
Description: Management contract: Managed objects




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




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

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

The VIVW05 table consists of various fields, each holding specific information or linking keys about Management contract: Managed objects data available in SAP. These include BUKRS (Company code of property manager), SVWNR (Management Contract Number), DGULTAB (Date from when assignment is valid), DGULTBIS (Date up to when the assignment is valid).. 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: Not classified


SAP VIVW05 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 of property manager VVBUKRSVWCHAR4T001BUKRSBVW
SVWNRManagement Contract Number VVSVWNRCHAR13Assigned to domainALPHAVVSVWNRVWVMCVW
DGULTABDate from when assignment is valid DGULTABDATS8DDAT
DGULTBISDate up to when the assignment is valid DGULTBISDATS8DDAT
J_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
BUKRS_OBJCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWENRSite Number SWENRCHAR8VIOB01SWENRSWENRWEHMCWE
SGRNRProperty Number for BE SGRNRCHAR8VIOB02SGRNRSGRNRGRSMCGR
SGENRBuilding Number SGENRCHAR8VIOB03SGENRSGENRGEBMCGE
SMENRNumber of Rental Unit SMENRCHAR8VIMI01SMENRSMENRMEHMCME
JINKLHIEInclusive hierarchy: Consider sub-objects yes/no VVJINKLHIECHAR1XFELD
ADRNRObject number (virtual object) SOBJNRNUMC10Assigned to domainSOBJNR
JLOESCHReal Estate Deletion Indicator/Flag JLOESCHCHAR1JLOESCH
JANZEIGEFlag: Object will be displayed VVJANZEIGECHAR1CHAR1
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
JARCHIVEObject was archived VVJARCHIVECHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIVW05
INTO CORRESPONDING FIELDS OF WA_VIVW05
WHERE...

How to access SAP table VIVW05

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