VIVGME SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

VIVGME is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The VIVGME table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BUKRS (Company Code), SWENR (Site Number), SMENR (Number of Rental Unit), AZIMM (Number of rooms).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VIVGME table view 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 MANDTCLNT3MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SWENRSite Number SWENRCHAR8VIOB01SWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8SMENRSMENRMEHMCME
AZIMMNumber of rooms AZIMMDEC3DEC3
AHALBZINumber of half rooms AHALBZIDEC2DEC2
STOCKDummy (previously storey, replaced by VVSSTOCKW) RGESCHCHAR2CHAR2
SMOEBLFurniture indicator SMOEBCHAR1SMOEB
SHEIZARTHeating type SHEIZCHAR1SHEIZ
SGEBTPart of Building SGEBTCHAR2TIV12SGEBT
XAUSTKLFixtures and fittings category SAUSKLNUMC2TIV23SAUSKL
PERHOEPercentage rate increase PERHOEDEC5(2) DEC3_2
SGENRBuilding Number SGENRCHAR8VIOB03SGENRSGENRGEBMCGE
SNUNRRental unit external usage type SNUNRNUMC4TIV01SNUNR
SADRMEObject number of rental unit for address purposes SADRMENUMC10SANO1SOBJNR
PZUABSPSurcharge or reduction for representative list of rents PZUABSPDEC4(2) PZUABSP
XLAGELocation class SLAGKNUMC2TIV22SLAGK
DBEZUDate of initial usage DBEZUDATS8DDAT
SSTOCKWFloor VVSSTOCKWNUMC3TIV37VVSSTOCKW
RLGESCHLocation on Floor RLGESCHCHAR2TIV38ALPHARLGESCH
DRESTAURDate of reconstruction/extensive modernization VVDRESTAURDATS8DATUM
YBAUJAHRConstYr VVYBAUJAHRDATS8DATUM
SLAGKLocation class SLAGKNUMC2TIV22SLAGK
JNURJAHRIndicator: Only regard construction date in terms of years VVJNURJCHAR1JANE
SMIETSPRepresentative list of rents assignment SMIETSPCHAR6TIV20SMIETSP
SSTCKBISUppermost Floor of a Building VVSTCKBISNUMC3VVSSTOCKW
FWOHNFLArea of area type VVBFLARTQUAN14(4) VVBFLART
FEINSArea unit FEINSUNIT3T006CUNITMEINSFEH

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIVGME
INTO CORRESPONDING FIELDS OF WA_VIVGME
WHERE...

How to access SAP table VIVGME

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