REYCISMETERCOSTS SAP (Meter Costs for ALV) Structure details

Dictionary Type: Structure
Description: Meter Costs for ALV




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




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

REYCISMETERCOSTS 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 "Meter Costs for ALV" 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_REYCISMETERCOSTS TYPE REYCISMETERCOSTS.

The REYCISMETERCOSTS table consists of various fields, each holding specific information or linking keys about Meter Costs for ALV data available in SAP. These include OBJNR (Object Number), OBJINFO (Object Description), OBJTYPE (Object Type), XOBJTYPE (Partial Object Type ID, for example 'BE').. 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 REYCISMETERCOSTS 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
GUIDUnique Key of Object within Service Charge Settlement RESCOBJGUIDRAW16RECAGUID
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJINFOObject Description REBDXLOBJECTCHAR60RECAXLDESCRIPTION
OBJTYPEObject Type RECAOBJTYPECHAR2Assigned to domainJ_OBARTRECAOBJTYPE
XOBJTYPEPartial Object Type ID, for example 'BE' RECAXOBJTYPECHAR3CHAR3
XLOBJTYPEObject Type Name (20) RECAXLOBJTYPECHAR20TEXT20
OBJIDObject Identification REBDOBJECTIDCHAR35ABR_EMP
IDENTComplete Object Identification, for Example BE 1000/123 RECAIDENTCHAR50CHAR50
CAM_MS_GUIDCost of CAM Recovery REYCCOSTGUIDRAW16RECAGUID
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16RECAGUID
EXPLINEGUIDExpense Type of CAM Pool REYCEXPGUIDRAW16RECAGUID
EXPTYPEExpense Type REYCEXPTYPECHAR4REYCEXPTYPE
RO_OBJNRObject Number of Rental Object RESCROOBJNRCHAR22Assigned to domainJ_OBJNRONR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
DESCRIPTIONAccount Description REEXACCOUNTDESCRIPTIONCHAR35NAME
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PGOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
PGIDParticipation Group RESCPGIDCHAR10ALPHARESCPGIDRESCPGIDRESCPG
PARENT_PGOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
PARENT_PGIDParent Participation Group REYCPARENTPGIDCHAR10ALPHARESCPGIDRESCPGIDRESCPG
POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
PTTXTDescription of Measuring Point IMRC_PTTXTCHAR40TEXT40
MPTYPMeasuring Point Category IMRC_MPTYPCHAR1Assigned to domainIMRC_MPTYPIP1
ATNAMCharacteristic Name ATNAMCHAR30ATNAMFEA
ATBEZCharacteristic description ATBEZCHAR30TEXT30
UNITCUnit of Measurement for Measuring Point Characteristic IMRC_UNITCCHAR6Assigned to domainLUNITMSEC6
CONSUMPTIONConsumption RESCCONSUMPTIONQUAN17(4) REBDMEASVALUE
METERBASEDSHAREMeter Based Share REYCMETERBASEDSHAREDEC15(6) REYC_SHARE_LONG
NETAMOUNTNet Amount in Object Currency RECONETAMOUNTCURR15(2) RECACURR
AMOUNTTYPEAmount Type REYCAMTTYPENUMC2REYCAMTTYPE
AMOUNTTYPEDESCRIPTIONAmount Type Description REYCAMOUNTTYPEDESCRIPTIONCHAR35NAME
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SHORTFALLPTCPShortfall Participation REYCSHORTFALLPTCPCHAR1RECABOOL
SHORTFALLAMTShortfall Amount REYCSHORTFALLAMTCURR15(2) WERTV8
SWENRSite Number REBDBENOCHAR8Assigned to domainSWENRREBDBENOREBDBENOREBDBENO
SGENRNumber of Building REBDBUNOCHAR8SGENRREBDBUNOREBDBUNOREBDBUNO
SGRNRNumber of Land REBDPRNOCHAR8SGRNRREBDPRNOREBDPRNOREBDPRNO
SMENRNumber of Rental Object REBDRONOCHAR8SMENRREBDRONOREBDRONOREBDRONO
METEREXPMeter Expense REYCMETEREXPCHAR1RECABOOL
METEREXPDISTMeter Expense Distribution REYCMETERDISTCHAR1RECABOOL
SERVVALIDFROMStart of Service Period REYCSERVVALIDFROMDATS8RECADATE
SERVVALIDTOEnd of Service Period REYCSERVVALIDTODATS8RECADATE
PFROMPeriod Start Date RECAPERIODFROMDATS8RECADATEBEG
PTOPeriod End Date RECAPERIODTODATS8REDATRECADATEEND

Key field Non-key field



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

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

How to access SAP table REYCISMETERCOSTS

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