/SDF/EM_STEP SAP (Exception Management - Process Step Table) Table details

Dictionary Type: Table
Description: Exception Management - Process Step Table




ABAP Code to SELECT data from /SDF/EM_STEP
Related tables to /SDF/EM_STEP
Access table /SDF/EM_STEP




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

/SDF/EM_STEP is a standard SAP Table which is used to store Exception Management - Process Step Table data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/EM_STEP table consists of various fields, each holding specific information or linking keys about Exception Management - Process Step Table data available in SAP. These include BPI_ID (Business process instance ID), STEP_ID (Business Process Step ID), PRED_STEP_ID (Business Process Step ID), CURR_AC_ID (Application Component ID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SDF/EM_STEP 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
BPI_IDBusiness process instance ID /SDF/EM_BPI_IDCHAR32/SDF/EM_BPI_ID
STEP_IDBusiness Process Step ID /SDF/EM_STEP_IDCHAR32SYSUUID_C
PRED_STEP_IDBusiness Process Step ID /SDF/EM_STEP_IDCHAR32SYSUUID_C
CURR_AC_IDApplication Component ID /SDF/EM_COMP_IDCHAR3/SDF/EM_COMP_ID
PRED_AC_IDApplication Component ID /SDF/EM_COMP_IDCHAR3/SDF/EM_COMP_ID
SEQUENCE_NOSequence /SDF/EM_SEQUENCEINT25/SDF/EM_SEQUENCE
STEP_NAMEStep Name /SDF/EM_STEP_NAMECHAR100/SDF/EM_STEP_NAME
START_TIMEUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
END_TIMEUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
DURATIONDuration /SDF/EM_DURATIONINT410/SDF/EM_DURATION
WP_IDProcess Identification WPPIDCHAR8WPPID
HOSTApplication Server SYHOSTCHAR32HOST_ID
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12
TCODETransaction Code SYTCODECHAR20Assigned to domainTCODE
EPP_CONN_IDConnection ID of Extended Passport (EPP) /SDF/EM_EPP_CONNECTION_IDCHAR32/SDF/EM_EPP_CONNECTION_ID
EPP_CONN_COUNTERCounter for Extended Passport (EPP) /SDF/EM_EPP_CONNECTION_COUNTERINT410
IMPL_UNIT_NAMEUnit Name /SDF/EM_UNIT_NAMECHAR100/SDF/EM_UNIT_NAME
IMPL_UNIT_TYPEUnit Type /SDF/EM_UNIT_TYPECHAR30/SDF/EM_UNIT_TYPE

Key field Non-key field



How do I retrieve data from SAP table /SDF/EM_STEP using ABAP code

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

SELECT SINGLE *
FROM /SDF/EM_STEP
INTO CORRESPONDING FIELDS OF WA_/SDF/EM_STEP
WHERE...

How to access SAP table /SDF/EM_STEP

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