SAP BAPICMS_RE_STR_OBJ_HDR_GET BAPI : Object Header Table data and field list

BAPICMS_RE_STR_OBJ_HDR_GET 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 "BAPI : Object Header" 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_BAPICMS_RE_STR_OBJ_HDR_GET TYPE BAPICMS_RE_STR_OBJ_HDR_GET.

The BAPICMS_RE_STR_OBJ_HDR_GET table consists of various fields, each holding specific information or linking keys about BAPI : Object Header data available in SAP. These include TYPE (Real Estate Object Type ID), ADDRESS_ID (Address ID), DESCRIPTION (Description of the Real Estate Object), OBJECT_PARENT_ID (GUID for Real Estate Object)... 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. .

BAPICMS_RE_STR_OBJ_HDR_GET structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPICMS_RE_STR_OBJ_HDR_GET 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 BAPICMS_RE_STR_OBJ_HDR_GET 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
IDENTIFICATIONObject ID BAPICMS_RE_DTE_OBJECT_IDCHAR20ALPHACMS_RE_OBJECT_IDCMS_RE_OBJECT_IDCMS_RE_SRCH_ALL
TYPEReal Estate Object Type ID BAPICMS_RE_DTE_OBJ_TYPCHAR6Assigned to domainCMS_RE_TYPCMS_RE_OBJECT_TYPE
ADDRESS_IDAddress ID BAPICMS_RE_DTE_ADDR_IDCHAR10Assigned to domainALPHAAD_ADDRNUMADMC
DESCRIPTIONDescription of the Real Estate Object BAPICMS_RE_DTE_OBJ_DESCCHAR30CMS_RE_DESC
OBJECT_PARENT_IDGUID for Real Estate Object BAPICMS_RE_DTE_OBJ_GUIDRAW16SYSUUID
OLD_REFERENCE_IDReference number for an external system BAPICMS_RE_DTE_OBJ_REF_NOCHAR32CMS_RE_REFID
TYPE_OF_FIXTURE_AND_FITTINGSFixtures and Fittings type ID BAPICMS_RE_DTE_FIX_FIT_TYPCHAR6ALPHACMS_RE_FIX_FIT_TYP
TYPE_NAMEName in a specified language BAPICMS_RE_DTE_TYP_NAMECHAR40CMS_RE_NAME
AREA_UNITUnit of measure for area BAPICMS_RE_DTE_AREA_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_SURFACE_UOM
AREA_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
VOLUME_UNITUnit of Measure for Volume of Real Estate BAPICMS_RE_DTE_VOL_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_VOLUME_UOM
VOLUME_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
OBJECT_CURRENCYObject currency BAPICMS_RE_DTE_OBJ_CURRCUKY5Assigned to domainWAERS
OBJECT_CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
MACRO_LOCATIONMacro Location BAPICMS_DTE_RE_MACRO_LOCCHAR6CMS_ATT_ID_TYP
MICRO_LOCATIONMicro Location BAPICMS_DTE_RE_MICRO_LOCCHAR6CMS_ATT_ID_TYP
TRANSPORT_CONNECTIONTransport Connection BAPICMS_DTE_RE_CONNECTIONCHAR6CMS_ATT_ID_TYP
ENVIRONMENTAL_STATUSEnviromental Status BAPICMS_DTE_RE_ENV_STATUSCHAR6CMS_ATT_ID_TYP
IS_IN_FLOOD_ZONEIndicator for Flood Zone BAPICMS_RE_DTE_FLOOD_ZONECHAR1ALPHACMS_RE_FLG
IS_IN_EARTHQUAKE_ZONEIndicator for Eathquake Zone BAPICMS_RE_DTE_EARTHQUAKECHAR1ALPHACMS_RE_FLG
IS_IN_ARCHITECT_CONSERVTN_AREAIndicator for Architectural Conservation area BAPICMS_RE_DTE_ARCT_CONVCHAR1ALPHACMS_RE_FLG
IS_A_HISTORIC_SITEIndicator for Historical Site BAPICMS_RE_DTE_HIST_SITECHAR1ALPHACMS_RE_FLG
IMPAIRING_FACTORS_EXISTIndicates existence of Factors Impairing Real Estate Value BAPICMS_RE_DTE_VAL_IMP_FLGCHAR1ALPHACMS_RE_FLG
DESCRIPTN_OF_IMPAIRNG_FACTORDescription of the value imparing factor BAPICMS_RE_DTE_VAL_IMP_DESCCHAR30CMS_RE_DESC
ADMINISTRATION_ORG_UNITAdministration Organizational Unit BAPICMS_DTE_ADMINORGCHAR12TEXT12CMS_ADMINORG
BANKAREABank Area in Collateral Management BAPICMS_DTE_BANKAREACHAR4Assigned to domainCMS_BANKAREACMS_BANKAREA
CREATED_BYReal Estate Add-On User BAPICMS_RE_DTE_CR_BYCHAR12CMS_RE_USER
CREATED_ONCreated On BAPICMS_RE_DTE_CR_ONDATS8CMS_RE_DATE
CREATED_ATCreated At BAPICMS_RE_DTE_CR_ATTIMS6CMS_RE_TIME
SOURCE_OF_ENTRYSource of Initial entry BAPICMS_RE_DTE_SRC_INITCHAR32CMS_RE_SOURCE
CHANGED_BYLast Changed By BAPICMS_RE_DTE_CHG_BYCHAR12CMS_RE_USER
CHANGED_ONLast Changed On BAPICMS_RE_DTE_CHG_ONDATS8CMS_RE_DATE
CHANGED_ATLast Changed At BAPICMS_RE_DTE_CHG_ATTIMS6CMS_RE_TIME
PROCESSING_SOURCEProcessing Source BAPICMS_RE_DTE_PRC_SRCCHAR32CMS_RE_SOURCE

Key field Non-key field



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

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

How to access SAP table BAPICMS_RE_STR_OBJ_HDR_GET

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

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