REIS_BUSENTITY_ATTR SAP (Extraction Structure: Business Entity (Attributes)) Structure details

Dictionary Type: Structure
Description: Extraction Structure: Business Entity (Attributes)




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




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

REIS_BUSENTITY_ATTR 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 "Extraction Structure: Business Entity (Attributes)" 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_REIS_BUSENTITY_ATTR TYPE REIS_BUSENTITY_ATTR.

The REIS_BUSENTITY_ATTR table consists of various fields, each holding specific information or linking keys about Extraction Structure: Business Entity (Attributes) data available in SAP. These include BUKRS (Company Code), SWENR (Site Number), KEYDATE (Key Date), SINSTBEZ (Maintenance district).. 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 REIS_BUSENTITY_ATTR 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
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWENRSite Number REBDBENOCHAR8Assigned to domainSWENRREBDBENOREBDBENOREBDBENO
KEYDATEKey Date RECAKEYDATEDATS8RECADATE
SINSTBEZMaintenance district SINSTBEZNUMC5TIV16SINSTBEZ
SVERKEHRTransport Connections of Business Entity SVERKEHRCHAR1TIV44SVERKEHR
SLAGEWEBusiness entity location number SLAGEWENUMC4TIV10SLAGEWE
SOBJLAGEIndicator - District of Object SOBJLAGENUMC2TIV45RESOBJLAGE
RLRARepresentative List of Rents REAJRLRACHAR6TIVAJRLRAALPHAREAJRLRA
SMIETRTenancy law SMIETRCHAR5TIV03SMIETR
SSTDORTRegional location VVSSTDORTCHAR10TIV35VVSSTDORT
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
POSTALAREA(Not Supported) Post Delivery District AD_PSTLARCHAR15TEXT15
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
HOUSE_NUM2House number supplement AD_HSNM2CHAR10TEXT10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
ADRZUSObject Description REBDXOBJECTCHAR35TEXT35
VALIDFROMDate: Object Valid From REBDOBJVALIDFROMDATS8RECADATEBEG
VALIDTODate: Object Valid To REBDOBJVALIDTODATS8REDATRECADATEEND
DATEFROMDate: Valid From RECADATEFROMDATS8RECADATEBEG
DATETODate: Valid To RECADATETODATS8REDATRECADATEEND
AVAILAvailability of Real Estate Object REISOBJAVAILNUMC1REISOBJAVAIL
OCCUPVacancy of Real Estate Object REISOBJOCCUPNUMC1REISOBJOCCUP
BWSTRES1Real Estate Status (ACTV, REL, CRTE) BWSTRES1NUMC2J_STONR
BWSTRES2Real Estate Status (AALK, DLT, DLFL) BWSTRES2NUMC2J_STONR
BWSTREU1Real Estate User Status 1 BWSTREU1NUMC2J_STONR
BWSTREU2Real Estate User Status 2 BWSTREU2NUMC2J_STONR
BWSTREU3Real Estate User Status 3 BWSTREU3NUMC2J_STONR
BWSTREU4Real Estate User Status 4 BWSTREU4NUMC2J_STONR
BWSTREU5Real Estate User Status 5 BWSTREU5NUMC2J_STONR
RESPONSIBLEPerson Responsible RECARESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_COMP
AUTHGRPAuthorization Group RECAAUTHGRPCHAR40RECAAUTHGRP
AOIDIdentification of Architectural Object REBDAOIDCHAR30REBDAOIDREBDAOIDREBDAONO

Key field Non-key field



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

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

How to access SAP table REIS_BUSENTITY_ATTR

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