/IWFND/D_MET_AGR SAP (Metering Data - Aggregated User info and Operation info) Table details

Dictionary Type: Table
Description: Metering Data - Aggregated User info and Operation info




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




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

/IWFND/D_MET_AGR is a standard SAP Table which is used to store Metering Data - Aggregated User info and Operation info data and is available within R/3 SAP systems depending on the version and release level.

The /IWFND/D_MET_AGR table consists of various fields, each holding specific information or linking keys about Metering Data - Aggregated User info and Operation info data available in SAP. These include ID (GUID for Metering objects), OPERATION (Operation - Method of Access (CRUD, ...)), OBJ_COUNT (Counter for objects for system measurement), OBJ_UNIT (ID for unit of system measurement objects).. 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 (Deep)


SAP /IWFND/D_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
OPERATIONOperation - Method of Access (CRUD, ...) /IWFND/MED_MDL_OPERATIONCHAR20CHAR20
OBJ_COUNTCounter for objects for system measurement RSUVM_CNTINT410RSUVM_CNT
OBJ_UNITID for unit of system measurement objects RSUVM_UNITNUMC4Assigned to domainRSUVM_UNIT
USERIDUser Name UNAMECHAR12UNAME
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/D_MET_AGR using ABAP code

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

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

How to access SAP table /IWFND/D_MET_AGR

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