BIW_EMMA_CASE SAP (Delta Queue for Process Statistics for Clarification Cases) Table details

Dictionary Type: Table
Description: Delta Queue for Process Statistics for Clarification Cases




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




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

BIW_EMMA_CASE is a standard SAP Table which is used to store Delta Queue for Process Statistics for Clarification Cases data and is available within R/3 SAP systems depending on the version and release level.

The BIW_EMMA_CASE table consists of various fields, each holding specific information or linking keys about Delta Queue for Process Statistics for Clarification Cases data available in SAP. These include DELTA (GUID in 'RAW' format), CASE_GUID (GUID of Clarification Case), CTYPE (Case Type), CCAT (Clarification Case Category).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BIW_EMMA_CASE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
DELTAGUID in 'RAW' format GUID_16RAW16SYSUUID
CASE_GUIDGUID of Clarification Case EMMA_CGUIDRAW16SYSUUID
CTYPECase Type EMMA_CTYPECHAR4EMMAC_CTYPEEMMA_CTYPEEMMA_CTYPE
CCATClarification Case Category EMMA_CCATCHAR4EMMAC_CCAT_HDREMMA_CCATEMMA_CCATEMMA_CCAT
STATUSProcessing Status of Clarification Case EMMA_CSTATUSNUMC1EMMA_CSTATUS
DUE_DATECase Due Date EMMA_CDUEDATEDATS8DATUM
BPGUIDGUID of Transaction/Process EMMA_BPGUIDRAW16SYSUUID
BPAREABusiness Process Area EMMA_BPAREACHAR4EMMA_BPAALPHAEMMA_BPAREAEMMA_BPAREA
BPCODEBusiness Process Code EMMA_BPCODECHAR8EMMA_BPCALPHAEMMA_BPCODEEMMA_BPCODE
CASENRClarification Case EMMA_CNRCHAR10EMMA_CASEALPHAEMMA_CNREMMA_CNREMMA_CNR
PRIOClarification Case Priority EMMA_CPRIOCHAR1EMMA_CPRIO
REACODEReason for Forwarding EMMA_CREACODECHAR4EMMAC_CREACODEEMMA_CREACODE
CANCODEReversal Reason EMMA_CANCODECHAR4EMMAC_CANCODEEMMA_CANCODE
PREVPROCPrevious Processor EMMA_CPREVPROCCHAR12USR02XUBNAMEUSER_ADDR
CURRPROCProcessor for Clarification Case EMMA_CPROCESSORCHAR12USR02XUBNAMEUSER_ADDR
ORIG_DATEOriginal Date of Clarification Case EMMA_CORIGDATEDATS8DATUM
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
CONF_DATEConfirmation Date of Clarification Case EMMA_CCONFDATEDATS8DATUM
UPDMODEBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BIW_EMMA_CASE
INTO CORRESPONDING FIELDS OF WA_BIW_EMMA_CASE
WHERE...

How to access SAP table BIW_EMMA_CASE

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