/IWFND/L_MET_AGR SAP (Metering Data - Aggregated Info ODC vs. GC) Table details

Dictionary Type: Table
Description: Metering Data - Aggregated Info ODC vs. GC




ABAP Code to SELECT data from /IWFND/L_MET_AGR
Related tables to /IWFND/L_MET_AGR
Access table /IWFND/L_MET_AGR




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

/IWFND/L_MET_AGR is a standard SAP Table which is used to store Metering Data - Aggregated Info ODC vs. GC data and is available within R/3 SAP systems depending on the version and release level.

The /IWFND/L_MET_AGR table consists of various fields, each holding specific information or linking keys about Metering Data - Aggregated Info ODC vs. GC data available in SAP. These include ID (GUID for Metering objects), CONSUMER_TYPE (Consumer Type), ODC_USED (OData Channel used), OBJ_COUNT (Counter for objects for system measurement).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /IWFND/L_MET_AGR 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
IDGUID for Metering objects /IWFND/MET_GUIDRAW16SYSUUID
CONSUMER_TYPEConsumer Type /IWFND/MET_CONSUMER_TYPECHAR255CHAR255
ODC_USEDOData Channel used /IWFND/MET_ODC_USEDCHAR1BOOLE
OBJ_COUNTCounter for objects for system measurement RSUVM_CNTINT410RSUVM_CNT
OBJ_UNITID for unit of system measurement objects RSUVM_UNITNUMC4Assigned to domainRSUVM_UNIT
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
AGR_DATEField of type DATS DATSDATS8DATS
AGR_PERIODMetering Aggregation Period /IWFND/MET_AGGREGATION_PERIODCHAR1/IWFND/MET_AGGREGATION_PERIOD

Key field Non-key field



How do I retrieve data from SAP table /IWFND/L_MET_AGR using ABAP code

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

SELECT SINGLE *
FROM /IWFND/L_MET_AGR
INTO CORRESPONDING FIELDS OF WA_/IWFND/L_MET_AGR
WHERE...

How to access SAP table /IWFND/L_MET_AGR

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