REOBJECTKEYS SAP (Structure of Key Fields for CO Objects of RE) Structure details

Dictionary Type: Structure
Description: Structure of Key Fields for CO Objects of RE




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




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

REOBJECTKEYS 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 "Structure of Key Fields for CO Objects of RE" 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_REOBJECTKEYS TYPE REOBJECTKEYS.

The REOBJECTKEYS table consists of various fields, each holding specific information or linking keys about Structure of Key Fields for CO Objects of RE data available in SAP. These include OBJNR (Object Number), INTRENO (Internal Object Number for Architecture Objects (INTRENO)), AOID (Identification of Architectural Object), BUKRS (Company Code).. 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 REOBJECTKEYS 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
OBARTObject Type RECAOBJTYPECHAR2Assigned to domainJ_OBARTRECAOBJTYPE
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
INTRENOInternal Object Number for Architecture Objects (INTRENO) REBDINTRENOAOCHAR13RECAINTRENOREBDINTRENOAO
AOIDIdentification of Architectural Object REBDAOIDCHAR30REBDAOIDREBDAOIDREBDAONO
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWENRSite Number REBDBENOCHAR8Assigned to domainSWENRREBDBENOREBDBENOREBDBENO
SGENRNumber of Building REBDBUNOCHAR8SGENRREBDBUNOREBDBUNOREBDBUNO
SGRNRNumber of Land REBDPRNOCHAR8SGRNRREBDPRNOREBDPRNOREBDPRNO
SMENRNumber of Rental Object REBDRONOCHAR8SMENRREBDRONOREBDRONOREBDRONO
RECNNRReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR
PGIDParticipation Group RESCPGIDCHAR10ALPHARESCPGIDRESCPGIDRESCPG
SNKSLService Charge Key RESCSCKEYCHAR4Assigned to domainALPHARESCSCKEYRESCSCKEYRESCSCKEY
SEMPSLSettlement Unit RESCSUIDCHAR5ALPHARESCSUIDRESCSUIDRESCSU
DPERBEGStart of Settlement Period RESCSETTLEVALIDFROMDATS8RECADATE
NPERSONDSpecial period to post follow-up costs VVNPERSONDNUMC2NUMC2
COMPGRPNumber of Comparative Group of Apartments REAJCOMPGRPCHAR13ALPHAREAJCOMPAREGROUPREAJCOMPGRPREAJCG
MANDATEIDMandate REMMMANDATEIDCHAR4Assigned to domainBUKRSREMMMANDATEIDREMMMN
ADJMTASKIDAdjustment Measure REAJADJMTASKIDCHAR20ALPHAREAJADJMTASKIDREAJADJMTASKIDREAJAT
RRIDRE Search Request Number REORRRIDCHAR20ALPHAREORRRIDREORRENTREQNOREORRR
OOIDOffered Object Number REOROOIDCHAR20ALPHAREOROOIDREOROOIDREOROO
OFIDContract Offer Number REOROFIDCHAR13ALPHAREOROFIDREOROFID
LRDISTRICTLand Register District RELMLRDISTRICTCHAR6Assigned to domainRELMLRDISTRICTRELMLRDISTRICTRELMLRDIST
LRVOLUMENONumber of Land Register Volume RELMLRVOLUMENOCHAR15RELMLRVOLUMENORELMLRVOLUMENORELMLR
LRPAGENOPage Number in Land Register RELMLRPAGENOCHAR15LRPGNRELMLRPAGENORELMLRPAGENORELMLR
LOCHIERLocation Key in Location Structure REBDLOCHIERCHAR30Assigned to domainREBDLOCHIER
PLSUBDIVNOTract Number RELMPLSUBDIVNOCHAR6ALPHARELMPLSUBDIVNORELMPLSUBDIVNO
PLNOParcel Number RELMPLNOCHAR20PLNORELMPLNORELMPLNO
PEIDID of Other Public Registers RELMPEIDCHAR40RELMPEIDRELMPEID
RCCATEGORYParcel Update Category RELMRCCATEGORYCHAR2RELMRCCATEGORYRELMRCCATEGORY
SURVEYOFFICEBusiness Partner Number BP_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RCNONotice Number for Parcel Update RELMRCNOCHAR25RELMRCNORELMRCNORELMRC
NANONumber of Notice of Assessment RELMNANOCHAR40RELMNANORELMNANORELMNA
JLNOJoint Liability Number RELMJLNOCHAR12RELMJLNORELMJLNORELMJL
TCNONumber of Correction Object REITTCNOCHAR16Assigned to domainALPHAREITTCNOREITTCNOREITTCNO
MPIDMove Plan ID REORPOMPIDCHAR10ALPHAREORPOMPIDREORPOMPIDREORMP

Key field Non-key field



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

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

How to access SAP table REOBJECTKEYS

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