SICL044 SAP (Claims Management Activity or Prompting Message - Screen) Structure details

Dictionary Type: Structure
Description: Claims Management Activity or Prompting Message - Screen




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




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

SICL044 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 "Claims Management Activity or Prompting Message - Screen" 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_SICL044 TYPE SICL044.

The SICL044 table consists of various fields, each holding specific information or linking keys about Claims Management Activity or Prompting Message - Screen data available in SAP. These include CLIENT (Client), MESSAGE (Task / Log Entry), LANGU (Language Key), ACT_GRP_CAT (Activity Management: Task Type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SICL044 structure 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
CLIENTClient MANDTCLNT3T000MANDT
MESSAGETask / Log Entry ICL_MESSAGECHAR6TICL044ICL_MESSAGE
LANGULanguage Key LANGULANG1T002ISOLASPRAS
ACT_GRP_CATActivity Management: Task Type IGN_ACT_GRP_CATCHAR2TICL037IGN_ACT_GRP_CAT
ACTNAVNavigation Target ICL_ACTNAVCHAR4Assigned to domainICL_ACTNAV
XTASKEntry Is a Task ICL_XTASKCHAR1XFELD
NAVIGATENavigation Target ICL_ACTNAVCHAR4TICL019ICL_ACTNAV
DONEMODETask Flagged as Completed After Navigation ICL_DONEMODECHAR1XFELD
RELDUEDATERelative Due Date in Days from System Date ICL_RELDUEDATENUMC3NUMC3
RELDUETIMERelative Due Time in Hours from System Time ICL_RELDUETIMENUMC2NUMC2
CUSTDISPTask Visible to Customer via Internet ICL_CUSTDISPCHAR1XFELD
XSUMMARYTask Will Be Displayed in Notification Mode ICL_SUMMARYCHAR1XFELD
PRIORITY(Do Not Use For Timebeing) Priority of Task ICL_ACTIVITYPRIONUMC3NUMC3
RULE_CONTROLRelevant for Task Statistics ICL_RULE_CONTROLCHAR1XFELD
TIME_LIMIT0_DDeadline for First Submission of Task in Days ICL_TIME_LIMIT0_DNUMC4ICL_TIME_LIMIT_D
TIME_LIMIT0_HDeadline for First Submission of Task in Hours ICL_TIME_LIMIT0_HNUMC2ICL_TIME_LIMIT_H
TIME_LIMIT1_DDeadline for Start of Task in Days ICL_TIME_LIMIT1_DNUMC4ICL_TIME_LIMIT_D
TIME_LIMIT1_HDeadline for Start of Task in Hours ICL_TIME_LIMIT1_HNUMC2ICL_TIME_LIMIT_H
TIME_LIMIT2_DDeadline for Completion of Task in Days ICL_TIME_LIMIT2_DNUMC4ICL_TIME_LIMIT_D
TIME_LIMIT2_HDeadline for Completion of Task in Hours ICL_TIME_LIMIT2_HNUMC2ICL_TIME_LIMIT_H
TIME_LIMIT3_DActivity Management: Validity in Days ICL_TIME_LIMIT3_DNUMC4ICL_TIME_LIMIT_D
XTASK_TO_BADIExport Task via BAdI ICL_TASK_TO_BADICHAR1IAM_BOOLE_D
XACT_TEXT_CHBLText Is Changeable ICL_ACT_TEXT_CHBLCHAR1BOOLE
MESSAGENName of Task or of Log Entry ICL_MESSAGENCHAR30TEXT30
MESSAGETText of Task or of Log Entry ICL_MESSAGETCHAR70TEXT70
ACT_GRP_CAT_SHRTActivity Management: Name of Task Category IGN_ACT_GRP_CAT_SHORTCHAR80IGN_SHORT_TEXT
SCREEN_VIEWView BU_SICHTCHAR6TBZ3EBU_SICHT
FUNCTIONName of a function module ICL_FUNCTIONCHAR30TFDIRFUNCNAME
ACTNAVNName of Navigation for Executing a Task ICL_ACTNAVNCHAR35TEXT35
PRIORITY_WFActivity Management: Priority of Task - Workflow ICL_TASK_PRIORITY_WFNUMC1SWD_PRIORI
VIEWView BU_SICHTCHAR6Assigned to domainBU_SICHT
VIEW_SHORTDescription BU_BEZ50CHAR50TEXT50
PRIORITY_WF_SHORTExplanatory short text DDTEXTCHAR60DDTEXT

Key field Non-key field



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

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

How to access SAP table SICL044

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