RELS_FLURST_GRUNDB SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RELS_FLURST_GRUNDB 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_RELS_FLURST_GRUNDB TYPE RELS_FLURST_GRUNDB.

The RELS_FLURST_GRUNDB table consists of various fields, each holding specific information or linking keys about data available in SAP. These include INTRENO_FL (Internal Real Estate Master Data Code), LAND1 (Country Key), LANDX (), BUNDESLAND ().. 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: Can be enhanced (character-type or numeric)


SAP RELS_FLURST_GRUNDB 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
INTRENO_FLInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
LANDX RELUXSCOUNTRYCHAR15RECAXSDESCRIPTION
BUNDESLAND RELUSTATECHAR3Assigned to domainREGIOREG
BEZEI RELUXMSTATECHAR20TEXT20
GEMARKUNG VVFGEMARKCHAR4CHAR4GEMA
XGEMARK VVGENMARKCHAR40TEXT40
FLUR VVFLURNRCHAR6ALPHAVVFLURNRFLUR
FLURSTUECK VVFLURSTCHAR13FLUSTVVFLURSTFLST
KREIS RELUDISTRICTCHAR3CHAR03RELUDISTRICT
XKREIS VVKREISCHAR40TEXT40
GEMEINDE RELUMUNICIPALCHAR3CHAR3RELUMUNICIPAL
XGEMEINDEMunicipality key VVGEMEINDECHAR8Assigned to domainVVGEMEINDE
FLAECHE_KAT VVGROESSE_KATQUAN14(4) VVBFLART
FEINS_KATArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
SGBVON SGBVONCHAR6CHAR6GBBEZIRK
XGBVON VVGBVONCHAR25XTEXT25GBBEZIRK_T
NBANDNR VVBANDNRCHAR10ALPHAVVBANDNRBANDNR
NBLATTNR VVBLATTNRCHAR10BLTNRVVBLATTNRBLATTNR
SGRBALand register type SGRBANUMC2Assigned to domainSGRBA
XLBEZ_GBLong Description of Land Register Type XGRBALCHAR50XTEXT50
SBVNR VVXNRBVCHAR6GBVNRVVXNRBV
FLAECHE_GRUNDBArea of area type VVBFLARTQUAN14(4) VVBFLART
FEINS_GRUNDBArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
MITEIG VVMITEIGCHAR29CHAR29
GUELTIG_VON_BVNR VVDATEVALIDDATS8DATS
PARTNR_EIGE VVBP_EIGENTCHAR10Assigned to domainALPHABP_PARTNRBPN
PARTNR_EIGE_EXTExternal Business Partner ID BP_EXT_PNRCHAR15CHAR15
VBUND_EIGECompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
NAME_EIGE VVEIGENTCHAR82VVEIGENT
BRUCHT BRUCHTEIL20CHAR29CHAR29
GESHAND GESHAND20CHAR29CHAR29
GUELTIG_VON_EIGEDate from when assignment is valid DGULTABDATS8DDAT
PARTNR_JEIGE VVBP_JEIGENTCHAR10Assigned to domainALPHABP_PARTNRBPN
PARTNR_JEIGE_EXTExternal Business Partner ID BP_EXT_PNRCHAR15CHAR15
VBUND_JEIGECompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
NAME_JEIGE VVEIGENTCHAR82VVEIGENT
FLAG_GRUNDB_A2 FLAG_GRUNDB_A2CHAR4FLAG_GRUNDB
FLAG_GRUNDB_A3 FLAG_GRUNDB_A3CHAR4FLAG_GRUNDB

Key field Non-key field



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

As RELS_FLURST_GRUNDB 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 RELS_FLURST_GRUNDB as there is no data to select.

How to access SAP table RELS_FLURST_GRUNDB

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