CMS_RE_STR_PRT_SIZE SAP (Structure for Part Size Details) Structure details

Dictionary Type: Structure
Description: Structure for Part Size Details




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




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

CMS_RE_STR_PRT_SIZE 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 Part Size 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_SIZE TYPE CMS_RE_STR_PRT_SIZE.

The CMS_RE_STR_PRT_SIZE table consists of various fields, each holding specific information or linking keys about Structure for Part Size Details data available in SAP. These include USBL_AREA_UOM (Unit of Measure for Usable Area), USEFUL_AREA_REN (Rented Usable Area), USBL_AR_REN_UOM (Unit of Measure for Usable Rented Area), USEFUL_VOL (Usable Volume of Real Estate Building Parts).. 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_SIZE 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
USEFUL_AREAUsable Area CMS_RE_DTE_AREA_USEFULQUAN13(3) CMS_RE_SIZE
USBL_AREA_UOMUnit of Measure for Usable Area CMS_RE_DTE_USBL_AREA_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_SURFACE_UOM
USEFUL_AREA_RENRented Usable Area CMS_RE_DTE_AREA_USEFUL_RENQUAN13(3) CMS_RE_SIZE
USBL_AR_REN_UOMUnit of Measure for Usable Rented Area CMS_RE_DTE_USBL_AREA_REN_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_SURFACE_UOM
USEFUL_VOLUsable Volume of Real Estate Building Parts CMS_RE_DTE_VOL_USEFULQUAN13(3) CMS_RE_SIZE
USBL_VOL_UOMUnit of Measure for Usable Volume of Real Estate CMS_RE_DTE_USBL_VOL_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_VOLUME_UOM
USEFUL_VOL_RENUsable Volume of the Rented Portions of Real Estate CMS_RE_DTE_VOL_USEFUL_RENQUAN13(3) CMS_RE_SIZE
USBL_VL_REN_UOMUnit of measure for usable volume of Rented Parts CMS_RE_DTE_USBL_VOL_REN_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_VOLUME_UOM
RESIDENTIAL_AREAResidential Area CMS_RE_DTE_AREA_RESIDENTIALQUAN13(3) CMS_RE_SIZE
RES_AR_UOMUnit of Measure for Residential Area CMS_RE_DTE_RES_AREA_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_SURFACE_UOM
SECONDARY_AREASecondary Area CMS_RE_DTE_AREA_SECONDARYQUAN13(3) CMS_RE_SIZE
SEC_AREA_UOMUnit of Measure for Secondary Area CMS_RE_DTE_SEC_AREA_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_SURFACE_UOM
OTHER_AREAOther Area CMS_RE_DTE_AREA_OTHERQUAN13(3) CMS_RE_SIZE
OTH_AREA_UOMUnit of Measure for Other Area CMS_RE_DTE_OTH_AREA_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_SURFACE_UOM

Key field Non-key field



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

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

How to access SAP table CMS_RE_STR_PRT_SIZE

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