SCOL_PMDATA SAP (ESF: Performance Measurement (Data)) Table details

Dictionary Type: Table
Description: ESF: Performance Measurement (Data)




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




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

SCOL_PMDATA is a standard SAP Table which is used to store ESF: Performance Measurement (Data) data and is available within R/3 SAP systems depending on the version and release level.

The SCOL_PMDATA table consists of various fields, each holding specific information or linking keys about ESF: Performance Measurement (Data) data available in SAP. These include TRIPNO (Round Trip Number), CALLNO (Object Call Number), TRIPCALLS (Number of Object Calls in Round Trip), TRIPTIME (Total Duration of Round Trip (JCO, RFC, and BE)).. 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: Cannot Be Enhanced


SAP SCOL_PMDATA 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
COLIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
TRIPNO Round Trip Number0
CALLNO Object Call Number0
TRIPCALLS Number of Object Calls in Round Trip0
TRIPTIME Total Duration of Round Trip (JCO, RFC, and BE)0
BE_TRIPTIME Total Time of Round Trip in Backend0
DATA2XML Total Duration of XML Serialization in Round Trip0
BYTES_RECV Number of Received Bytes0
BYTES_SEND Number of Sent Bytes0
CLASSNAME Current Service Modules0
OBJECTCALL Current Object Call0
ONE_CALLTIME Total Duration of Object Call0
XML2DATA Runtime of XML Deserialization for Call0
RPE_CALLTIME Call Runtime in Remote Processing Engine0
SMA_CALLTIME Call Runtime in Service Manager0
APP_CALLTIME Call Runtime in Cool Application0

Key field Non-key field



How do I retrieve data from SAP table SCOL_PMDATA using ABAP code

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

SELECT SINGLE *
FROM SCOL_PMDATA
INTO CORRESPONDING FIELDS OF WA_SCOL_PMDATA
WHERE...

How to access SAP table SCOL_PMDATA

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