CMS_RE_STR_RENT_SUMMARY SAP (Rental Summary) Structure details

Dictionary Type: Structure
Description: Rental Summary




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




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

CMS_RE_STR_RENT_SUMMARY 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 "Rental Summary" 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_RENT_SUMMARY TYPE CMS_RE_STR_RENT_SUMMARY.

The CMS_RE_STR_RENT_SUMMARY table consists of various fields, each holding specific information or linking keys about Rental Summary data available in SAP. These include RES_AREA_UOM (Unit of Measure for Rented Residential Area), COM_AREA_REN (Total Commercial Area Rented), COM_AREA_UOM (Unit of Measure for Rented Commercial Area), RES_VOL_REN (Total Residential Volume Rented).. 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: Can be enhanced (character-type or numeric)


SAP CMS_RE_STR_RENT_SUMMARY 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
RES_AREA_RENTotal Residential Area rented CMS_RE_DTE_RES_AREA_RENQUAN13(3) CMS_RE_SIZE
RES_AREA_UOMUnit of Measure for Rented Residential Area CMS_RE_DTE_RES_AREA_REN_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_SURFACE_UOM
COM_AREA_RENTotal Commercial Area Rented CMS_RE_DTE_COM_AREA_RENQUAN13(3) CMS_RE_SIZE
COM_AREA_UOMUnit of Measure for Rented Commercial Area CMS_RE_DTE_COM_AREA_REN_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_SURFACE_UOM
RES_VOL_RENTotal Residential Volume Rented CMS_RE_DTE_RES_VOL_RENQUAN13(3) CMS_RE_SIZE
RES_VOL_UOMUnit of Measure for Total Rented Residential Volume CMS_RE_DTE_RES_VOL_REN_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_VOLUME_UOM
COM_VOL_RENTotal Volume Rented for Commercial Use CMS_RE_DTE_COM_VOL_RENQUAN13(3) CMS_RE_SIZE
COM_VOL_UOMUnit of Measure for Volume Rented for Commercial Use CMS_RE_DTE_COM_VOL_REN_UOMUNIT3Assigned to domainCUNITMEINSCMS_ELM_VOLUME_UOM
RENTAL_INC_RESTotal rental income - residential CMS_RE_DTE_RENTAL_INC_RESCURR17(2) CMS_RE_AMOUNT
INC_RES_CURRCurrency for Residential Rental Income CMS_RE_DTE_REN_INC_RES_CURRRCUKY5Assigned to domainWAERS
RENTAL_INC_COMTotal rental income - commercial CMS_RE_DTE_RENTAL_INC_COMCURR17(2) CMS_RE_AMOUNT
INC_COM_CURRCurrency for Commercial Rental Income CMS_RE_DTE_REN_INC_COM_CURRRCUKY5Assigned to domainWAERS
RENTAL_INC_TOTALTotal rental income CMS_RE_DTE_RENTAL_INC_TOTALCURR17(2) CMS_RE_AMOUNT
INC_TOTAL_CURRCurrency for Total Rental Income CMS_RE_DTE_REN_INC_TOTAL_CURRRCUKY5Assigned to domainWAERS
INC_TOTAL_ENTEntered Value CMS_RE_DTE_ENTERED_VAL_AMOUNTCURR17(2) CMS_RE_AMOUNT
INC_ENT_CURREntered value Currency CMS_RE_DTE_ENTERED_VAL_CURRCUKY5Assigned to domainWAERS
REN_VAL_DATEDate on which Real Estate Valuation was Performed CMS_RE_DTE_VAL_DATEDATS8CMS_RE_DATE
NET_RES_INCNet rental income - residential CMS_RE_DTE_NET_RENTAL_INC_RESCURR17(2) CMS_RE_AMOUNT
NET_RES_INC_CURRCurrency for Residential Rental Income -Net CMS_RE_DTE_NET_INC_RES_CURRCUKY5Assigned to domainWAERS
NET_COM_INCNet rental income - commercial CMS_RE_DTE_NET_RENTAL_INC_COMCURR17(2) CMS_RE_AMOUNT
NET_COM_INC_CURRCurrency for Commercial Rental Income -Net CMS_RE_DTE_NET_INC_COM_CURRCUKY5Assigned to domainWAERS
NET_TOT_INCNet rental income CMS_RE_DTE_NET_RENT_INC_TOTALCURR17(2) CMS_RE_AMOUNT
NET_TOT_INC_CURRCurrency for Total Rental Income CMS_RE_DTE_NET_INC_TOTAL_CURRCUKY5Assigned to domainWAERS
REV_TOT_RESTotal revenue - residential CMS_RE_DTE_TOTAL_REVENUE_RESCURR17(2) CMS_RE_AMOUNT
REV_TOT_RES_CURRCurrency for Total Residential revenue CMS_RE_DTE_TOTAL_REV_RES_CURRCUKY5Assigned to domainWAERS
REV_TOT_COMTotal revenue - commercial CMS_RE_DTE_TOTAL_REVENUE_COMCURR17(2) CMS_RE_AMOUNT
REV_TOT_COM_CURRCurrency for Total commercial revenue CMS_RE_DTE_TOTAL_REV_COM_CURRCUKY5Assigned to domainWAERS
REVTOT_CALCTotal revenue CMS_RE_DTE_TOTAL_REVENUECURR17(2) CMS_RE_AMOUNT
REVTOT_CALC_CURRCurrency for Total revenue CMS_RE_DTE_TOTAL_REV_CURRCUKY5Assigned to domainWAERS
REVTOT_ENTEntered Value CMS_RE_DTE_ENTERED_VAL_AMOUNTCURR17(2) CMS_RE_AMOUNT
REVTOT_ENT_CURREntered value Currency CMS_RE_DTE_ENTERED_VAL_CURRCUKY5Assigned to domainWAERS
REVCALC_DATEDate on which Real Estate Valuation was Performed CMS_RE_DTE_VAL_DATEDATS8CMS_RE_DATE

Key field Non-key field



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

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

How to access SAP table CMS_RE_STR_RENT_SUMMARY

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