EMMA_BPC SAP (Business Process Code) Table details

Dictionary Type: Table
Description: Business Process Code




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




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

EMMA_BPC is a standard SAP Table which is used to store Business Process Code data and is available within R/3 SAP systems depending on the version and release level.

The EMMA_BPC table consists of various fields, each holding specific information or linking keys about Business Process Code data available in SAP. These include BPAREA (Business Process Area), OBJTYPE (Object Type of Primary Business Object of Clarification Case), CLASSEMMAJOB (Class for Job Analysis), CLASSLOGNR (Class for Determination of Application Log Number).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = EMMA_BPCT


SAP EMMA_BPC 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
BPCODEBusiness Process Code EMMA_BPCODECHAR8ALPHAEMMA_BPCODEEMMA_BPCODE
BPAREABusiness Process Area EMMA_BPAREACHAR4EMMA_BPAALPHAEMMA_BPAREAEMMA_BPAREA
OBJTYPEObject Type of Primary Business Object of Clarification Case EMMA_MAINOBJTYPECHAR10TOJTBOJ_NAMEOBJ
CLASSEMMAJOBClass for Job Analysis EMMA_CLASS_ANALYZE_JOBCHAR30SEOCLSNAME
CLASSLOGNRClass for Determination of Application Log Number EMMA_CLASS_LOGNRCHAR30SEOCLSNAME
CLASSINTINFOClass for Determination of Interval Information EMMA_INTOBJINFOCHAR30SEOCLSNAME
CLASSCOUNTMSGClass for Analysis of Processed Objects and Messages EMMA_CLASS_COUNTBUSOBJCHAR30SEOCLSNAME
MSGID_STARTWork Area of Start Message of a Business Object EMMA_MSGID_STARTCHAR20Assigned to domainARBGB
MSGNO_STARTNumber of Start Message of Business Object EMMA_MSGNO_STARTNUMC3SYMSGNO
MSGVARNOMessage Variable for the Key of the Business Object EMMA_MSGVARNOCHAR2EMMA_MSGVARNO
MSGID_ENDWork Area for Final Message of Business Object EMMA_MSGID_ENDCHAR20Assigned to domainARBGB
MSGNO_ENDNumber of End Message of Business Object EMMA_MSGNO_ENDNUMC3SYMSGNO
MSGID_MODEWork Area of Execution Mode Message of Job EMMA_MSGID_MODECHAR20T100AARBGB
MSGNO_MODENumber of Execution Mode Message of Job EMMA_MSGNO_MODENUMC3SYMSGNO
MSGV1Application Log: Message variable 1 BALMSGV1CHAR50SYCHAR50
MSGV2Application Log: Message variable 2 BALMSGV2CHAR50SYCHAR50
MSGV3Application Log: Message variable 3 BALMSGV3CHAR50SYCHAR50
MSGV4Application Log: Message variable 4 BALMSGV4CHAR50SYCHAR50
XPRUNJob Execution Mode EMMA_XPRUNCHAR1EMMA_XPRUN
CLASSJOBClass for Job Analysis EMMA_CLASS_ANALYZE_JOBCHAR30SEOCLSNAME

Key field Non-key field



How do I retrieve data from SAP table EMMA_BPC using ABAP code

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

SELECT SINGLE *
FROM EMMA_BPC
INTO CORRESPONDING FIELDS OF WA_EMMA_BPC
WHERE...

How to access SAP table EMMA_BPC

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