REYCREFFACTORTOTALS SAP (Reference Factor Totals (numerator, denom., MT denomin.)) Structure details

Dictionary Type: Structure
Description: Reference Factor Totals (numerator, denom., MT denomin.)




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




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

REYCREFFACTORTOTALS 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 "Reference Factor Totals (numerator, denom., MT denomin.)" 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_REYCREFFACTORTOTALS TYPE REYCREFFACTORTOTALS.

The REYCREFFACTORTOTALS table consists of various fields, each holding specific information or linking keys about Reference Factor Totals (numerator, denom., MT denomin.) data available in SAP. These include CAM_POOL_GUID (Expense Pool in CAM Recovery), VALIDFROM (Date: Measurement Valid From), VALIDTO (Date: Measurement Valid To), CNOBJNR (Object Number).. 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: Cannot Be Enhanced


SAP REYCREFFACTORTOTALS 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
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16RECAGUID
CAM_POOL_GUIDExpense Pool in CAM Recovery REYCPOOLGUIDRAW16RECAGUID
VALIDFROMDate: Measurement Valid From REBDMEASVALIDFROMDATS8RECADATE
VALIDTODate: Measurement Valid To REBDMEASVALIDTODATS8REDATRECADATEEND
CNOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
DENMETHODDenominator Method in CAM REYCDENMETHODCHAR4REYCDENMETHOD
DENMETHODINTInternal Denominator Method in CAM REYCDENMETHODINTCHAR4REYCDENMETHODINT
OCCUPIEDMEASDetermination Based on Occupied Measurement Share REYCOCCUPIEDMEASCHAR1RECABOOL
DENMEASDenominator Measurement Type REYCDENMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
OCCRATEOccupancy Rate Percentage REYCOCCRATEDEC9(2) REYCPERCENT
MEASVALUEAPPORTAVERAGEMeasurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEASVALUEAOCCAVERAGEMeasurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEASVALUETOTALAVERAGEMeasurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEASUNITMeasurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
PLENGTHTOTALNumber of days VVATAGENUMC6INT6
APPORTVALUEReference Factor for a Rental Unit REYCAPPORTVALUEDEC20(8) REYCAPPORTVALUE
OCCAPPORTTOTALReference Factors Total Occupancy REYCOCCAPPORTVALUETOTALDEC20(8) REYCAPPORTVALUE
APPORTVALUETOTALReference Factors Total REYCAPPORTVALUETOTALDEC20(8) REYCAPPORTVALUE
MTAPPORTVALUEReference Factor Major Tenant REYCMTAPPORTVALUEDEC20(8) REYCAPPORTVALUE
DENOMINATORFixed Denominator REYCDENOMINATORDEC15(2) REYC_FIXED_DENOM
DENOMTHRESHOLDThreshold REYCDENOMTHRESHOLDDEC9(2) REYCPERCENT
FIXEDSHAREFixed Share REYCFIXEDSHAREDEC15(2) REYC_SHARE_FIXED

Key field Non-key field



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

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

How to access SAP table REYCREFFACTORTOTALS

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