/SDF/EM_CALL_STK SAP (Exception Management - Call Stack) Table details

Dictionary Type: Table
Description: Exception Management - Call Stack




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




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

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

The /SDF/EM_CALL_STK table consists of various fields, each holding specific information or linking keys about Exception Management - Call Stack data available in SAP. These include BPI_ID (Business process instance ID), STEP_ID (Business Process Step ID), LINE_NO (Sequence), MAINPROGRAM (ABAP Program: Current Main Program).. 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 (Deep)


SAP /SDF/EM_CALL_STK 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
LINE_NOSequence /SDF/EM_SEQUENCEINT25/SDF/EM_SEQUENCE
MAINPROGRAMABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
INCLUDEINCLUDE used INCLUDECHAR40PROGNAME
LINE Line Number (in the Include)0
BLOCKTYPE Type of Processing Block (Procedure, Module, Event Block)0
BLOCKNAME Name of Processing Block0
FLAG_SYSTEM Flag: System Processing Block or in System Program0

Key field Non-key field



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

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

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

How to access SAP table /SDF/EM_CALL_STK

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