STC_TM_EXECUTION SAP (Temporary Task List Run Execution Control) Table details

Dictionary Type: Table
Description: Temporary Task List Run Execution Control




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




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

STC_TM_EXECUTION is a standard SAP Table which is used to store Temporary Task List Run Execution Control data and is available within R/3 SAP systems depending on the version and release level.

The STC_TM_EXECUTION table consists of various fields, each holding specific information or linking keys about Temporary Task List Run Execution Control data available in SAP. These include SESSION_ID (Task List Run), CMD_KILL (Boolean Variable (X=True, Space=False)), KILL_USER (User Name), KILL_TS (Timestamp).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP STC_TM_EXECUTION table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SESSION_IDTask List Run STC_SESSION_IDCHAR50STC_SESSION_IDSTC_SESSION_ID
CMD_KILLBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
KILL_USERUser Name SYUNAMECHAR12SYCHAR12
KILL_TSTimestamp STC_TIMESTAMPDEC15TCTSTSTC_TIMESTAMP

Key field Non-key field



How do I retrieve data from SAP table STC_TM_EXECUTION using ABAP code

The following ABAP code Example will allow you to do a basic selection on STC_TM_EXECUTION to SELECT all data from the table
DATA: WA_STC_TM_EXECUTION TYPE STC_TM_EXECUTION.

SELECT SINGLE *
FROM STC_TM_EXECUTION
INTO CORRESPONDING FIELDS OF WA_STC_TM_EXECUTION
WHERE...

How to access SAP table STC_TM_EXECUTION

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