EMMA_TABLE_MAINT SAP (Structure for Input/Output Fields for Table Maintenance) Structure details

Dictionary Type: Structure
Description: Structure for Input/Output Fields for Table Maintenance




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




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

EMMA_TABLE_MAINT 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 "Structure for Input/Output Fields for Table Maintenance" 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_TABLE_MAINT TYPE EMMA_TABLE_MAINT.

The EMMA_TABLE_MAINT table consists of various fields, each holding specific information or linking keys about Structure for Input/Output Fields for Table Maintenance data available in SAP. These include CDTYPE_COMP (Automatic Clarification Case Creation with Complex Condition), CDTYPE_BADI (Automatic Clarification Case Creation with Business Add-In), SEARK (Rule for Processor Determination), SHORT (Object Abbreviation).. 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_TABLE_MAINT 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
CDTYPE_AUTOClarification Case Creation Type EMMA_CCCDTYPE_ACHAR1EMMA_CCCDTYPE_A
CDTYPE_COMPAutomatic Clarification Case Creation with Complex Condition EMMA_CCCDTYPE_CCHAR1XFELD
CDTYPE_BADIAutomatic Clarification Case Creation with Business Add-In EMMA_CCCDTYPE_BCHAR1XFELD
SEARKRule for Processor Determination EMMA_CCRULECHAR12
SHORTObject Abbreviation SHORT_DCHAR12TEXT12
STEXTObject Name STEXTCHAR40TEXT40
XMSGFlag SGS_FLAGCHAR1SGS_FLAG
CND_STATUSIcon for Status SFW_STATUS_ICONCHAR4
CONDText/template for a screen element SCRFSTXGCHAR132DYNFTEXT
LONGTEXTText/template for a screen element SCRFSTXGCHAR132DYNFTEXT
CCAT_TEMPLATEClarification Case Category EMMA_CCATCHAR4EMMAC_CCAT_HDREMMA_CCATEMMA_CCATEMMA_CCAT
OBJTYPEObject Type of Primary Business Object of Clarification Case EMMA_MAINOBJTYPECHAR10Assigned to domainOJ_NAMEOBJ
KEYWORDName OJ_STEXTCHAR20TEXT20
SHORTTEXTDescription OJ_NTEXTCHAR80TEXT80
CELEMNAMEObject name SWC_OBJEDECHAR32SWC_EDITEL
CREATED_BYFull Name of Person AD_NAMTEXTCHAR80TEXT80
CHANGED_BYFull Name of Person AD_NAMTEXTCHAR80TEXT80
CL_METHODIndicator: Call type for object method EWB_CL_METCHAR1EBA_FLAG
CL_WORKFLIndicator: Call type for workflow EWB_CL_WFCHAR1EBA_FLAG
CL_ABOXCall Category of Action Box Call EMMA_CL_ABOXCHAR1EMMA_FLAG
CL_OO_METHODCall Type of ABAP Class EEMA_CL_OO_CLASSCHAR1EMMA_FLAG
ICONNAMEName of an Icon ICONNAMECHAR30ICONNAME
SOPTXTName of Solution Process EMMA_SOPTXTCHAR132TEXT132
WFTASKIDSearch Term for Tasks PD_TASK_SKCHAR12CHAR12

Key field Non-key field



How do I retrieve data from SAP structure EMMA_TABLE_MAINT using ABAP code?

As EMMA_TABLE_MAINT 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_TABLE_MAINT as there is no data to select.

How to access SAP table EMMA_TABLE_MAINT

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