VIGB2A SAP (Changes in section 2 of land register) Table details

Dictionary Type: Table
Description: Changes in section 2 of land register




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




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

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

The VIGB2A table consists of various fields, each holding specific information or linking keys about Changes in 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), SNRABT2A (Changes section 2 of land register, no. 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: Not classified


SAP VIGB2A 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 SGRUNDBNUMC8Assigned to domainSGRUNDBGBS
SNRABT2Number of entry in section 2 of land register SNRABT2NUMC3NRABT2
SNRABT2AChanges section 2 of land register, no. of entry SNRABT2ANUMC3NEINTRAG
DEINTRAGDate of entry DEINTRAGDATS8DDAT
XEINTTXTEntry text XEINTTXTCHAR60TEXT60
DLOESCHDeletion date DLOESCHDATS8DDAT
JLOESCHReal Estate Deletion Indicator/Flag JLOESCHCHAR1JLOESCH
XNRA2ANo. of change in section II VVXNRA2ACHAR6ALPHAVVXNRGB

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIGB2A
INTO CORRESPONDING FIELDS OF WA_VIGB2A
WHERE...

How to access SAP table VIGB2A

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