DFKKWLI_AC SAP (Actions of Work Item) Table details

Dictionary Type: Table
Description: Actions of Work Item




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




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

DFKKWLI_AC is a standard SAP Table which is used to store Actions of Work Item data and is available within R/3 SAP systems depending on the version and release level.

The DFKKWLI_AC table consists of various fields, each holding specific information or linking keys about Actions of Work Item data available in SAP. These include WLIGUID (Work Item: Identification), ACNR (Counter for Actions in Customizing), WLITYPE (Work Item Type), ACID (Action ID for Work Items).. 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_AC 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
ACNRCounter for Actions in Customizing ACNR_CM_KKNUMC3NUMC3
WLITYPEWork Item Type WLITYPE_CM_KKCHAR1WLITYPE_CM_KK
ACIDAction ID for Work Items ACID_CM_KKNUMC3NUMC3
ACPROFAction Profile for Work Items ACPROF_CM_KKCHAR3CHAR3
ACSTATStatus of Action ACSTAT_CM_KKCHAR1ACSTAT_CM_KK
ACDATEAREarliest Date of Execution of Action ACDATEAR_CM_KKDATS8DATUM
ACDATLATLatest Date of Execution of Action ACDATLAT_CM_KKDATS8DATUM
REACTDATDate of Expected Reation to Action REACTDAT_CM_KKDATS8DATUM
ACMANDMandatory Action ACMAND_CM_KKCHAR1XFELD
ERNAMCreated by ERNAM_KKCHAR12USNAM
ERDATCreated On ERDAT_I_KKDATS8DATUM
ERTIMTime at which the object was created ERTIM_KKTIMS6UZEIT
AEDATChanged On AEDATDATS8DATUM
AETIMTime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT
AENAMLast changed by AENAM_KKCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKWLI_AC
INTO CORRESPONDING FIELDS OF WA_DFKKWLI_AC
WHERE...

How to access SAP table DFKKWLI_AC

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