/SDF/WS_MON_AGG_INTERVAL SAP (Aggregated values per interval) Structure details

Dictionary Type: Structure
Description: Aggregated values per interval




ABAP Code to SELECT data from /SDF/WS_MON_AGG_INTERVAL
Related tables to /SDF/WS_MON_AGG_INTERVAL
Access table /SDF/WS_MON_AGG_INTERVAL




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

/SDF/WS_MON_AGG_INTERVAL 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 "Aggregated values per interval" 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_/SDF/WS_MON_AGG_INTERVAL TYPE /SDF/WS_MON_AGG_INTERVAL.

The /SDF/WS_MON_AGG_INTERVAL table consists of various fields, each holding specific information or linking keys about Aggregated values per interval data available in SAP. These include GROUPNAME (Group Name), CLIENT (Client), WS (Object Name in Object Directory), OPERATION (Object Name in Object Directory).. 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 /SDF/WS_MON_AGG_INTERVAL 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
HOSTApplication Server Name MSNAME2CHAR40MSNAME2
GROUPNAMEGroup Name /SDF/WS_GROUPNAMECHAR20/SDF/WS_GROUPNAME
CLIENTClient MANDTCLNT3Assigned to domainMANDT
WSObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
OPERATIONObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
LOG_PORTLogical Port Name SRT_LP_NAMECHAR60SRT_LP_CHAR60
MEASURED_TIMEResponse Time of Dialog Step PF_RESPTIMEFLTP16(16) PF_MICROSEC
LOCATION Location (1=Provider; 2=Consumer)0
QUEUETIMETime the request had to wait in the dispatcher queue PF_QUEUETIMEFLTP16(16) PF_MICROSEC
DBTIMEDouble field for statistics STA_FLTPFLTP16(16) FLTP
DBCALLSDouble field for statistics STA_FLTPFLTP16(16) FLTP
DBROWSDouble field for statistics STA_FLTPFLTP16(16) FLTP
MESSAGE_SIZE Message Size0
COUNT Number of executions0
ACCOUNTUser or account name using a transaction STA_USERCHAR12STAT_USER
P1Natural Number INT4INT410INT4
P2Natural Number INT4INT410INT4
P3Natural Number INT4INT410INT4
P4Natural Number INT4INT410INT4
P5Natural Number INT4INT410INT4
P6Natural Number INT4INT410INT4
P7Natural Number INT4INT410INT4
P8Natural Number INT4INT410INT4
P9Natural Number INT4INT410INT4
P10Natural Number INT4INT410INT4
P11Natural Number INT4INT410INT4
P12Natural Number INT4INT410INT4
P13Natural Number INT4INT410INT4
P14Natural Number INT4INT410INT4
P15Natural Number INT4INT410INT4
P16Natural Number INT4INT410INT4
P17Natural Number INT4INT410INT4
P18Natural Number INT4INT410INT4
P19Natural Number INT4INT410INT4
P20Natural Number INT4INT410INT4

Key field Non-key field



How do I retrieve data from SAP structure /SDF/WS_MON_AGG_INTERVAL using ABAP code?

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

How to access SAP table /SDF/WS_MON_AGG_INTERVAL

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