SATC_S_UI_DETAIL_STEP_2 SAP (Description of step - UI format) Structure details

Dictionary Type: Structure
Description: Description of step - UI format




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




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

SATC_S_UI_DETAIL_STEP_2 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 "Description of step - UI format" 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_DETAIL_STEP_2 TYPE SATC_S_UI_DETAIL_STEP_2.

The SATC_S_UI_DETAIL_STEP_2 table consists of various fields, each holding specific information or linking keys about Description of step - UI format data available in SAP. These include STEP_TYPE (Kind of STEP, e.g. SEQUENCE, MODULE, ...), MODULE (Dialog field with value help to select modules), CONDITION (Dialog definition to select a condition), STEP_ID (Unique ID - hex 16 - raw format).. 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 SATC_S_UI_DETAIL_STEP_2 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
RUNTIME_CLASSName of global class used at runtime SATC_D_RUNTIME_CLASSCHAR30
STEP_TYPEKind of STEP, e.g. SEQUENCE, MODULE, ... SATC_D_MD_STEP_KINDINT13SATC_MD_STEP_KIND
MODULEDialog field with value help to select modules SATC_D_UI_MODULECHAR32SYSUUID_C32SATC_UI_F4_STEP_MODULE
CONDITIONDialog definition to select a condition SATC_D_UI_CONDITIONCHAR32SYSUUID_C32SATC_UI_F4_STEP_CONDITION
STEP_IDUnique ID - hex 16 - raw format SATC_D_IDRAW16SYSUUID
STEP_NAMEChar 20 CHAR20CHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table SATC_S_UI_DETAIL_STEP_2

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