AVIYCMETERCOSTS SAP (Change Document Structure Meter Based Costs (VIYCMETERCOSTS)) Structure details

Dictionary Type: Structure
Description: Change Document Structure Meter Based Costs (VIYCMETERCOSTS)




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




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

AVIYCMETERCOSTS 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 "Change Document Structure Meter Based Costs (VIYCMETERCOSTS)" 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_AVIYCMETERCOSTS TYPE AVIYCMETERCOSTS.

The AVIYCMETERCOSTS table consists of various fields, each holding specific information or linking keys about Change Document Structure Meter Based Costs (VIYCMETERCOSTS) data available in SAP. These include MANDT (Client), CAM_MS_GUID (Cost of CAM Recovery), SETTL_GUID (Unique Key of Settlement), EXPLINEGUID (Expense Type of CAM Pool).. 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 AVIYCMETERCOSTS 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
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
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AVIYCMETERCOSTS

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