SWLT_S_SQLM_PART SAP (SWLT_S_SQLM_PART) Structure details

Dictionary Type: Structure
Description: SWLT_S_SQLM_PART




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




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

SWLT_S_SQLM_PART 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 "SWLT_S_SQLM_PART" 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_SWLT_S_SQLM_PART TYPE SWLT_S_SQLM_PART.

The SWLT_S_SQLM_PART table consists of various fields, each holding specific information or linking keys about SWLT_S_SQLM_PART data available in SAP. These include SQLM_EXECUTIONS_NUM (SQL Monitor: Total Number of Executions), SQLM_AVERAGE_TIME (SQL Monitor: Mean Value of Execution Time), SQLM_MIN_TIME (SQL Monitor: Minimum Value of Execution Time), SQLM_MAX_TIME (SQL Monitor: Maximum Value of Execution 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: Cannot Be Enhanced


SAP SWLT_S_SQLM_PART 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
SQLM_TOTAL_TIMESQL Monitor: Total Execution Time SQLMRUNTIMESUMDEC31(3) SQLMRUNTIME
SQLM_EXECUTIONS_NUMSQL Monitor: Total Number of Executions SQLMEXECNTINT410
SQLM_AVERAGE_TIMESQL Monitor: Mean Value of Execution Time SQLMRUNTIMEAVGDEC31(3) SQLMRUNTIME
SQLM_MIN_TIMESQL Monitor: Minimum Value of Execution Time SQLMRUNTIMEMINDEC31(3) SQLMRUNTIME
SQLM_MAX_TIMESQL Monitor: Maximum Value of Execution Time SQLMRUNTIMEMAXDEC31(3) SQLMRUNTIME
SQLM_TIME_DEVIATIONSQL Monitor: Standard Deviation of Execution Time SQLMRUNTIMEDEVDEC31(3) SQLMRUNTIME
SQLM_DB_COUNTSQL Monitor: Total Fetched or Modified Records SQLMDBCOUNTSUMDEC31SQLMINTEGER
SQLM_DB_COUNT_AVERAGESQL Monitor: Mean Value of Fetched / Modified Records SQLMDBCOUNTAVGDEC31(3) SQLMDECIMAL3
SQLM_DB_COUNT_MINSQL Monitor: Minimum Value of Fetched / Modified Records SQLMDBCOUNTMININT410
SQLM_DB_COUNT_MAXSQL Monitor: Maximum Value of Fetched / Modified Records SQLMDBCOUNTMAXINT410
SQLM_DB_COUNT_DEVIATIONSQL Monitor: Standard Deviation of Fetched / Modif. Records SQLMDBCOUNTDEVDEC31(3) SQLMDECIMAL3
SQLM_ROOT_IDSQL Monitor: Request Entry Point (Transaction, etc.) SQLMROOTNAMECHAR60
SQLM_ROOT_TYPESQL Monitor: Request Type SQLMROOTTYPECHAR1SQLMROOTTYPE
SQLM_STMTKINDSQL Monitor: SQL Operation SQLMSTMTKINDCHAR1SQLMSTMTKIND
SQLM_STMTKIND_DESCRSQL Monitor: SQL Operation SQLMSTMTKIND_TXTCHAR30TEXT30
SQLM_ROOT_TYPE_DESCRSQL Monitor: Request Type SQLMROOTTYPE_TXTCHAR30TEXT30
SQLM_INTERNAL_SESSIONSSQL Monitor: Internal Sessions Affected SQLMROLLAREACNTINT410
SQLM_EXC_INT_SESSIONS_QUOTSQL Monitor: Executions per Internal Sessions SQLMEXECNTROLLAREACNTDEC31(3) SQLMDECIMAL3

Key field Non-key field



How do I retrieve data from SAP structure SWLT_S_SQLM_PART using ABAP code?

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

How to access SAP table SWLT_S_SQLM_PART

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