SSI_WORKER_INFO SAP (Worker Information) Structure details

Dictionary Type: Structure
Description: Worker Information




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




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

SSI_WORKER_INFO 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 "Worker Information" 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_SSI_WORKER_INFO TYPE SSI_WORKER_INFO.

The SSI_WORKER_INFO table consists of various fields, each holding specific information or linking keys about Worker Information data available in SAP. These include WP_INDEX (Work Process Number), PID (Process Identification), STATE (Status of Work Process), STATE_INFO (Additional Information About Status).. 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 SSI_WORKER_INFO 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
SERVER_NAMEName of Application Server SSI_SERVERNAMESSTR255SSI_TECHNICAL_NAME
WP_INDEXWork Process Number SSI_WORKER_INDEXINT410SSI_INTEGER_TYPE
PIDProcess Identification SSI_WORKER_PIDINT410
STATEStatus of Work Process SSI_WORKER_STATEINT410SSI_INTEGER_TYPE
STATE_INFOAdditional Information About Status SSI_WORKER_STATE_INFOINT410
FAILURESNumber of Worker Failures SSI_WORKER_FAILURESINT410
RESTARTRestart Worker After Error SSI_WORKER_RESTARTINT13
SEM_LOCKINGSemaphore SSI_SEMAPHORINT410
SEM_LOCKED_1Semaphore SSI_SEMAPHORINT410
SEM_LOCKED_2Semaphore SSI_SEMAPHORINT410
SEM_LOCKED_3Semaphore SSI_SEMAPHORINT410
SEM_LOCKED_4Semaphore SSI_SEMAPHORINT410
SEM_LOCKED_5Semaphore SSI_SEMAPHORINT410
CPU_SYSTEMCPU Time SSI_CPU_TIMEFLTP16(16)
CPU_USERCPU Time SSI_CPU_TIMEFLTP16(16)
ELAPSED_TIMERuntime of Request SSI_ELAPSED_TIMEINT410
WP_PROGRAMName of Active Program SSI_PROGRAMCHAR40Assigned to domainPROGRAMM
MAIN_PROGRAMName of Main Program SSI_MAIN_PROGRAMCHAR40Assigned to domainPROGRAMM
TENANTClient Name SSI_TENANT_IDCLNT3Assigned to domainMANDT
USER_NAMEUser Name SSI_USER_NAMECHAR12UNAME
LOGON_HDLLogon Handle SSI_LOGON_HDLINT410SSI_INTEGER_TYPE
LOGON_IDLogon ID SSI_LOGON_IDINT410SSI_INTEGER_TYPE
SESSION_HDLSession Handle SSI_SESSION_HDLINT410SSI_INTEGER_TYPE
LOGON_TYPEType of Logon SSI_LOGON_TYPEINT410SSI_ENUM_TYPE
LOGON_SUB_TYPESubtype of Logon SSI_LOGON_SUB_TYPEINT410SSI_ENUM_TYPE
PRIORITYPriority SSI_PRIORITYINT410
CURRENT_ACTIONCurrent Action of Worker SSI_WORKER_ACTIONINT410
ACTION_INFOInformation About Current Action SSI_WORKER_ACTION_INFOSSTR256
APPLICATIONInformation About the Application SSI_APPLICATIONSTRG0
APPLICATION_INFOAdditional Information About the Application SSI_APPLICATION_INFOSTRG0
START_OF_WAITTime Stamp (Number of Seconds Since 1.1.1979) SSI_TIMESTAMPINT410SSI_ULONG_TYPE
WAIT_FORReason for Wait SSI_WAIT_FORSSTR256
WAIT_INFOAdditional Information About Wait Situation SSI_WAIT_INFOSSTR256
WP_TYPEInternal work process type WPITYPEINT13WPITYPE
TRACE_LEVELTrace Level SSI_TRACE_LEVELINT13SSI_BYTE_TYPE

Key field Non-key field



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

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

How to access SAP table SSI_WORKER_INFO

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