/SDF/EM_CALL_STK - Exception Management - Call Stack
Exception Management - Call Stack information is stored in SAP table /SDF/EM_CALL_STK.
It is part of development package /SDF/EM_IPA_7X in software component SV-SMG-DIA-APP-EM. This development package consists of objects that can be grouped under "ABAP Instrumentation Platform for Exception Management".
It is part of development package /SDF/EM_IPA_7X in software component SV-SMG-DIA-APP-EM. This development package consists of objects that can be grouped under "ABAP Instrumentation Platform for Exception Management".
Fields for table /SDF/EM_CALL_STK
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
CLIENT | Client | X | MANDT | CLNT | 3 | * |
BPI_ID | Business process instance ID | X | /SDF/EM_BPI_ID | CHAR | 32 | |
STEP_ID | Business Process Step ID | X | /SDF/EM_STEP_ID | CHAR | 32 | |
LINE_NO | Sequence | X | /SDF/EM_SEQUENCE | INT2 | 2 | |
.INCLUDE | ABAP_CALLSTACK_LINE | 0 | ||||
MAINPROGRAM | ABAP Program: Current Master Program | SYREPID | CHAR | 40 | * | |
INCLUDE | Used Include | INCLUDE | CHAR | 40 | ||
LINE | Line Number (in the Include) | INT4 | 4 | |||
BLOCKTYPE | Type of Processing Block (Procedure, Module, Event Block) | CHAR | 12 | |||
BLOCKNAME | Name of Processing Block | STRG | 8 | |||
FLAG_SYSTEM | Flag: System Processing Block or in System Program | CHAR | 1 |