EMMA_TCODE SAP (Transaction Codes for Application Log Monitoring) Table details

Dictionary Type: Table
Description: Transaction Codes for Application Log Monitoring




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




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

EMMA_TCODE is a standard SAP Table which is used to store Transaction Codes for Application Log Monitoring data and is available within R/3 SAP systems depending on the version and release level.

The EMMA_TCODE table consists of various fields, each holding specific information or linking keys about Transaction Codes for Application Log Monitoring data available in SAP. These include CLASSEMMAJOB (Class for Job Analysis), CLASSLOGNR (Class for Determination of Application Log Number), CLASSINTINFO (Class for Determination of Interval Information), CLASSCOUNTMSG (Class for Analysis of Processed Objects and Messages).. 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)


SAP EMMA_TCODE 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
TCODETransaction Code TCODECHAR20TSTCTCODETCD
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
OBJTYPEObject Type of Primary Business Object of Clarification Case EMMA_MAINOBJTYPECHAR10TOJTBOJ_NAMEOBJ
BPCODEBusiness Process Code EMMA_BPCODECHAR8EMMA_BPCALPHAEMMA_BPCODEEMMA_BPCODE
CLASSJOBClass for Job Analysis EMMA_CLASS_ANALYZE_JOBCHAR30SEOCLSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM EMMA_TCODE
INTO CORRESPONDING FIELDS OF WA_EMMA_TCODE
WHERE...

How to access SAP table EMMA_TCODE

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