CMS_RE_STR_PRT_BASIC SAP (Structure for Basic Part Details) Structure details

Dictionary Type: Structure
Description: Structure for Basic Part Details




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




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

CMS_RE_STR_PRT_BASIC 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 for Basic Part 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_CMS_RE_STR_PRT_BASIC TYPE CMS_RE_STR_PRT_BASIC.

The CMS_RE_STR_PRT_BASIC table consists of various fields, each holding specific information or linking keys about Structure for Basic Part Details data available in SAP. These include PART_COND (Object condition), MAIN_USAGE (Usage Type), ADD_USAGE_1 (Additional Usage 1), ADD_USAGE_2 (Additional Usage 2).. 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 CMS_RE_STR_PRT_BASIC 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
BLD_PART_TYPEBuilding Part Type CMS_RE_DTE_ATT_ID_TY_REO006CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
PART_CONDObject condition CMS_RE_DTE_ATT_ID_TY_REO001CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
MAIN_USAGEUsage Type CMS_RE_DTE_USG_TYPCHAR6TCMS_RE_U_TYPCMS_RE_TYP
ADD_USAGE_1Additional Usage 1 CMS_RE_DTE_ADD1_USG_TYPCHAR6TCMS_RE_U_TYPCMS_RE_TYP
ADD_USAGE_2Additional Usage 2 CMS_RE_DTE_ADD2_USG_TYPCHAR6TCMS_RE_U_TYPCMS_RE_TYP
BLD_METHOD_ROOFBuilding method - Roof CMS_RE_DTE_ATT_ID_TY_REO007CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
BLD_METHOD_BODYBuilding method - Body CMS_RE_DTE_ATT_ID_TY_REO008CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
BLD_METD_CELLARBuilding method - Cellar CMS_RE_DTE_ATT_ID_TY_REO009CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
UTILIZATIONUtilization of the Object CMS_RE_DTE_PRT_UTILIZATIONCHAR6CMS_RE_UTIL
PART_DESCDescription of Building Part CMS_RE_DTE_SPC_DESCCHAR30CMS_RE_DESC
COMM_USAGE_PCTCommercial Usage as a Percentage of Total Usage CMS_RE_DTE_COM_USE_PCTDEC10(6) CMS_RE_PCT
OTHER_USG_FLGIndicates if Usages in addition to Main Usage are Possible CMS_RE_DTE_OTH_USE_FLGCHAR1ALPHACMS_RE_OTH_USG_FLG
REF_OBJ_PRT_GUIDReference Object Part GUID CMS_RE_DTE_REF_OBJ_PRT_GUIDRAW16SYSUUID
IS_SUB_AST_CREAIndicates whether a Sub-asset is created for Building Part CMS_RE_DTE_CREATE_SUB_AST_FLGCHAR1ALPHACMS_RE_FLG

Key field Non-key field



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

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

How to access SAP table CMS_RE_STR_PRT_BASIC

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