EMMA_CASELIST_OUT SAP (Case List Output Structure) Structure details

Dictionary Type: Structure
Description: Case List Output Structure




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




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

EMMA_CASELIST_OUT 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 "Case List Output Structure" 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_CASELIST_OUT TYPE EMMA_CASELIST_OUT.

The EMMA_CASELIST_OUT table consists of various fields, each holding specific information or linking keys about Case List Output Structure data available in SAP. These include CASENR (Clarification Case), CASETXT (Clarification Case Text), CASE_GUID (GUID of Clarification Case), 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 EMMA_CASELIST_OUT 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
LIGHT Due Date Status0
CASENRClarification Case EMMA_CNRCHAR10EMMA_CASEALPHAEMMA_CNREMMA_CNREMMA_CNR
CASETXTClarification Case Text EMMA_CASETXTCHAR60TEXT60
CASE_GUIDGUID of Clarification Case EMMA_CGUIDRAW16SYSUUID
STATUSProcessing Status of Clarification Case EMMA_CSTATUSNUMC1EMMA_CSTATUS
STATUSTXTStatus Text EMMA_STATUSTXTCHAR60DDTEXT
RUNIDInternal Job Number EMMA_RUNIDNUMC10EMMA_HDREMMA_RUNIDEMMA_RUNID
INTNRNumber of Job Interval EMMA_INTNRINT410INT4
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
BPGUIDGUID of Transaction/Process EMMA_BPGUIDRAW16SYSUUID
BPCODEBusiness Process Code EMMA_BPCODECHAR8EMMA_BPCALPHAEMMA_BPCODEEMMA_BPCODE
CTYPECase Type EMMA_CTYPECHAR4EMMAC_CTYPEEMMA_CTYPEEMMA_CTYPE
CTYPETXTText for Case Type EMMA_CTTXTCHAR50TXT50
CCATClarification Case Category EMMA_CCATCHAR4EMMAC_CCAT_HDREMMA_CCATEMMA_CCATEMMA_CCAT
CCATTXTShort Text for Clarification Case Category EMMA_CCTXTCHAR50TXT50
PRIOClarification Case Priority EMMA_CPRIOCHAR1EMMA_CPRIO
PRIOTXTCase Priority EMMA_CPTXTCHAR60DDTEXT
PRIOORIGOrigin of Priority EMMA_CPORIGCHAR1EMMA_CPORIG
PRIOORIGTXTText for Origin of Priority EMMA_CPOTXTCHAR60DDTEXT
BRGRUAuthorization Group BRGRUCHAR4TBRGBRGRU
MAINOBJTYPEObject Type of Primary Business Object of Clarification Case EMMA_MAINOBJTYPECHAR10TOJTBOJ_NAMEOBJ
OBJTYPETXTShort Description of Object EMMA_OJ_NTEXTCHAR80TEXT80
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
REACODETXTForwarding Reason EMMA_CODETXTCHAR50TXT50
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 the record was created UDFDATEDATS8DATUM
CREATED_TIMECreation Time UDFTIMETIMS6UZEIT
CREATED_BYCreated by UDFUSERCHAR12UDUSER
CHANGED_DATEChanged on UDLDATEDATS8DATUM
CHANGED_TIMELast changed at UDLTIMETIMS6UZEIT
CHANGED_BYChanged by UDLUSERCHAR12UDUSER
BOXSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table EMMA_CASELIST_OUT

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