RLFW_RUNLEVELS SAP (table with historic runlevels) Table details

Dictionary Type: Table
Description: table with historic runlevels




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




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

RLFW_RUNLEVELS is a standard SAP Table which is used to store table with historic runlevels data and is available within R/3 SAP systems depending on the version and release level.

The RLFW_RUNLEVELS table consists of various fields, each holding specific information or linking keys about table with historic runlevels data available in SAP. These include INSTANCE_TYPE (Group of application server instance), SYSTEM_RL (System runlevel), CHANGED_BY (Changed by), WORKFLOW (Workflow executed).. 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 RLFW_RUNLEVELS 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
CHANGED_TIMEUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
INSTANCE_TYPEGroup of application server instance RLFW_SERVER_GROUPCHAR1RLFW_SERVER_GROUP
SYSTEM_RLSystem runlevel RLFW_SYSTEM_RLINT410RLFW_SYSTEM_RL
CHANGED_BYChanged by USERCHAR12CHAR12
WORKFLOW Workflow executed0

Key field Non-key field



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

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

SELECT SINGLE *
FROM RLFW_RUNLEVELS
INTO CORRESPONDING FIELDS OF WA_RLFW_RUNLEVELS
WHERE...

How to access SAP table RLFW_RUNLEVELS

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