SAP BAPICMS_RE_STR_MAINOBJ_CST_GET BAPI : Real estate main object Cost details Table data and field list

BAPICMS_RE_STR_MAINOBJ_CST_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 : Real estate main object Cost details" 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_MAINOBJ_CST_GET TYPE BAPICMS_RE_STR_MAINOBJ_CST_GET.

The BAPICMS_RE_STR_MAINOBJ_CST_GET table consists of various fields, each holding specific information or linking keys about BAPI : Real estate main object Cost details data available in SAP. These include TYPE (Real Estate Object Type ID), COST_TYPE (Cost type), DESCRIPTION (Description of the cost), COST_DATE (Date of the cost incurred)... 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_MAINOBJ_CST_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_MAINOBJ_CST_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_MAINOBJ_CST_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
COST_TYPECost type BAPICMS_RE_DTE_COST_TYPECHAR6CMS_ATT_ID_TYP
DESCRIPTIONDescription of the cost BAPICMS_RE_DTE_CST_DESCCHAR30CMS_RE_DESC
COST_DATEDate of the cost incurred BAPICMS_RE_DTE_CST_DATEDATS8CMS_RE_DATE
COST_AMOUNTActual Cost amount BAPICMS_RE_DTE_CST_AMOUNTDEC23(4) BAPICURR
CURRENCY_COSTCost currency BAPICMS_RE_DTE_CST_CURRCUKY5Assigned to domainWAERS
CURRENCY_COST_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
COST_BASE_MEASUREBase measure BAPICMS_RE_DTE_BASE_MEASCHAR1CMS_RE_BASE_MEAS
PLANNED_COST_AMOUNTPlan Cost amount BAPICMS_RE_DTE_PLAN_CST_AMOUNTDEC23(4) BAPICURR
CURRENCY_PLANNED_COSTCost currency BAPICMS_RE_DTE_PLAN_CST_CURRCUKY5Assigned to domainWAERS
CURRENCY_PLANNED_COST_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
IS_VALUE_INCREASINGIndicator - Value Enhancing/ Increasing BAPICMS_RE_DTE_VAL_MAINTAINCHAR2CMS_RE_IND_VAL_MAINTAIN
MODERNIZATION_MEASUREModernization/Renovation measure BAPICMS_RE_DTE_MOD_MEASURECHAR6CMS_ATT_ID_TYP
COSTS_ARE_DEDUCTIBLEFlag - Deductible Costs BAPICMS_RE_DTE_FLG_DEDUCT_COSTCHAR1ALPHACMS_RE_FLG
DEDUCTIBLE_COSTS_AMOUNTDeductible Cost Amount BAPICMS_RE_DTE_DEDUCT_CST_AMTDEC23(4) BAPICURR
CURRENCY_DEDUCTABLE_COSTSDeductible Cost Currency BAPICMS_RE_DTE_DEDUCT_CST_CURRCUKY5Assigned to domainWAERS
CURRENCY_DEDUCTABLE_COSTS_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
PERCENTAGE_DEDUCTABLE_COSTDeductible Cost In Percentage BAPICMS_RE_DTE_DEDUCT_CST_PCTDEC10(6) CMS_RE_PCT

Key field Non-key field



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

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

How to access SAP table BAPICMS_RE_STR_MAINOBJ_CST_GET

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