REIS_ARCHOBJECT_ATTR SAP (Extract Structure: Architectural Object (Attributes)) Structure details

Dictionary Type: Structure
Description: Extract Structure: Architectural Object (Attributes)




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




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

REIS_ARCHOBJECT_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 "Extract Structure: Architectural Object (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_ARCHOBJECT_ATTR TYPE REIS_ARCHOBJECT_ATTR.

The REIS_ARCHOBJECT_ATTR table consists of various fields, each holding specific information or linking keys about Extract Structure: Architectural Object (Attributes) data available in SAP. These include OBJNR (Object Number), AOTYPE (Architectural Object Type), AONR (Number of Architectural Object), VALIDFROM (Date: Object Valid From).. 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_ARCHOBJECT_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
AOIDIdentification of Architectural Object REBDAOIDCHAR30REBDAOIDREBDAOIDREBDAONO
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
AOTYPEArchitectural Object Type REBDAOTYPECHAR4Assigned to domainREBDAOTYPEREBDAOTYPEREBDAOTYPE
AONRNumber of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
VALIDFROMDate: Object Valid From REBDOBJVALIDFROMDATS8RECADATEBEG
VALIDTODate: Object Valid To REBDOBJVALIDTODATS8REDATRECADATEEND
AOFUNCTIONFunction of Architectural Object REBDAOFUNCTIONCHAR4Assigned to domainALPHAREBDAOFUNCTION
USAGECOMMONCommon Usage REBDUSCOMMONCHAR1REBDUSCOMMON
PARENTAOIDIdentification of Superordinate Architectural Object REBDPARENTAOIDCHAR30REBDAOIDREBDAONO
PARENTAOTYPEHigher-Level Architectural Object Type REBDPARENTTYPECHAR4Assigned to domainREBDAOTYPEREBDAOTYPEREBDAOTYPE
AUTHGRPAuthorization Group RECAAUTHGRPCHAR40RECAAUTHGRP
RESPONSIBLEPerson Responsible RECARESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_COMP
SINSTBEZMaintenance district SINSTBEZNUMC5Assigned to domainSINSTBEZ
SVERKEHRTransport Connections of Business Entity SVERKEHRCHAR1Assigned to domainSVERKEHR
SLAGEWEBusiness entity location number SLAGEWENUMC4Assigned to domainSLAGEWE
SOBJLAGEIndicator: District Location of Object RESOBJLAGENUMC2Assigned to domainRESOBJLAGE
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
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
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

Key field Non-key field



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

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

How to access SAP table REIS_ARCHOBJECT_ATTR

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