SWLT_STATIC_H SAP (SWLT: Static data - header) Table details

Dictionary Type: Table
Description: SWLT: Static data - header




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




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

SWLT_STATIC_H is a standard SAP Table which is used to store SWLT: Static data - header data and is available within R/3 SAP systems depending on the version and release level.

The SWLT_STATIC_H table consists of various fields, each holding specific information or linking keys about SWLT: Static data - header data available in SAP. These include RESULT_TYPE (Static Check Source (e.g. ATC or CI)), CI_INSPECID (Code Inspector: Element Name (Chk, ChkV, ObjM, Inspec)), CI_INSPECVERS (Code Inspector: Version Number of Element), CI_USER (Code Inspector: Person Responsible).. 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_H 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
RESULT_TYPEStatic Check Source (e.g. ATC or CI) SWLT_D_CHECK_SOURCECHAR3SWLT_CHECK_SOURCE
CI_INSPECIDCode Inspector: Element Name (Chk, ChkV, ObjM, Inspec) SCI_NAMECHAR30CHAR30
CI_INSPECVERSCode Inspector: Version Number of Element SCI_VERSNUMC3NUMC3
CI_USERCode Inspector: Person Responsible SCI_USERCHAR12AS4USERSCI_USERSCI_USER
ATC_RUN_SERIESName of configuration for run series SATC_D_CI_CONFIG_SERIE_NAMECHAR16SATC_F4_CI_CONFIG_SERIE_NAME
ATC_RESULT_IDUnique ID - hex 16 - raw format SATC_D_IDRAW16SYSUUID
ORIGIN_SYSTEMName of SAP System SYSYSIDCHAR8SYCHAR08
CREATED_ONCreated on ... timestamp SWLT_D_CREATED_ONDEC15TZNTSTMPS
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12
EXPIRY_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
COMPLETEDBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
SELFTESTBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
BACKPACKSWLT: serialized data SWLT_D_SERIALIZED_DATARSTR0
XX_HINT Internal Hints0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWLT_STATIC_H
INTO CORRESPONDING FIELDS OF WA_SWLT_STATIC_H
WHERE...

How to access SAP table SWLT_STATIC_H

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