SE30UREQ SAP (Runtime Analysis: Schedule for User/Service) Structure details

Dictionary Type: Structure
Description: Runtime Analysis: Schedule for User/Service




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




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

SE30UREQ 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: Schedule for User/Service" 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_SE30UREQ TYPE SE30UREQ.

The SE30UREQ table consists of various fields, each holding specific information or linking keys about Runtime Analysis: Schedule for User/Service data available in SAP. These include SUSER (User who starts the application to be measured), CLIENT (Client of the user who starts the application to be measured), EMODE (Number of External Session (see SM04)), EMODET (Runtime Analysis: External Session).. 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: Can be enhanced (character-type or numeric)


SAP SE30UREQ 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
REQIDRuntime Analysis: ID of a Measurement for User/Service SE30U_REQIDINT410
SUSERUser who starts the application to be measured SE30U_SUSERCHAR12UNAME
CLIENTClient of the user who starts the application to be measured SE30U_CLIENTCLNT3T000MANDT
EMODENumber of External Session (see SM04) SE30U_EMODEINT410SE30U_EMODE
EMODETRuntime Analysis: External Session SE30U_EMODETCHAR10TEXT10
PTYPERuntime Analysis: Process Category SE30U_PTYPEINT410SE30U_PTYPE
PTYPETRuntime Analysis: Process Category SE30U_PTYPETCHAR20TEXT20
OTYPERuntime Analysis: Object Type SE30U_OTYPECHAR1SE30U_OTYPE
OTYPETRuntime Analysis: Object Type SE30U_OTYPETCHAR24TEXT24
ONAMERuntime Analyis: Object Name SE30U_ONAMECHAR255TEXT255
IRUNSRuntime Analysis: Maximum Number of Scheduled Measurements SE30U_IRUNSINT410SE30U_IRUNS
JRUNSRuntime Analysis: Executed/Started Measurements SE30U_JRUNSINT410SE30U_IRUNS
FRUNSRuntime Analysis: Failed Measurements SE30U_FRUNSINT410
STATERuntime Analysis: Scheduling Active/Completed SE30U_STATECHAR1SE30U_STATE
STATETRuntime Analysis: Scheduling Active/Completed SE30U_STATETCHAR20TEXT20
EDATERuntime Analysis: Expiration Date of a Scheduled Measurement SE30U_EDATEDATS8DATUM
ETIMERuntime Analysis: Expiration Time of a Scheduled Measurement SE30U_ETIMETIMS6SYTIME
SERVERApplication Server Name MSNAME2CHAR40MSNAME2

Key field Non-key field



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

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

How to access SAP table SE30UREQ

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