RELA SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RELA 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_RELA TYPE RELA.

The RELA table consists of various fields, each holding specific information or linking keys about data available in SAP. These include ADRESSE (), GUELTIG_VON (), GUELTIG_BIS (), V_LAND1 (Country Key).. 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 RELA 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
STICHTAGKey date VVKEYDATEDATS8VVKEYDATE
ADRESSE VVADRESSE_AUFBERCHAR80TEXT80
GUELTIG_VON RELULAADRVALFROMDATS8DATS
GUELTIG_BIS RELULAADRVALTODATS8DATS
V_LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
V_REGIO RELUSTATECHAR3T005SREGIOREG
V_BUNDESLAND VVBUNDESLANDCHAR2CHAR2
V_GEMEINDE RELUMUNICIPALCHAR3CHAR3RELUMUNICIPAL
V_XGEMEINDE VVFXGEMEINDECHAR40TEXT40
V_GEMARKUNG VVFGEMARKCHAR4TIVFGEMARKCHAR4GEMA
V_FLUR VVFLURNRCHAR6ALPHAVVFLURNRFLUR
V_FLURSTUECK VVFLURSTCHAR13FLUSTVVFLURSTFLST
V_FLURSTKZ VVFLURSTKZCHAR30CHAR30
PARTNRBusiness Partner Number BP_PARTNRCHAR10Assigned to domainALPHABP_PARTNRBPN
BRUCHTEILEIGTZ VVANTEIL_BZAEHLDEC14(3) VVBEIGTZ
BRUCHTEILEIGTN VVANTEIL_BNENNERDEC14(3) VVBEIGTN
GESAMTHANDSEIGTZ VVANTEIL_GZAEHLDEC14(3) VVBEIGTZ
GESAMTHANDSEIGTN VVANTEIL_GNENNERDEC14(3) VVBEIGTN
VERTR_BINDUNG RELUAREACNFIXQUAN14(4) RELSFLAECHE
VERTR_BINDUNG_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
NUTZUNGSFLAECHE RELUAREAUSAGEQUAN14(4) RELSFLAECHE
NUTZUNGSFLAECHE_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
KATASTERFLAECHE VVFLURST_FLAECHEQUAN14(4) VVBFLART
KATASTERFLAECHE_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
PLANUNGSFLAECHE RELSFLAECHEQUAN14(4) RELSFLAECHE
PLANUNGSFLAECHE_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
VERTRAGSFLAECHE RELUAREACNEXQUAN14(4) RELSFLAECHE
VERTRAGSFLAECHE_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
BESITZFLAECHE RELUAREAPOSSEXQUAN14(4) RELSFLAECHE
BESITZFLAECHE_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
EIGENTUMSFLAECHE RELUAREAOWNEXQUAN14(4) RELSFLAECHE
EIGENTUMSFLAECHE_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
PLANUNGSFLAECHE_ANT RELSFLAECHEQUAN14(4) RELSFLAECHE
PLANUNGSFLAECHE_ANT_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
VERTRAGSFLAECHE_ANT RELSFLAECHEQUAN14(4) RELSFLAECHE
VERTRAGSFLAECHE_ANT_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
BESITZFLAECHE_ANT RELSFLAECHEQUAN14(4) RELSFLAECHE
BESITZFLAECHE_ANT_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
EIGENTUMSFLAECHE_ANT RELSFLAECHEQUAN14(4) RELSFLAECHE
EIGENTUMSFLAECHE_ANT_FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
ADRS_FLURSTAddress of master tenant with customer account VVADRESSECHAR80CHAR80
TEXT_0010 VVF_TEXTCHAR60TEXT60
OBART RELUXOBARTCHAR3CHAR3
OBJIDGeneral settlement receiver ABR_EMPCHAR35ABR_EMP
OBJTXTText for Real Estate object VVOBJTXTCHAR60XLBEZ
OBJINFOText for Real Estate object VVOBJTXTCHAR60XLBEZ
KONZKZ RELULAKONZKZCHAR10CHAR10
1_REGIO RELUSTATECHAR3Assigned to domainREGIOREG
1_GEMARKUNG VVFGEMARKCHAR4CHAR4GEMA
1_FLUR VVFLURNRCHAR6ALPHAVVFLURNRFLUR
1_FLURSTUECK VVFLURSTCHAR13FLUSTVVFLURSTFLST
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
XNUTZUNGSART VVXNUTZUNGSARTCHAR35TEXT35
XUNUTZUNGSART VVXUNTERNUTZUNGSARTCHAR35TEXT35
EINHEIT_POPUPArea unit FEINSUNIT3T006CUNITMEINSFEH

Key field Non-key field



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

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

How to access SAP table RELA

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