DFKKWLA_STAT SAP (Worklist for Notification - Status for Specialist) Table details

Dictionary Type: Table
Description: Worklist for Notification - Status for Specialist




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




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

DFKKWLA_STAT is a standard SAP Table which is used to store Worklist for Notification - Status for Specialist data and is available within R/3 SAP systems depending on the version and release level.

The DFKKWLA_STAT table consists of various fields, each holding specific information or linking keys about Worklist for Notification - Status for Specialist data available in SAP. These include WLITYPE (Work Item Type), WLIDENT (Worklist: Identification), AGENT (Collection Specialist Assigned), STATUS (Worklist: Status).. 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 DFKKWLA_STAT 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
WLITYPEWork Item Type WLITYPE_CM_KKCHAR1WLITYPE_CM_KK
WLIDENTWorklist: Identification WLIDENT_CM_KKCHAR15CHAR15
AGENTCollection Specialist Assigned WLIAGENT_CM_KKCHAR12HROBJID_12
STATUSWorklist: Status WLSTAT_CM_KKCHAR1WLSTAT_CM_KK
CHECKDATEDate of Last Status Check WLCHECKDATE_CM_KKDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKWLA_STAT
INTO CORRESPONDING FIELDS OF WA_DFKKWLA_STAT
WHERE...

How to access SAP table DFKKWLA_STAT

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