SWLT_STATIC_D SAP (Static findings cache) Table details

Dictionary Type: Table
Description: Static findings cache




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




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

SWLT_STATIC_D is a standard SAP Table which is used to store Static findings cache data and is available within R/3 SAP systems depending on the version and release level.

The SWLT_STATIC_D table consists of various fields, each holding specific information or linking keys about Static findings cache data available in SAP. These include PROGNAME (ABAP Program Name), PROGKIND (Program kind), PROCTYPE (SQL Monitor: Processing Block Type), PROCNAME (SQL Monitor: Processing Block 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: 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 SWLT_STATIC_D 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
CACHE_IDSWLT ID SWLT_D_IDRAW16SYSUUID
PROGNAMEABAP Program Name REPIDCHAR40PROGNAME
PROGKINDProgram kind SWLT_D_PROGKINDCHAR1
PROCTYPESQL Monitor: Processing Block Type SQLMPROCTYPECHAR4
PROCNAMESQL Monitor: Processing Block Name SQLMPROCNAMECHAR93
PROCLINESQL Monitor: Line Number in Processing Block SQLMPROCLINEINT410
CHECK_IDCheck ID SWLT_D_STATIC_CHECKCHAR30
CHECK_MESSAGE_IDCheck Message ID SWLT_D_STATIC_MESSAGE_IDCHAR10
INDEX_OF_FINDINGNatural Number INT4INT410INT4
SEVERITYSeverity SWLT_D_SEVERITYINT410
EFFORTEstimated Relative Fixing Effort SWLT_D_EFFORTINT410
PRIORITYPriority SWLT_D_PRIORITYINT410
INCLUDE_NAMEInclude Name SWLT_D_INCLUDE_NAMECHAR40Assigned to domainPROGRAMM
INCLUDE_LINEInclude Line SWLT_D_INCLUDE_LINEINT410
OBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
OBJ_TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
PACKAGE_NAMEPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
AUTHORUser Name SYUNAMECHAR12SYCHAR12
TABLE_NAMETable names (comma separated) SWLT_D_TABLE_NAMESCHAR171
CHECKSUMNatural Number INT4INT410INT4
BACKPACKSWLT: serialized data SWLT_D_SERIALIZED_DATARSTR0
XX_HINT Internal Tagging0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWLT_STATIC_D
INTO CORRESPONDING FIELDS OF WA_SWLT_STATIC_D
WHERE...

How to access SAP table SWLT_STATIC_D

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