SAP ICL_CLTYPE_NODEKEY Node Key Structure for Claim Type Dependencies Table data and field list

ICL_CLTYPE_NODEKEY 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 "Node Key Structure for Claim Type Dependencies" 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_ICL_CLTYPE_NODEKEY TYPE ICL_CLTYPE_NODEKEY.

The ICL_CLTYPE_NODEKEY table consists of various fields, each holding specific information or linking keys about Node Key Structure for Claim Type Dependencies data available in SAP. These include CLTYPE (Internal Claim Type), POLPROD (Policy Product), GENERAT (Generation of Internal Claim Type), VERSION (Internal Claim Type Version)... 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. .

ICL_CLTYPE_NODEKEY structure Technical Details:

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


SAP ICL_CLTYPE_NODEKEY 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 ICL_CLTYPE_NODEKEY 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
BENTREEBenefit Type Tree ICL_BENTREECHAR8Assigned to domainICL_BENTREE
CLTYPEInternal Claim Type ICL_CLTYPECHAR4Assigned to domainICL_CLTYPE
POLPRODPolicy Product ICL_POLPRODCHAR6Assigned to domainICL_POLPROD
GENERATGeneration of Internal Claim Type ICL_CLTYPEGNUMC5Assigned to domainICL_CLTYPEG
VERSIONInternal Claim Type Version ICL_CLTYPEVNUMC5Assigned to domainICL_CLTYPEV
CLTYPEGGeneration of Internal Claim Type ICL_CLTYPEGNUMC5Assigned to domainICL_CLTYPEG
CLTYPEVInternal Claim Type Version ICL_CLTYPEVNUMC5Assigned to domainICL_CLTYPEV
POLPRODGPolicy Product Generation ICL_GENERATNUMC5Assigned to domainICL_GENERAT
POLPRODVPolicy Product Version ICL_POLPRODVNUMC5Assigned to domainICL_CUST_VERSION
LOSSTYPEIncident Type of a Claim ICL_LOSSTYPECHAR4Assigned to domainICL_LOSSTYPEICL_LOSSTYPE
SUBCLTYPESubclaim Type ICL_SUBCLTYPECHAR4Assigned to domainICL_SUBCLTYPE
COVTYPECoverage Type ICL_COVTYPECHAR10Assigned to domainICL_COVTYPE
BENTYPEBenefit Type ICL_BENTYPECHAR10Assigned to domainICL_BENTYPEICL_BENTYPE
UNOPCOVCoverage Type as Filter for Application of Limits/Deductible ICL_UNOPCOVTPCHAR10Assigned to domainICL_COVTYPE
COUNTRYCountry in Which Limit Applies ICL_COUNTRYLCHAR3Assigned to domainLAND1
REGIONRegion in Which Limit is Valid ICL_REGIONLCHAR3Assigned to domainREGIO
PRIORITYPriority for Application of Limits and Deductibles ICL_PRIORITY1NUMC2NUMC2
ACTIVITYActivity Management: Task ICL_ACTIVITYCHAR6Assigned to domainICL_MESSAGE
RESTYPEReserve Type ICL_RESTYPECHAR2Assigned to domainICL_RESTYPE
COMPLEXComplexity of Claim/Subclaim ICL_COMPLEXCHAR1Assigned to domainICL_COMPLEX
DAMAGECATDamage Category ICL_DAMCATCHAR2Assigned to domainICL_DAMCAT
DADESCRIPTDamage Descriptor ICL_DADESCCHAR3Assigned to domainICL_DADESC
DOCIDClaim Document ICL_DOCIDCHAR4Assigned to domainICL_DOCID
STATUSStatus of Claim ICL_CLSTATUSCHAR2Assigned to domainICL_STATUS
FORMOFSETReason for Changing the Status ICL_FORMSETCHAR2Assigned to domainICL_FORMSET
LOSSCAUSECause of Loss/Claim ICL_LOSSCAUSECHAR3Assigned to domainICL_LOSSCAUSE
REFERRALCoverage Referral ICL_REFERRALCHAR4Assigned to domainICL_REFERRAL
REJREASONClaim Item Rejection Reason ICL_REJREASONCHAR2Assigned to domainICL_REJREASON
SEVERITYDamage Severity ICL_SEVERITYCHAR3Assigned to domainICL_SEVERITY
CATEGORYFacts Capture Category BSFC_CATCHAR2Assigned to domainBSFC_CAT
CLMODEClaim Processing Mode ICL_CLMODECHAR2Assigned to domainICL_CLMODE
USERGROUPClaim Handler Group ICL_USERGRPCHAR2Assigned to domainICL_USERGRP
ITEMTYPEClaim Item Object Type ICL_ITEMTYPECHAR3Assigned to domainICL_IOBTYPE
CLSTATUSStatus of Claim ICL_CLSTATUSCHAR2Assigned to domainICL_STATUS

Key field Non-key field



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

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

How to access SAP table ICL_CLTYPE_NODEKEY

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

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