VIYCSTLMTRCOST SAP (Settled Meter Costs with lease) Table details

Dictionary Type: Table
Description: Settled Meter Costs with lease




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




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

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

The VIYCSTLMTRCOST table consists of various fields, each holding specific information or linking keys about Settled Meter Costs with lease data available in SAP. These include SETTL_MS_GUID (Cost of CAM Recovery), SETTL_GUID (Unique Key of Settlement), CAM_MS_GUID (Cost of CAM Recovery), OBJNR (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: 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 VIYCSTLMTRCOST 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
SETTL_MS_GUIDCost of CAM Recovery REYCCOSTGUIDRAW16RECAGUID
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16RECAGUID
CAM_MS_GUIDCost of CAM Recovery REYCCOSTGUIDRAW16RECAGUID
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
AMOUNTTYPEAmount Type REYCAMTTYPENUMC2REYCAMTTYPE
RO_OBJNRObject Number of Rental Object RESCROOBJNRCHAR22Assigned to domainJ_OBJNRONR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
PGOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
EXPTYPEExpense Type REYCEXPTYPECHAR4REYCEXPTYPE
CNOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
NETAMOUNTNet Amount in Object Currency RECONETAMOUNTCURR15(2) RECACURR
REFSETTLGUIDReference Settlement Guid REYCREFSETTLGUIDRAW16RECAGUID
PFROMPeriod Start Date RECAPERIODFROMDATS8RECADATEBEG
PTOPeriod End Date RECAPERIODTODATS8REDATRECADATEEND
CHNGINDChange type (U, I, D) REYCCHNGINDCHAR1REYCCHNGIND

Key field Non-key field



How do I retrieve data from SAP table VIYCSTLMTRCOST using ABAP code

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

SELECT SINGLE *
FROM VIYCSTLMTRCOST
INTO CORRESPONDING FIELDS OF WA_VIYCSTLMTRCOST
WHERE...

How to access SAP table VIYCSTLMTRCOST

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