RELR_VIGBV SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RELR_VIGBV is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RELR_VIGBV TYPE RELR_VIGBV.

The RELR_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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RELR_VIGBV structure 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 SGRUNDBNUMC8Assigned to domainSGRUNDBGBS
SBVNR VVXNRBVCHAR6GBVNRVVXNRBV
SLFDBV VVLFDNR4NUMC4NUMC4
FLINTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
MITEIGTZ VVMITEIGTZDEC14(3) VVBEIGTZ
MITEIGTN VVMITEIGTNDEC14(3) VVBEIGTN
LSBNRReal properties register number NLSBUCHNNUMC6NLSBUCHN
STRICHSingle-Character Indicator CHAR1CHAR1CHAR1
ROETUNG ROETCH10CHAR10CHAR10
ZU VVZUGRDCHAR80CHAR80
ALT VVALTGRDCHAR80CHAR80
ZU_SELMessage ID VVMSGIDCHAR2CHAR02
ALT_SELMessage ID VVMSGIDCHAR2CHAR02
FLAECHE VVREGBFLARTQUAN14(4) VVBFLART
EINHEITArea unit FEINSUNIT3T006CUNITMEINSFEH
DATE_ROETUNG VVDATEROETDATS8DATE
BEMERKUNG VVTEXT80CHAR80VVTEXT80
FLUR VVFLURSTBEZCHAR80TEXT80
GBBEZ_ERB XGBVON_ERBCHAR25XTEXT25SH_GEM
BLATTNR_ERB VVBLATTNR_ERBCHAR10BLTNRVVBLATTNR
BANDNR_ERB VVBANDNR_ERBCHAR10ALPHAVVBANDNR
LFD_ABT_2_ERB XABTLFDCHAR5CHAR5
EIG_ERB VVEIGCHAR10Assigned to domainALPHABP_PARTNRBPN
DATBEWILL_ERB DBEINTR_ERBDATS8DATUM
DATEINTRAG_ERB DEINTRAG_ERBDATS8DDAT
DATBEFRIST_ERB DBEFRIST_ERBDATS8DATS
LAUFZEIT_ERB VVLAUFZEIT_ERBNUMC3VVLAUFZEIT_ERB
EIG_NAME_ERB XEIGENT_ERBCHAR120TEXT120
EIG_NAME1_ERBText Field TEXT50CHAR50TEXT50

Key field Non-key field



How do I retrieve data from SAP structure RELR_VIGBV using ABAP code?

As RELR_VIGBV is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RELR_VIGBV as there is no data to select.

How to access SAP table RELR_VIGBV

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