SAP ICLE_DI_TASK Activity Management: DI Command Structure in Claim Bundle Table data and field list

ICLE_DI_TASK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Activity Management: DI Command Structure in Claim Bundle" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ICLE_DI_TASK TYPE ICLE_DI_TASK.

The ICLE_DI_TASK table consists of various fields, each holding specific information or linking keys about Activity Management: DI Command Structure in Claim Bundle data available in SAP. These include TASK (Claim Bundle: Task/Log Entry), SUBOBJCAT (Claim Subobject Category), SUBOBJECT (ID of Claim Subobject for Navigation), ACTIVITY (Activity Management: Activity)... 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. .

ICLE_DI_TASK structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ICLE_DI_TASK structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ICLE_DI_TASK table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ACTLOG_EVENTActivity Management: Status-Changing Event ICL_ACTLOG_EVENTCHAR1ICL_ACTLOG_EVENT
TASKClaim Bundle: Task/Log Entry ICLE_MESSAGECHAR6TICL950ICLE_MESSAGE
SUBOBJCATClaim Subobject Category ICL_SUBOBJCATCHAR2TICL013ICL_SUBOBJCAT
SUBOBJECTID of Claim Subobject for Navigation ICL_SUBOBJECTACHAR16ICL_SUBOBJECT
ACTIVITYActivity Management: Activity ICL_SUBACTIVITYCHAR6Assigned to domainICL_SUBACTIVITY
TASK_TEXTTask Name ICL_ACTIVITYTCHAR128ICL_ACTIVITY_TEXT
DUEDATE1Date for First Submission in Workplace ICL_DUEDATE1DATS8DATS
DUEDATE2Date for Latest Start of Task ICL_DUEDATE2DATS8DATS
DUEDATE3Date for Latest End of Task ICL_DUEDATE3DATS8DATS
TASK_PRIORITYActivity Management: Priority of Task - Workflow ICL_TASK_PRIORITY_WFNUMC1SWD_PRIORI
MAN_OTYPEManual Task: Claim Handler Category ICL_MAN_OTYPECHAR2Assigned to domainOTYPE
MAN_ACTORIDProposed Handler for This Manual Task ICL_MAN_ACTORIDCHAR12HROBJID_12
AUTHGRPAuthorization Group ICL_AUTHGRPCHAR4Assigned to domainICL_AUTHGRPICL_AUTHGRP
MANUAL_TASKActivity Set Manually ICL_ACTIVITY02CHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure ICLE_DI_TASK using ABAP code?

As ICLE_DI_TASK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ICLE_DI_TASK as there is no data to select.

How to access SAP table ICLE_DI_TASK

Within an ECC or HANA version of SAP you can also view further information about ICLE_DI_TASK and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).