SAP ICS_SUBCL Attributes of ICLSUBCL Table data and field list

ICS_SUBCL 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 of ICLSUBCL" 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_ICS_SUBCL TYPE ICS_SUBCL.

The ICS_SUBCL table consists of various fields, each holding specific information or linking keys about Attributes of ICLSUBCL data available in SAP. These include CREATEDBY (Created By), CREATETIME (Created: Date + Time), STATUS (Status of Subclaim), STATUSCHG (Time of Last Status Change)... 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. .

ICS_SUBCL 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 ICS_SUBCL 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 ICS_SUBCL 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
CREATEDBYCreated By ICL_CREATEDBYCHAR12USR02XUBNAME
CREATETIMECreated: Date + Time ICL_CREATEUTCDEC15TSTAMICL_TIMESTAMP
STATUSStatus of Subclaim ICL_SUBCL10CHAR2TICL140ICL_STATUS
STATUSCHGTime of Last Status Change ICL_STATUSCHGDEC15TSTAMICL_TIMESTAMP
STHANDLER'Claim Handling' Process Active ICL_STHANDLERCHAR1XFELD
STNOCLAIMNo Claim Made ICL_STNOCLAIMCHAR1XFELD
STCLOSED'Close (Sub)Claim' Process Executed ICL_STCLOSEDCHAR1XFELD
STINVALIDSubclaim Invalid ICL_STINVALIDCHAR1XFELD
STREJECTClaim/Subclaim Rejected ICL_STREJECTCHAR1XFELD
STATREASONReason for Changing the Status ICL_FORMSETCHAR2Assigned to domainICL_FORMSET
XCOMPLETEFlag: Claim Item List (Presumably) Complete ICL_SUBCL08CHAR1XFELD
SUBCLTYPESubclaim Type ICL_SUBCLTYPECHAR4TICL004ICL_SUBCLTYPE
XSALVAGEFlag: Salvage? ICL_SUBCL01CHAR1ICL_SUBCL01
XOTHERINSUREFlag: Other Insurance? ICL_SUBCL02CHAR1XFELD
XSUBROSubrogation/Recovery Status ICL_SUBCL03CHAR1ICL_SUBCL03
SUBRO_POTENTIALSubrogation/Recovery Potential of a Subclaim (Check Status) ICL_SUBRO_POTENTIAL_DCHAR1ICL_SUBRO_POTENTIAL
XLITIGATIONFlag: Litigation? ICL_SUBCL04CHAR1XFELD
XNEGOTIATIONFlag: Negotiation? ICL_SUBCL05CHAR1XFELD
XFRAUDFlag: Potential Fraud? ICL_SUBCL06CHAR1XFELD
COVERAGECoverage ICL_POLMCHAR4Assigned to domainICL_POLM
COVPOLVNRVersion Number of Coverage Contract ICL_POLMVNRNUMC2Assigned to domainICL_POLVCNTR
XCOVCONFIRMEDIndication of Compensability ICL_COVEREDCHAR1ICL_COVERED
ASSIGN_STATEAssignment Status of a Claim Subobject ICL_ASSIGN_STATECHAR2ICL_ASSIGN_STATE
HANDLERTYPEObject Category of Subclaim Handler ICL_HANDLERTYPECHAR2Assigned to domainOTYPE
CLAIMHANDLERClaim Handler for Subclaim ICL_SUBCLCHCHAR12Assigned to domainXUBNAME
HANDLERTYPE_GRPObject Category of Subclaim Handler Group ICL_HANDLERTYPE2CHAR2Assigned to domainOTYPE
CLAIMHANDLER_GRPClaim Handler Group for Subclaims ICL_SUBCLCH2CHAR12Assigned to domainXUBNAME
COMPLEXComplexity of Claim/Subclaim ICL_COMPLEXCHAR1Assigned to domainICL_COMPLEX
SUBCLAIMDESCName of Claim/Subclaim ICL_SUBCLDESCRIPCHAR20TEXT20
BENTREEBenefit Type Tree ICL_BENTREECHAR8Assigned to domainICL_BENTREE
BENTREEGGeneration of Benefit Type Tree ICL_BENTREEGNUMC5Assigned to domainICL_BENTREEG
BENTREEVVersion of Benefit Type Tree ICL_BENTREEVNUMC5Assigned to domainICL_BENTREEV
WF_EXEC_TIMEExecution Time Workflow ICL_WF_EXECUTION_TIMEDEC15TSTAMICL_TIMESTAMP
WF_STATUSWorkflow Status ICL_WF_STATUSNUMC1ICL_WF_STATUS
ASSIGN_GUIDUUID of Entry to be Linked ICL_ASSIGN_GUIDCHAR32SYSUUID_C
MAX_ITEMNRCurrent Highest Claim Item Number ICL_SCLITEM_NR_MAXCHAR4Assigned to domainICL_SCLITEM
OVERRULEREASONOverruling Reason ICL_OVERRULEREASON_DCHAR3ICL_OVERRULEREASON
BENSTART_DTStart of Benefit ICL_BENSTART_DT_DDATS8DATS
BENEND_DTEnd of Benefit ICL_BENEND_DT_DDATS8DATS
COMPENSABILITYCompensability ICL_COMPENSABILITY_DCHAR1ICL_COMPENSABILITY
BENCALC_NUMSequence Number of Benefit Calculation ICL_BENCALC_NUM_DCHAR20ICL_BENCALC_NUM
INSUREDOBJInsured Object Number ICL_INSOBJNUMC4Assigned to domainICL_INSOBJ

Key field Non-key field



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

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

How to access SAP table ICS_SUBCL

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

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