SATC_S_UI_MON_RUN_PARAMS SAP (Display: runtime parameters for start/restart) Structure details

Dictionary Type: Structure
Description: Display: runtime parameters for start/restart




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




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

SATC_S_UI_MON_RUN_PARAMS 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 "Display: runtime parameters for start/restart" 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_PARAMS TYPE SATC_S_UI_MON_RUN_PARAMS.

The SATC_S_UI_MON_RUN_PARAMS table consists of various fields, each holding specific information or linking keys about Display: runtime parameters for start/restart data available in SAP. These include SERVER_GROUP (Server group), MIN_PROCESSES (Lower limit of client processes for parallel execution), MAX_PROCESSES (Upper limit of client processes for parallel execution), EXECUTION_MODE (Execution mode (BTC, RFC or TESTt)).. 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_PARAMS 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_NAMEServer name SATC_D_SERVER_NAMECHAR32SATC_SERVER_NAMESATC_F4_SERVER_NAME
SERVER_GROUPServer group SATC_D_SERVER_GROUPCHAR20RZLLI_ACNSATC_F4_SERVER_GROUP
MIN_PROCESSESLower limit of client processes for parallel execution SATC_D_JOB_LIMIT_LOWERINT25
MAX_PROCESSESUpper limit of client processes for parallel execution SATC_D_JOB_LIMIT_UPPERINT25
EXECUTION_MODEExecution mode (BTC, RFC or TESTt) SATC_D_EXECUTION_MODECHAR1SATC_EXECUTION_MODE
DURATIONDuration in seconds SATC_D_DURATIONINT410
STARTED_ON_DATEStarted on date SATC_D_STARTED_ON_DATDATS8DATS
STARTED_ON_TIMEStarted on time SATC_D_STARTED_ON_TIMETIMS6TIME
STARTED_BYCreated by SATC_D_CREATED_BYCHAR12UNAME
EXEC_IDExecution ID SATC_D_EXEC_IDRAW16
RESTART_COUNTERNumber of attemps to restart a stopped operation SATC_D_RESTART_COUNTERINT13
TRANSACTION_IDTransaction ID of ABAP runtime system SATC_D_TRANSACTION_IDCHAR32SYCHAR32
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_PARAMS using ABAP code?

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

How to access SAP table SATC_S_UI_MON_RUN_PARAMS

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