DFKKWLI_ADD SAP (Additional Collection Case Attributes) Table details

Dictionary Type: Table
Description: Additional Collection Case Attributes




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




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

DFKKWLI_ADD is a standard SAP Table which is used to store Additional Collection Case Attributes data and is available within R/3 SAP systems depending on the version and release level.

The DFKKWLI_ADD table consists of various fields, each holding specific information or linking keys about Additional Collection Case Attributes data available in SAP. These include WLIGUID (Work Item: Identification), EXT_KEY (Customer-Specific Collection Case ID), ILSTAT (Status of Item List), RECORD_PDIR (Record POID ID).. 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: Can be enhanced (character-type or numeric)


SAP DFKKWLI_ADD 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
WLIGUIDWork Item: Identification WLIGUID_CM_KKCHAR32SYSUUID_C
EXT_KEYCustomer-Specific Collection Case ID EXT_KEY_CM_KKCHAR30
ILSTATStatus of Item List ILSTAT_CM_KKCHAR1ILSTAT_CM_KK
RECORD_PDIRRecord POID ID SCMG_RECORD_PDIR_IDCHAR32SRMID

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKWLI_ADD
INTO CORRESPONDING FIELDS OF WA_DFKKWLI_ADD
WHERE...

How to access SAP table DFKKWLI_ADD

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