EMMACASE_IL SAP (BO Structure for Clarification Cases) Structure details

Dictionary Type: Structure
Description: BO Structure for Clarification Cases




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




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

EMMACASE_IL 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 "BO Structure for Clarification Cases" 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_EMMACASE_IL TYPE EMMACASE_IL.

The EMMACASE_IL table consists of various fields, each holding specific information or linking keys about BO Structure for Clarification Cases data available in SAP. These include CASENR (Clarification Case), RUNID (Internal Job Number), CTYPE (Case Type), STATUS (Processing Status of Clarification Case).. 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 EMMACASE_IL 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
CASENRClarification Case EMMA_CNRCHAR10EMMA_CASEALPHAEMMA_CNREMMA_CNREMMA_CNR
RUNIDInternal Job Number EMMA_RUNIDNUMC10EMMA_HDREMMA_RUNIDEMMA_RUNID
CTYPECase Type EMMA_CTYPECHAR4EMMAC_CTYPEEMMA_CTYPEEMMA_CTYPE
STATUSProcessing Status of Clarification Case EMMA_CSTATUSNUMC1EMMA_CSTATUS
CCATClarification Case Category EMMA_CCATCHAR4EMMAC_CCAT_HDREMMA_CCATEMMA_CCATEMMA_CCAT
PRIOClarification Case Priority EMMA_CPRIOCHAR1EMMA_CPRIO
PRIOORIGOrigin of Priority EMMA_CPORIGCHAR1EMMA_CPORIG
BRGRUAuthorization Group BRGRUCHAR4TBRGBRGRU
MAINOBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
MAINOBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
ORIG_DATEOriginal Date of Clarification Case EMMA_CORIGDATEDATS8DATUM
ORIG_TIMECreation Time of Clarification Case EMMA_CORIGTIMETIMS6TIME
CURRPROCProcessor for Clarification Case EMMA_CPROCESSORCHAR12USR02XUBNAMEUSER_ADDR
REACODEReason for Forwarding EMMA_CREACODECHAR4EMMAC_CREACODEEMMA_CREACODE
CANCODEReversal Reason EMMA_CANCODECHAR4EMMAC_CANCODEEMMA_CANCODE
PREVPROCPrevious Processor EMMA_CPREVPROCCHAR12USR02XUBNAMEUSER_ADDR
DUE_DATECase Due Date EMMA_CDUEDATEDATS8DATUM
DUE_TIMEDue Time of Clarification Case EMMA_CDUETIMETIMS6TIME
CREATED_DATEDate on Which Record Was Created ERDATDATS8DATUM
CREATED_TIMEEntry time ERZETTIMS6UZEIT
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CHANGED_DATEChanged On AEDATDATS8DATUM
CHANGED_TIMETime last change was made AEZETTIMS6UZEIT
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
CASE_GUIDGUID of Clarification Case EMMA_CGUIDRAW16SYSUUID
BPGUIDGUID of Transaction/Process EMMA_BPGUIDRAW16SYSUUID
BPCODEBusiness Process Code EMMA_BPCODECHAR8Assigned to domainALPHAEMMA_BPCODEEMMA_BPCODE
BPAREABusiness Process Area EMMA_BPAREACHAR4Assigned to domainALPHAEMMA_BPAREAEMMA_BPAREA
CTTXTText for Case Type EMMA_CTTXTCHAR50TXT50
CCTXTShort Text for Clarification Case Category EMMA_CCTXTCHAR50TXT50
FRTXTForwarding Reason EMMA_CODETXTCHAR50TXT50
CRTXTText for Reversal Reason EMMA_CANCODETXTCHAR50TXT50
BPCTXT Text for Business Process Code0
BPATXT Text for Business Process Area0
INTNRNumber of Job Interval EMMA_INTNRINT410INT4
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
CASETXTClarification Case Text EMMA_CASETXTCHAR60TEXT60
XNOTENote entered EMMA_XNOTECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table EMMACASE_IL

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