SRT_WSP_LOG_ITEM SAP (SRT Logging: Item structure) Structure details

Dictionary Type: Structure
Description: SRT Logging: Item structure




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




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

SRT_WSP_LOG_ITEM 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 "SRT Logging: Item structure" 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_SRT_WSP_LOG_ITEM TYPE SRT_WSP_LOG_ITEM.

The SRT_WSP_LOG_ITEM table consists of various fields, each holding specific information or linking keys about SRT Logging: Item structure data available in SAP. These include COUNTER (SRT Number Range Number), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), COMPONENT (SRT Logging Component), ENTITY_TYPE (SRT Log Entity Type).. 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: Cannot Be Enhanced


SAP SRT_WSP_LOG_ITEM 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
SESSION_IDSession Id for Logging SRT_WSP_LOG_SESSION_IDCHAR32SYSUUID_C
COUNTERSRT Number Range Number SRT_WSP_NUMNUMC20SRT_WSP_NUM
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
COMPONENTSRT Logging Component SRT_WSP_LOG_COMPONENTCHAR30SRT_WSP_LOG_COMPONENT
ENTITY_TYPESRT Log Entity Type SRT_WSP_LOG_ENTITY_TYPECHAR30SRT_WSP_LOG_ENTITY_TYPE
ENTITY_NAMELog Entrity Name SRT_WSP_LOG_ENTITY_NAMECHAR255SRT_WSP_LOG_ENTITY_NAME
ENTITY_OPERATIONLog Entity Operation SRT_WSP_LOG_ENTITY_OPERATIONCHAR1SRT_WSP_LOG_ENTITY_OPERATION
VISIBILITY_LEVELSRT Logging: Visibility Level SRT_WSP_LOG_VISIBILITY_LEVELCHAR1SRT_WSP_LOG_VISIBILITY_LEVEL
ARCHIVE_LEVELSRT logging: Archive Level SRT_WSP_LOG_ARCHIVE_LEVELCHAR1SRT_WSP_LOG_ARCHIVE_LEVEL
SRC_LOC_TYPELocation type of trace entry SRT_SRC_LOC_TYPECHAR4SRT_SRC_LOC_TYPE
SRC_LOCLocation of trace entry SRT_SRC_LOCCHAR100SRT_SRC_LOC
MESSAGE_TEXT 0
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
MESSAGE_IDMessage identification MSGIDCHAR20Assigned to domainARBGB
MESSAGE_TYPEMessage Type SYMSGTYCHAR1SYCHAR01
MESSAGE_NOMessage Number SYMSGNONUMC3SYMSGNO
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V3Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V4Message Variable SYMSGVCHAR50SYCHAR50
ORIGINAL_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
ORIGINAL_CLIENTSRT Config: Client Number SRT_WSP_CONFIG_CLIENTCHAR3
CALLING_ENVSRT Logging:Calling Enviroment SRT_WSP_LOG_CALL_ENVIRONMENTCHAR30SRT_WSP_LOG_CALL_ENVIRONMENT
SAP_RELEASESAP Release SAPRELEASECHAR10CHAR10
SUPPORT_PACKAGESAP Release SAPRELEASECHAR10CHAR10
ATTRIBUTE1 0
ATTRIBUTE2 0
ATTRIBUTE3 0
ATTRIBUTE4 0
MORE_ATTRIBUTESBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SEARCH_ATTR_LIST 0
TENANT_INFO 0

Key field Non-key field



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

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

How to access SAP table SRT_WSP_LOG_ITEM

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