RSL_STAT SAP (Statistical Data for Processes for an Object) Table details

Dictionary Type: Table
Description: Statistical Data for Processes for an Object




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




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

RSL_STAT is a standard SAP Table which is used to store Statistical Data for Processes for an Object data and is available within R/3 SAP systems depending on the version and release level.

The RSL_STAT table consists of various fields, each holding specific information or linking keys about Statistical Data for Processes for an Object data available in SAP. These include OBJNM (Object), COMP_TYPE (Component Type (For Example, Facts)), COMP_ID (Component ID (For Example, Dimension Name)), PART_ID (Part of Process (Batch Process for Example)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSL_STAT 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
STATUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
OBJNMObject RSOBJNMCHAR30CHAR30
COMP_TYPE Component Type (For Example, Facts)0
COMP_ID Component ID (For Example, Dimension Name)0
PART_ID Part of Process (Batch Process for Example)0
CHANGEMODE Type of Change0
TIMECREATERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TIMEREADRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TIMETRANSFRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TIMEFILLRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TIMEOPTIMIZERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TIMECOMMITRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TIMESPARSERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
DATA_ROWS Number of Records0
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSL_STAT
INTO CORRESPONDING FIELDS OF WA_RSL_STAT
WHERE...

How to access SAP table RSL_STAT

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