BAPICMS_RE_STR_PRT_CST_CRT SAP (BAPI : Real estate part cost) Structure details

Dictionary Type: Structure
Description: BAPI : Real estate part cost




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




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

BAPICMS_RE_STR_PRT_CST_CRT 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 part cost" 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_PRT_CST_CRT TYPE BAPICMS_RE_STR_PRT_CST_CRT.

The BAPICMS_RE_STR_PRT_CST_CRT table consists of various fields, each holding specific information or linking keys about BAPI : Real estate part cost data available in SAP. These include COST_TYPE (Cost type), COST_DESCRIPTION (Description of the cost), COST_DATE (Date of the cost incurred), COST_AMOUNT (Actual Cost amount).. 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: Not classified


SAP BAPICMS_RE_STR_PRT_CST_CRT 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
PART_IDPart ID for the object. BAPICMS_RE_DTE_PART_IDNUMC10CMS_RE_PRT_ID
COST_TYPECost type BAPICMS_RE_DTE_COST_TYPECHAR6CMS_ATT_ID_TYP
COST_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
COST_CURRCost currency BAPICMS_RE_DTE_CST_CURRCUKY5Assigned to domainWAERS
COST_CURR_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
COST_BASE_MEASUREBase measure BAPICMS_RE_DTE_BASE_MEASCHAR1CMS_RE_BASE_MEAS
PLAN_COST_AMOUNTPlan Cost amount BAPICMS_RE_DTE_PLAN_CST_AMOUNTDEC23(4) BAPICURR
PLAN_COST_CURRCost currency BAPICMS_RE_DTE_PLAN_CST_CURRCUKY5Assigned to domainWAERS
PLAN_COST_CURR_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
DEDUCTIBLE_COST_FLAGFlag - Deductible Costs BAPICMS_RE_DTE_FLG_DEDUCT_COSTCHAR1ALPHACMS_RE_FLG
DEDUCTIBLE_COST_AMOUNTDeductible Cost Amount BAPICMS_RE_DTE_DEDUCT_CST_AMTDEC23(4) BAPICURR
DEDUCTIBLE_COST_CURRDeductible Cost Currency BAPICMS_RE_DTE_DEDUCT_CST_CURRCUKY5Assigned to domainWAERS
DEDUCTIBLE_COST_CURR_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
DEDUCTIBLE_COST_PCTDeductible 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_PRT_CST_CRT using ABAP code?

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

How to access SAP table BAPICMS_RE_STR_PRT_CST_CRT

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