VIGBA2 SAP (Section 2 of land register) Table details

Dictionary Type: Table
Description: Section 2 of land register




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




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

VIGBA2 is a standard SAP Table which is used to store Section 2 of land register data and is available within R/3 SAP systems depending on the version and release level.

The VIGBA2 table consists of various fields, each holding specific information or linking keys about Section 2 of land register data available in SAP. These include SGRUNDB (Land register number), SNRABT2 (Number of entry in section 2 of land register), DBEINTR (Date of approval of entry), DEINTRAG (Date of entry).. 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 or numeric)


SAP VIGBA2 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
SGRUNDBLand register number SGRUNDBNUMC8Assigned to domainSGRUNDBGBS
SNRABT2Number of entry in section 2 of land register SNRABT2NUMC3NRABT2
DBEINTRDate of approval of entry DBEINTRDATS8DATUM
DEINTRAGDate of entry DEINTRAGDATS8DDAT
XEINTXTCharges + restrictions in Section 2 of land register XEINTXTCHAR60TEXT60
BWRTMINNet present value of law BWRTMINCURR13(2) WRTV7
WAEBEZCurrency description WAEBEZCUKY5TCURCWAERS
PWRTMINPercentage decrease in value PWRTMINDEC5(2) DEC03_2
JLOESCHReal Estate Deletion Indicator/Flag JLOESCHCHAR1JLOESCH
JKZLOEIndicator: Land register entry is marked as being deleted JKZLOECHAR1JFLAGG
XGRSTLSTList of properties for an entry XGRSTLSTCHAR18XTEXT18
RGRSTLSTReference to relational table properties RGRSTLSTNUMC10RGRSTLST
XNRA2Section 2, number of entry VVXNRA2CHAR6ALPHAVVXNRGB
RGBA2LBType of charges and restrictions for land register type VVRGBA2LBCHAR1VVRGBA2LB

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIGBA2
INTO CORRESPONDING FIELDS OF WA_VIGBA2
WHERE...

How to access SAP table VIGBA2

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