SATC_S_UI_MON_RUN SAP (Monitor/UI: project execution) Structure details

Dictionary Type: Structure
Description: Monitor/UI: project execution




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




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

SATC_S_UI_MON_RUN 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 "Monitor/UI: project execution" 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_SATC_S_UI_MON_RUN TYPE SATC_S_UI_MON_RUN.

The SATC_S_UI_MON_RUN table consists of various fields, each holding specific information or linking keys about Monitor/UI: project execution data available in SAP. These include TITLE (General Description), RESTARTS (Number of attempts to restart a halted operation), STARTED_ON_DATE (Started on date), STARTED_ON_TIME (Started on time).. 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 SATC_S_UI_MON_RUN 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
STATE_ICONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
TITLEGeneral Description SATC_D_DESCRIPTIONCHAR128SATC_CHAR_128
RESTARTSNumber of attempts to restart a halted operation SATC_D_RT_RESTARTSINT13
STARTED_ON_DATEStarted on date SATC_D_STARTED_ON_DATDATS8DATS
STARTED_ON_TIMEStarted on time SATC_D_STARTED_ON_TIMETIMS6TIME
ENDED_ON_DATEEnded on date SATC_D_ENDED_ON_DATDATS8DATS
ENDED_ON_TIMEEnded on time SATC_D_ENDED_ON_TIMETIMS6TIME
VALID_TO_DATEValid until date SATC_D_VALID_UNTIL_DDATS8SYDATS
DURATIONDuration in seconds SATC_D_DURATIONINT410
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
STARTED_BYStarted by SATC_D_STARTED_BYCHAR12UNAME
EXEC_IDExecution ID SATC_D_EXEC_IDRAW16
PROJECT_IDProject ID SATC_D_PROJECT_IDRAW16SYSUUIDSATC_PROJECT_IDSATC_SHLP_PROJECT_ID
PROJECT_EXT_IDID of 'Project Extension' data SATC_D_PROJECT_EXT_IDRAW16SYSUUID
STATEState of project execution SATC_D_PROJECT_EXECUTION_STATEINT13SATC_PROJECT_EXECUTION_STATE
APP_CONFIG_NAMEConfiguration within application layer SATC_D_APP_CONFIG_NAMECHAR16SATC_APP_CONFIG_NAMESATC_F4_CI_CONFIG_SERIE_NAME
APP_CONFIG_FACTORY_NAMEFactory of application layer for operation on config. data SATC_D_APP_CONFIG_FACTORY_NAMECHAR30SEOCLSNAME

Key field Non-key field



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

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

How to access SAP table SATC_S_UI_MON_RUN

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