DFKKCASEITEMSH SAP (Item List in Cases, Header Data) Table details

Dictionary Type: Table
Description: Item List in Cases, Header Data




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




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

DFKKCASEITEMSH is a standard SAP Table which is used to store Item List in Cases, Header Data data and is available within R/3 SAP systems depending on the version and release level.

The DFKKCASEITEMSH table consists of various fields, each holding specific information or linking keys about Item List in Cases, Header Data data available in SAP. These include CASE_GUID (GUID for Item List), CASE_TYPE (Case Type), COLL_CASE (Item Is in a Collection Case), DONE (Case Completed).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DFKKCASEITEMSH 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CASE_GUIDGUID for Item List LISTGUID_KKCHAR32SYSUUID_C
CASE_TYPECase Type SCMGCASE_TYPECHAR4Assigned to domainSCMGCASE_TYPE
COLL_CASEItem Is in a Collection Case COLL_CASE_KKCHAR1XFELD
DONECase Completed CASE_DONE_KKCHAR1XFELD
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
CHANGED_BYLast Changed by SCMG_CHANGE_USERCHAR12Assigned to domainXUBNAME
CHANGE_TIMELast Changed On SCMG_CHANGE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CASEWCurrency in Which the Item Is Included in the Case CASEW_KKCUKY5Assigned to domainWAERS
NOCHANGEItem List Is Locked for Changes CCNOCHANGE_KKCHAR1XFELD
EXT_KEYCase ID SCMG_EXT_KEYCHAR12ALPHASCMG_EXT_KEY

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKCASEITEMSH
INTO CORRESPONDING FIELDS OF WA_DFKKCASEITEMSH
WHERE...

How to access SAP table DFKKCASEITEMSH

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