SE30WPINFO SAP (Runtime Analysis: Overview of Work Processes) Structure details

Dictionary Type: Structure
Description: Runtime Analysis: Overview of Work Processes




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




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

SE30WPINFO 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 "Runtime Analysis: Overview of Work Processes" 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_SE30WPINFO TYPE SE30WPINFO.

The SE30WPINFO table consists of various fields, each holding specific information or linking keys about Runtime Analysis: Overview of Work Processes data available in SAP. These include WP_SERVER (Application Server), WP_NO (Work process no.), REMOTEICON (Runtime analysis: Status of parallel measurement), WP_TYP (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 SE30WPINFO 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
WP_NOWork process no. SE30WPNOINT410
WP_SERVERApplication Server SYHOSTCHAR32HOST_ID
WP_NOWork process no. SE30WPNOINT410
REMOTEICONRuntime analysis: Status of parallel measurement SE30REMOTECHAR4CHAR4
WP_TYPType WPTYPCHAR3WPTYP
REMOTEICONRuntime analysis: Status of parallel measurement SE30REMOTECHAR4CHAR4
WP_TYPType WPTYPCHAR3WPTYP
WP_STATUSWork process status WPSTATUSCHAR7WPSTATUS
WP_STATUSWork process status WPSTATUSCHAR7WPSTATUS
WP_WAITINGWhy Work Process is Waiting WPWAITINGCHAR5WPWAITING
WP_ELTIMEPrevious Runtime of Request (elapsed) WPELZEITCHAR6WPELZEIT
WP_WAITINGWhy Work Process is Waiting WPWAITINGCHAR5WPWAITING
WP_BNAMEUser Currently Served WPBNAMECHAR12UBNAME
WP_ELTIMEPrevious Runtime of Request (elapsed) WPELZEITCHAR6WPELZEIT
WP_MANDT3-Byte field CHAR3CHAR3CHAR3
WP_REPORTReport now running WPREPORTCHAR40WPREPORT
WP_BNAMEUser Currently Served WPBNAMECHAR12UBNAME
WP_ACTIONCurrent Activity of the Work Process WPACTIONCHAR25WPACTION
WP_TABLEDB table last accessed by the work process WPTABLECHAR30CHAR30
WP_REPORTReport now running WPREPORTCHAR40WPREPORT
SES_IDRuntime Analysis: Measurement ID SE30SESIDINT410
WP_ACTIONCurrent Activity of the Work Process WPACTIONCHAR25WPACTION
SES_TIMERuntime Analysis: Start time stamp for a running measurement SE30SESTIMINT410
WP_TABLEDB table last accessed by the work process WPTABLECHAR30CHAR30
SES_IDRuntime Analysis: Measurement ID SE30SESIDINT410
FILE_SIZERT Analysis measurement type: Maximum size of measuremt file SE30L3KBINT410U_INT_4
SES_TIMERuntime Analysis: Start time stamp for a running measurement SE30SESTIMINT410
FILE_NAMERuntime Analysis: File Name SE30FNAMECHAR70TEXT70
FILE_SIZERT Analysis measurement type: Maximum size of measuremt file SE30L3KBINT410U_INT_4
FILE_NAMERuntime Analysis: File Name SE30FNAMECHAR70TEXT70

Key field Non-key field



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

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

How to access SAP table SE30WPINFO

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