EMMA_CLASSINFO SAP (Classes for Analysis of an Application Log) Structure details

Dictionary Type: Structure
Description: Classes for Analysis of an Application Log




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




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

EMMA_CLASSINFO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Classes for Analysis of an Application Log" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EMMA_CLASSINFO TYPE EMMA_CLASSINFO.

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


SAP EMMA_CLASSINFO structure 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
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
BPCODEBusiness Process Code EMMA_BPCODECHAR8Assigned to domainALPHAEMMA_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 structure EMMA_CLASSINFO using ABAP code?

As EMMA_CLASSINFO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EMMA_CLASSINFO as there is no data to select.

How to access SAP table EMMA_CLASSINFO

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