SAP IMMO_OBJ_REPOSTING Keys for Real Estate Objects Table data and field list

IMMO_OBJ_REPOSTING 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 "Keys for Real Estate Objects" 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_IMMO_OBJ_REPOSTING TYPE IMMO_OBJ_REPOSTING.

The IMMO_OBJ_REPOSTING table consists of various fields, each holding specific information or linking keys about Keys for Real Estate Objects data available in SAP. These include SIMBUKRS (Company code of receiving real estate object (old)), SIMSWENR (Receiving business entity, RE (old)), SIMSGRNR (Receiving property, real estate (old)), SIMSGENR (Receiving building RE (old))... 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. .

IMMO_OBJ_REPOSTING structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP IMMO_OBJ_REPOSTING structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the IMMO_OBJ_REPOSTING table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SIMKEYReceiving real estate object (new) EIMKEY_OLDCHAR8IMKEY
SIMBUKRSCompany code of receiving real estate object (old) EBUKRS_OLDCHAR4T001BUKRS
SIMSWENRReceiving business entity, RE (old) ESWENR_OLDCHAR8Assigned to domainSWENRSWENRWEH
SIMSGRNRReceiving property, real estate (old) ESGRNR_OLDCHAR8Assigned to domainSGRNRSGRNRGRS
SIMSGENRReceiving building RE (old) ESGENR_OLDCHAR8Assigned to domainSGENRSGENRGEB
SIMSMENRReceiving rental unit, RE (old) ESMENR_OLDCHAR8Assigned to domainSMENRSMENRMEH
SIMSMIVEReceiving Lease-Out, RE (Old) ESMIVE_OLDCHAR13ALPHARANLMIV
SIMSVWNRReceiving management contract (old) VVESVWNR_OLDCHAR13Assigned to domainALPHAVVSVWNRVWV
SIMSNKSLReceiving service charge key, RE (old) ESNKSL_OLDCHAR4Assigned to domainALPHASNKSLNKL
SIMSEMPSLReceiving settlement unit, RE (new) E_SEMPSL_OLDCHAR5Assigned to domainALPHASEMPSLEMP
SIMDABRBEZReference Date for Receiving Settlement Unit: RE Old EDABRBEZ_OLDDATS8DDAT
SIMRECNNRReceiver contract number real estate (old) ERECNNR_OLDCHAR13ALPHARECNNRRECNNR
EIMKEYReceiving real estate object (new) EIMKEY_NEWCHAR8IMKEY
EIMBUKRSCompany code or receiving real estate object (new) EBUKRS_NEWCHAR4T001BUKRS
EIMSWENRReceiving business entity, RE (new) ESWENR_NEWCHAR8Assigned to domainSWENRSWENRWEH
EIMSGRNRReceiving property, real estate (new) ESGRNR_NEWCHAR8Assigned to domainSGRNRSGRNRGRS
EIMSGENRReceiving building RE (new) ESGENR_NEWCHAR8Assigned to domainSGENRSGENRGEB
EIMSMENRReceiving rental unit, RE (new) ESMENR_NEWCHAR8Assigned to domainSMENRSMENRMEH
EIMSMIVEReceiving Lease-Out, RE (New) ESMIVE_NEWCHAR13ALPHARANLMIV
EIMSVWNRReceiving management contract: New VVESVWNR_NEWCHAR13Assigned to domainALPHAVVSVWNRVWV
EIMSNKSLReceiving service charge key, RE (new) ESNKSL_NEWCHAR4Assigned to domainALPHASNKSLNKL
EIMSEMPSLReceiving settlement unit, RE (new) E_SEMPSL_NEWCHAR5Assigned to domainALPHASEMPSLEMP
EIMDABRBEZReference Date for Receiving Settlement Unit: RE New EDABRBEZ_NEWDATS8DDAT
EIMRECNNRReceiving real estate contract number (new) ERECNNR_NEWCHAR13ALPHARECNNRRECNNR

Key field Non-key field



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

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

How to access SAP table IMMO_OBJ_REPOSTING

Within an ECC or HANA version of SAP you can also view further information about IMMO_OBJ_REPOSTING and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).