SAP ICLX_TASK_MODIFY_S Attributes 'Create/Change Task' Table data and field list

ICLX_TASK_MODIFY_S 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 "Attributes 'Create/Change Task'" 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_ICLX_TASK_MODIFY_S TYPE ICLX_TASK_MODIFY_S.

The ICLX_TASK_MODIFY_S table consists of various fields, each holding specific information or linking keys about Attributes 'Create/Change Task' data available in SAP. These include CLAIM_GUID (GUID of Length 32), TASK_GUID (GUID of Length 32), EVENT (Activity Management: Status-Changing Event), SUBCLAIM (Subclaim on Which the Rule Has an Effect)... 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. .

ICLX_TASK_MODIFY_S structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ICLX_TASK_MODIFY_S 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 ICLX_TASK_MODIFY_S 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
UPDATE_TYPEChange category BU_CHINDCHAR1BU_CHIND
CLAIM_GUIDGUID of Length 32 ICL_GUID32CHAR32SYSUUID_C
TASK_GUIDGUID of Length 32 ICL_GUID32CHAR32SYSUUID_C
EVENTActivity Management: Status-Changing Event ICL_ACTLOG_EVENTCHAR1ICL_ACTLOG_EVENT
SUBCLAIMSubclaim on Which the Rule Has an Effect ICL_SUBCL_DSTCHAR3Assigned to domainICL_SUBCL
ACTIVITYActivity Management: Task ICL_ACTIVITYCHAR6Assigned to domainICL_MESSAGE
SOURCE_NODE_TYPEBusiness Object Node Type ICLX_BO_NODE_TYPE_DCHAR16ICLX_BO_NODE_TYPE
SOURCE_NODE_GUIDGUID of Length 32 ICL_GUID32CHAR32SYSUUID_C
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
PRIORITYActivity Management: Priority of Task - Workflow ICL_TASK_PRIORITY_WFNUMC1SWD_PRIORI
OTYPEManual Task: Claim Handler Category ICL_MAN_OTYPECHAR2Assigned to domainOTYPE
ACTORIDProposed Handler for This Manual Task ICL_MAN_ACTORIDCHAR12HROBJID_12
AUTHGRPAuthorization Group ICL_AUTHGRPCHAR4Assigned to domainICL_AUTHGRPICL_AUTHGRP
XMANUAL_TASKActivity Set Manually ICL_ACTIVITY02CHAR1XFELD

Key field Non-key field



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

As ICLX_TASK_MODIFY_S 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 ICLX_TASK_MODIFY_S as there is no data to select.

How to access SAP table ICLX_TASK_MODIFY_S

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

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