ICLNOL SAP (Notice of Loss) Table details

Dictionary Type: Table
Description: Notice of Loss




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




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

ICLNOL is a standard SAP Table which is used to store Notice of Loss data and is available within R/3 SAP systems depending on the version and release level.

The ICLNOL table consists of various fields, each holding specific information or linking keys about Notice of Loss data available in SAP. These include NOTICE (Notice of Loss), CREATEDBY (Created by), CREATETIME (Created: UTC Date+Time), CHANGEDBY (Changed by).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ICLNOL table 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
NOTICENotice of Loss ICL_NOTICECHAR17ALPHAICL_NOTICEICL_NOTICE
CREATEDBYCreated by ICLN_CREATEDBYCHAR12USR02XUBNAME
CREATETIMECreated: UTC Date+Time ICLN_CREATEUTCDEC15TSTAMICL_TIMESTAMP
CHANGEDBYChanged by ICLN_CHANGEDBYCHAR12USR02XUBNAME
CHANGETIMEChanged: UTC Date+Time ICLN_CHANGEUTC1DEC15TSTAMICL_TIMESTAMP
STATUSStatus of Notice of Loss ICL_FNOLSTATUSCHAR1TICL251ICL_FNOLSTATUS
CLINEClaim Line of Business ICL_CLINECHAR3TICL033ICL_CLINE
LOSSTYPEIncident Type of a Claim ICLN_LOSSTYPECHAR4TICL205ICLN_LOSSTYPE
DATELOSSDate of Claim ICLN_LOSSDATEDATS8DATE
TIMELOSSTime of Claim ICLN_LOSSTIMETIMS6TIME
LOSSADDRESSLoss Location ICLN_LOSSADDRESSCHAR10ADRCALPHAAD_ADDRNUM
XPOLNRContract Number Is Unknown ICLN_XPOLNRCHAR1XFELD
XINJUREDFlag: Are There Any Other Injured Persons? ICL_XFURINJUREDCHAR1XFELD
XWITNESSFlag: Are There Other Witnesses? ICL_XFURWITNESSCHAR1XFELD
XAUTHREPFlag: Claim Reported to Authority ICLN_XAUTHREPCHAR1XFELD
AUTHORITYAuthority ICLN_AUTHORITYCHAR10ADRCALPHAAD_ADDRNUM
EAUTHREPIDExternal Authority Report ID ICLN_EAUREPIDCHAR12CHAR12
CLAIMClaim Number ICLN_CLAIMCHAR17ALPHAICLN_CLAIM
POLICYPolicy ICLN_POLICYCHAR17ALPHAICLN_POLICY
POLEFFDATEContract Start ICLN_POLEFFDATEDATS8DATE
POLEXPDATEContract End Date ICLN_POLEXPDATEDATS8DATE
NOLCATNotice of Loss Category ICL_NOLCATCHAR1ICL_NOLCAT

Key field Non-key field



How do I retrieve data from SAP table ICLNOL using ABAP code

The following ABAP code Example will allow you to do a basic selection on ICLNOL to SELECT all data from the table
DATA: WA_ICLNOL TYPE ICLNOL.

SELECT SINGLE *
FROM ICLNOL
INTO CORRESPONDING FIELDS OF WA_ICLNOL
WHERE...

How to access SAP table ICLNOL

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