RELUBIEXTRU SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RELUBIEXTRU 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_RELUBIEXTRU TYPE RELUBIEXTRU.

The RELUBIEXTRU table consists of various fields, each holding specific information or linking keys about data available in SAP. These include BIBUKRS (Company Code), DELIMKE01 (), BIRECNNR (Real Estate Contract Number), DELIMKE02 ().. 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 RELUBIEXTRU 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
BIBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DELIMKE01 RELUDELIMCHAR1CHAR01
BIRECNNRReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR
DELIMKE02 RELUDELIMCHAR1CHAR01
BIRECORDTYPE RELUBIRECORDTYPECHAR2CHAR02
DELIMKE03 RELUDELIMCHAR1CHAR01
INTRENOAOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
DELIMRU01 RELUDELIMCHAR1CHAR01
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DELIMRU02 RELUDELIMCHAR1CHAR01
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
DELIMRU03 RELUDELIMCHAR1CHAR01
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
DELIMRU04 RELUDELIMCHAR1CHAR01
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
DELIMADDR01 RELUDELIMCHAR1CHAR01
PSTLZPostal Code PSTLZCHAR10PSTLZ
DELIMADDR02 RELUDELIMCHAR1CHAR01
ORT01City ORT01_GPCHAR35TEXT35
DELIMADDR03 RELUDELIMCHAR1CHAR01
STRASHouse number and street STRAS_GPCHAR35TEXT35
DELIMADDR04 RELUDELIMCHAR1CHAR01
XMETXTText for rental unit VVXMETXT2CHAR30XMBEZ
DELIMRU05 RELUDELIMCHAR1CHAR01
SNUNRRental unit external usage type SNUNRNUMC4Assigned to domainSNUNR
DELIMRU06 RELUDELIMCHAR1CHAR01
XMSNUNRDescription of external usage type of rental unit XNUNRMCHAR30XMBEZ
DELIMRU07 RELUDELIMCHAR1CHAR01
AZIMMNumber of rooms AZIMM_BICHAR3CHAR3
DELIMRU08 RELUDELIMCHAR1CHAR01
AHALBZINumber of half rooms AHALBZI_BICHAR2CHAR2
DELIMRU09 RELUDELIMCHAR1CHAR01
SGEBTPart of Building SGEBTCHAR2Assigned to domainSGEBT
DELIMRU10 RELUDELIMCHAR1CHAR01
XMSGEBTBuilding parts long text XGEBMCHAR30XMBEZ
DELIMRU11 RELUDELIMCHAR1CHAR01
RLGESCHLocation on Floor RLGESCHCHAR2Assigned to domainALPHARLGESCH
DELIMRU12 RELUDELIMCHAR1CHAR01
XMLGESCHLocation in floor long description XMLGESCHCHAR30XMBEZ
DELIMRU13 RELUDELIMCHAR1CHAR01
XSTOCKKShort name of floor VVXSTOCKKCHAR4ALPHAVVXSTOCKK
DELIMRU14 RELUDELIMCHAR1CHAR01
XMSSTOCKWLong Description for Floor XGMBEZCHAR30XMBEZ
DELIMRU15 RELUDELIMCHAR1CHAR01
BIUSAGEAREAC RELUBIUSAGEAREACCHAR18CHAR18
DELIMRU16 RELUDELIMCHAR1CHAR01
BIUSAGEFEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
DELIMRU17 RELUDELIMCHAR1CHAR01

Key field Non-key field



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

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

How to access SAP table RELUBIEXTRU

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