SQLML SAP (SQL Monitor: LREF) Table details

Dictionary Type: Table
Description: SQL Monitor: LREF




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




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

SQLML is a standard SAP Table which is used to store SQL Monitor: LREF data and is available within R/3 SAP systems depending on the version and release level.

The SQLML table consists of various fields, each holding specific information or linking keys about SQL Monitor: LREF data available in SAP. These include TRIGPROGNAME (ABAP Program Name), TRIGENTRY (Natural Number), TRIGOFFSET (Natural Number), PROGDATE (Date of Program (SDATE)).. 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 SQLML 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
TRIGPROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
TRIGENTRYNatural Number INT4INT410INT4
TRIGOFFSETNatural Number INT4INT410INT4
PROGDATEDate of Program (SDATE) RTMPDATEDATS8SYDATS
PROGTIMETime of Program (STIME) RTMPTIMETIMS6SYTIME
PROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
PROGKINDSQL Monitor: Program Kind SQLMPROGKINDCHAR1SQLMPROGKIND
PROCTYPESQL Monitor: Processing Block Type SQLMPROCTYPECHAR4
PROCNAMESQL Monitor: Processing Block Name SQLMPROCNAMECHAR93
PROCLINESQL Monitor: Line Number in Processing Block SQLMPROCLINEINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM SQLML
INTO CORRESPONDING FIELDS OF WA_SQLML
WHERE...

How to access SAP table SQLML

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