/SDF/WS_MON_RECORD_HOST SAP (Monitoring Record per Host) Structure details

Dictionary Type: Structure
Description: Monitoring Record per Host




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




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

/SDF/WS_MON_RECORD_HOST 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 "Monitoring Record per Host" 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_RECORD_HOST TYPE /SDF/WS_MON_RECORD_HOST.

The /SDF/WS_MON_RECORD_HOST table consists of various fields, each holding specific information or linking keys about Monitoring Record per Host data available in SAP. These include GROUPNAME (Group Name), WS (Object Name in Object Directory), OPERATION (Object Name in Object Directory), MEASURED_TIME (Application Response Time).. 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_RECORD_HOST 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
WSObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
OPERATIONObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
MEASURED_TIME Application Response Time0
LOCATION Location (1= Provider; 2 = Consumer)0
LOG_PORTLogical Port Name SRT_LP_NAMECHAR60SRT_LP_CHAR60
TRANSIDSAP Statistics: Transaction ID PFTRANSIDCHAR32CHAR32
START_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
END_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CLIENTTIME Time spent for calling another provider0
QUEUETIME Wait Time0
DBTIME DB Time0
DBCALLS Number of DB calls0
DBROWS Number of DB rows processed0
ACCOUNTUser or account name using a transaction STA_USERCHAR12STAT_USER
CLIENTClient number STA_MANDTCHAR3STAT_MANDT
TERMINALSAP Statistics: Name of Terminal STA_TERM2CHAR20CHAR20
MESSAGE_SIZE Message Size0

Key field Non-key field



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

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

How to access SAP table /SDF/WS_MON_RECORD_HOST

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