VIGBV SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The VIGBV table consists of various fields, each holding specific information or linking keys about data available in SAP. These include SGRUNDB (Land register number), SBVNR (), SLFDBV (), FLINTRENO (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: Not classified


SAP VIGBV 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
SGRUNDBLand register number SGRUNDBNUMC8VIGBOOKSGRUNDBGBS
SBVNR VVXNRBVCHAR6VIGBVNRGBVNRVVXNRBV
SLFDBV VVLFDNR4NUMC4NUMC4
FLINTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VIFLURSTVVINTRENO
MITEIGTZ VVMITEIGTZDEC14(3) VVBEIGTZ
MITEIGTN VVMITEIGTNDEC14(3) VVBEIGTN
LSBNRReal properties register number NLSBUCHNNUMC6NLSBUCHN
FLAECHE VVREGBFLARTQUAN14(4) VVBFLART
EINHEITArea unit FEINSUNIT3T006CUNITMEINSFEH
DATE_ROETUNG VVDATEROETDATS8DATE
BEMERKUNG VVTEXT80CHAR80VVTEXT80
KZ_HERRSCH VVHERRSCHCHAR1CHAR1
DATE_VALID VVDATEVALIDDATS8DATS
GBBEZ_ERB XGBVON_ERBCHAR25XTEXT25SH_GEM
BLATTNR_ERB VVBLATTNR_ERBCHAR10BLTNRVVBLATTNR
BANDNR_ERB VVBANDNR_ERBCHAR10ALPHAVVBANDNR
LFD_ABT_2_ERB VVABTLFD_ERBCHAR5CHAR5
EIG_ERB VVEIGCHAR10Assigned to domainALPHABP_PARTNRBPN
DATBEWILL_ERB DBEINTR_ERBDATS8DATUM
DATEINTRAG_ERB DEINTRAG_ERBDATS8DDAT
DATBEFRIST_ERB DBEFRIST_ERBDATS8DATS
LAUFZEIT_ERB VVLAUFZEIT_ERBNUMC3VVLAUFZEIT_ERB

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIGBV
INTO CORRESPONDING FIELDS OF WA_VIGBV
WHERE...

How to access SAP table VIGBV

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