VIYCMETERCOSTS SAP (Meter Based Costs) Table details

Dictionary Type: Table
Description: Meter Based Costs




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




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

VIYCMETERCOSTS is a standard SAP Table which is used to store Meter Based Costs data and is available within R/3 SAP systems depending on the version and release level.

The VIYCMETERCOSTS table consists of various fields, each holding specific information or linking keys about Meter Based Costs data available in SAP. These include CAM_MS_GUID (Cost of CAM Recovery), SETTL_GUID (Unique Key of Settlement), EXPLINEGUID (Expense Type of CAM Pool), EXPTYPE (Expense Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VIYCMETERCOSTS table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CAM_MS_GUIDCost of CAM Recovery REYCCOSTGUIDRAW16RECAGUID
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16RECAGUID
EXPLINEGUIDExpense Type of CAM Pool REYCEXPGUIDRAW16RECAGUID
EXPTYPEExpense Type REYCEXPTYPECHAR4REYCEXPTYPE
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
RO_OBJNRObject Number of Rental Object RESCROOBJNRCHAR22Assigned to domainJ_OBJNRONR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PGOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
PARENT_PGOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
MPTYPMeasuring Point Category IMRC_MPTYPCHAR1Assigned to domainIMRC_MPTYPIP1
ATNAMCharacteristic Name ATNAMCHAR30ATNAMFEA
UNITCUnit of Measurement for Measuring Point Characteristic IMRC_UNITCCHAR6Assigned to domainLUNITMSEC6
CONSUMPTIONConsumption RESCCONSUMPTIONQUAN17(4) REBDMEASVALUE
UNITUnit of Measurement for Document Entry IMRC_RECDUUNIT3Assigned to domainCUNITMEINS
METERBASEDSHAREMeter Based Share REYCMETERBASEDSHAREDEC15(6) REYC_SHARE_LONG
NETAMOUNTNet Amount in Object Currency RECONETAMOUNTCURR15(2) RECACURR
AMOUNTTYPEAmount Type REYCAMTTYPENUMC2REYCAMTTYPE
TOTALAMOUNTTotal Amount REYCTOTALAMTCURR15(2) WERTV8
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SHORTFALLPTCPShortfall Participation REYCSHORTFALLPTCPCHAR1RECABOOL
SHORTFALLAMTShortfall Amount REYCSHORTFALLAMTCURR15(2) WERTV8
SHORTFALLLINEShortfall Line Item REYCSHORTFALLLINECHAR1RECABOOL
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 table VIYCMETERCOSTS using ABAP code

The following ABAP code Example will allow you to do a basic selection on VIYCMETERCOSTS to SELECT all data from the table
DATA: WA_VIYCMETERCOSTS TYPE VIYCMETERCOSTS.

SELECT SINGLE *
FROM VIYCMETERCOSTS
INTO CORRESPONDING FIELDS OF WA_VIYCMETERCOSTS
WHERE...

How to access SAP table VIYCMETERCOSTS

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