/SDF/EM_BPI SAP (Exception Management - Business Process Instance Table) Table details

Dictionary Type: Table
Description: Exception Management - Business Process Instance Table




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




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

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

The /SDF/EM_BPI table consists of various fields, each holding specific information or linking keys about Exception Management - Business Process Instance Table data available in SAP. These include BPI_ID (Business process instance ID), BPT_ID (Business Process Type ID), ROOT_AC_ID (Application Component ID), IMPL_TYPE (Exception Type).. 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_BPI 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
BPT_IDBusiness Process Type ID /SDF/EM_BPT_IDCHAR4/SDF/EM_BPT_ID
ROOT_AC_IDApplication Component ID /SDF/EM_COMP_IDCHAR3/SDF/EM_COMP_ID
IMPL_TYPEException Type /SDF/EM_IMPL_TYPECHAR6/SDF/EM_IMPL_TYPE
IMPL_SOURCEImplementation Source /SDF/EM_IMPL_SOURCECHAR30/SDF/EM_IMPL_SOURCE
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
EPP_TRANS_IDTransaction ID in Extended Passport (EPP) /SDF/EM_EPP_TRANSACTION_IDCHAR32/SDF/EM_EPP_TRANSACTION_ID
EPP_COMP_IDComponent ID in Extended Passport (EPP) /SDF/EM_EPP_COMPONENT_IDCHAR32/SDF/EM_EPP_COMPONENT_ID
EPP_COMP_TYPEComponent Type in Extended Passport (EPP) /SDF/EM_EPP_COMPONENT_TYPEINT25/SDF/EM_EPP_COMPONENT_TYPE
EPP_USER_IDUser Name in Extended Passport (EPP) /SDF/EM_EPP_USER_IDCHAR32/SDF/EM_EPP_USER_ID
EPP_CLIENT_IDClient Number of Extended Passport (EPP) /SDF/EM_EPP_CLIENT_IDCLNT3
EPP_ROOT_CTX_IDRoot Context ID of Extended Passport (EPP) /SDF/EM_EPP_ROOT_CONTEXT_IDCHAR32/SDF/EM_EPP_ROOT_CONTEXT_ID
EPP_ACTIONAction in Extended Passport (EPP) /SDF/EM_EPP_ACTIONCHAR40/SDF/EM_EPP_ACTION
EPP_ACTION_TYPEAction Type in Extended Passport (EPP) /SDF/EM_EPP_ACTION_TYPEINT25/SDF/EM_EPP_ACTION_TYPE

Key field Non-key field



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

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

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

How to access SAP table /SDF/EM_BPI

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