RS38T_LIM SAP (Runtime Analysis: Measurement Restriction) Structure details

Dictionary Type: Structure
Description: Runtime Analysis: Measurement Restriction




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




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

RS38T_LIM 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 "Runtime Analysis: Measurement Restriction" 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_RS38T_LIM TYPE RS38T_LIM.

The RS38T_LIM table consists of various fields, each holding specific information or linking keys about Runtime Analysis: Measurement Restriction data available in SAP. These include L1_DOWN (ABAP Runtime Analysis: Measure called functionality), L1_TYP1 (ABAP Runtime Analysis: Program Type), L1_PROG (ABAP Runtime Analysis : Program/global class/function group), L1_CLAS (Object Type Name).. 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: Not classified


SAP RS38T_LIM 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
L1_ONOFFRuntime Analyis Measurement Objects: Measure in Sections SE30L1ONOFCHAR1FLAG
L1_DOWNABAP Runtime Analysis: Measure called functionality SE30L1DOWNCHAR1FLAG
L1_TYP1ABAP Runtime Analysis: Program Type SE30L1TYP1CHAR1SE30L1TYP1
L1_PROGABAP Runtime Analysis : Program/global class/function group SE30L1PROGCHAR40Assigned to domainPROGRAMM
L1_CLASObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
L1_TYP2ABAP Runtime Analysis: Procedure Type SE30L1TYP2CHAR4SE30L1TYP2
L1_PROCABAP Runtime Analysis : Name of a Procedure SE30L1PROCCHAR61CHAR61
L2_STATRuntime Analysis: With statistics records SE30OKSTATCHAR1FLAG
L2_METHRuntime Analysis: With methods SE30OKMETHCHAR1FLAG
L2_EVNTRuntime Analysis: With events (ABAP Objects) SE30OKEVNTCHAR1FLAG
L2_FORMRuntime Analysis: With Subroutines SE30OKFORMCHAR1FLAG
L2_MODURuntime Analysis: With modules SE30OKMODUCHAR1FLAG
L2_FUNCRuntime analysis: With function modules SE30OKFUNCCHAR1FLAG
L2_DYNERuntime analysis: With screen flow logic SE30OKDYNECHAR1FLAG
L2_DYNPRuntime Analysis: With screen flow logic SE30OKDYNPCHAR1FLAG
L2_DIAGRuntime Analysis: With data formatting for frontend SE30OKDIAGCHAR1FLAG
L2_CALLRuntime Analysis: With SUBMIT/CALL SE30OKCALLCHAR1FLAG
L2_PROGRuntime Analysis: With program calls and C-calls SE30OKPROGCHAR1FLAG
L2_SQLORuntime Analysis: With Open SQL SE30OKSQLOCHAR1FLAG
L2_SQLNRuntime Analysis: With Native SQL SE30OKSQLNCHAR1FLAG
L2_CNTXRuntime Analysis: With Contexts SE30OKCNTXCHAR1FLAG
L2_GENERuntime Analysis: With GENERATED SE30OKGENECHAR1FLAG
L2_LOADRuntime Analysis: With LOAD SE30OKLOADCHAR1FLAG
L2_TABRRuntime Analysis: With read operations for internal tables SE30OKTABRCHAR1FLAG
L2_TABURuntime Analysis: With change operations for internal tables SE30OKTABUCHAR1FLAG
L2_MESSRuntime Analysis: With message handling SE30OKMESSCHAR1FLAG
L2_DBOPRuntime Analysis: With database-level operations SE30OKDBOPCHAR1FLAG
L2_EXPORuntime Analysis: With EXPORT/IMPORT SE30OKEXPOCHAR1FLAG
L2_MIXRuntime Analysis: With ASSIGN, PF-STATUS, ... SE30OKMIXCHAR1FLAG
L2_DSETRuntime Analysis: With DATASET operations SE30OKDSETCHAR1FLAG
L2_RUNTRuntime Analysis: With kernel-runtime administration SE30OKRUNTCHAR1FLAG
L3_AGG0RT Analysis Measurement Type: Non-Aggregated (Kernel: agg=0) SE30L3AGG0CHAR1FLAG
L3_AGG1RT Analy. Measurement Type: Fully Aggregated (Kernel: agg=2) SE30L3AGG1CHAR1FLAG
L3_AGG2RT Analys. Meas. Type: Aggreg. by Call Posn (Kernel: agg=1) SE30L3AGG2CHAR1FLAG
L3_LEVRuntime Analysis measurement type: To i-th level SE30L3LEVINT410U_INT_4
L3_KBRT Analysis measurement type: Maximum size of measuremt file SE30L3KBINT410U_INT_4
L3_TIMERT Analysis measurement type: Maximum execution time (sec) SE30L3TIMEINT410U_INT_4

Key field Non-key field



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

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

How to access SAP table RS38T_LIM

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