ICLCCEVENT SAP (Claim Bundle) Table details

Dictionary Type: Table
Description: Claim Bundle




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




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

ICLCCEVENT is a standard SAP Table which is used to store Claim Bundle data and is available within R/3 SAP systems depending on the version and release level.

The ICLCCEVENT table consists of various fields, each holding specific information or linking keys about Claim Bundle data available in SAP. These include ACTIVE (Table entry is active (A) or in suspense (S)), CCEVENT (Claim Bundle), CHANGETIME (Changed: 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 ICLCCEVENT 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
ACTIVETable entry is active (A) or in suspense (S) ICL_ACTIVECHAR1ICL_ACTIVE
CCEVENTClaim Bundle ICL_CCEVENTCHAR17ALPHAICL_CCEVENTICLEVT
CHANGETIMEChanged: Date + Time ICL_CHANGEUTC1DEC15TSTAMICL_TIMESTAMP
CHANGEDBYChanged By ICL_CHANGEDBYCHAR12USR02XUBNAME
DELETEDDatabase Line Status (Original, Changed, Deleted) ICL_RECSTATUSCHAR1ICL_RECSTATUS
CREATEDBYCreated By ICL_CREATEDBYCHAR12USR02XUBNAME
CREATETIMECreated: Date + Time ICL_CREATEUTCDEC15TSTAMICL_TIMESTAMP
CCTYPEClaim Bundle Type ICL_CCEVENTCATCHAR2TICL001ICL_CCEVENTCATICL_CCEVENTCAT
SUBTYPESubtype of Claim Bundle Type ICL_CCEVENTTYCHAR2TICL002ICL_CCEVENTTY
CURRCurrency of Claim Bundle Reserve ICL_CCEVENTCURCUKY5TCURCWAERS
LIMITClaim Bundle Compensation Reserve ICL_CCEVENTLIMCURR17(2) ICL_TOAMT
LIMITEClaim Bundle Expenses Reserve ICL_CCEVENTLIMECURR17(2)
CODEExternal Name for Claim Bundle ICL_CCEVENTCODECHAR20CHAR20
NAMEName of Claim Bundle ICL_CCEVENTNAMECHAR20TEXT20
RANGEFROMEvent Period: Date From ICL_CCEVENTFROMDATS8DATEICL_CCEVENTFROM
RANGETOEvent Period: Date To ICL_CCEVENTTODATS8DATE
HOTLINECoordinator phone number ICL_CCEVENTTELCHAR30CHAR30
LOCATYPEDefine Location via Region '1', Postal Code '2', Address '3' ICL_CCEVENTLOCANUMC1ICL_LOCTYPE
STATUSStatus of Claim Bundle ICLE_BUNDLE_STATUS_DCHAR2TICL140ICL_STATUS
BUNDLECAUSEReason for Creation of Claim Bundle ICL_BUNDLECAUSECHAR3TICL012ICL_BUNDLECAUSE
OWNERClaim Bundle Handler ICL_BUNDLEOWNERCHAR12USR02XUBNAME
INVOICEREF_BULKExternal Collective Invoice Number ICL_INVOICEREF_BULKCHAR16CHAR16
EXTERNALREF_BULKExternal Reference to Collective Invoice ICL_EXTERNALREF_BULKCHAR20ICL_EXTERNALREF_BULK
ISSUEDATECollective Invoice Date ICL_ISSUEDATE_INVBULKDATS8DATS
AMOUNT_TOTALNet Total Amount of Collective Invoice (acc. to Coll.Inv.) ICL_AMOUNT_BULKINV_TOTALCURR15(2) ICL_AMOUNT
PAYMENTLEVELPayment Level of a Collective Invoice ICL_PAYMENTLEVELNUMC1ICL_PAYMENTLEVEL
DATASOURCEData Origin ICL_DATASOURCECHAR2TICL136ICL_DATASOURCE
RECEIVEDATEDate Received ICL_RECEIVEDATEDATS8DATS
CLMINPROCESSDependent Claim Exists with Status 'In Process' ICL_CLMSTATUS_INPROCESSCHAR1XFELD
RELEASEDStatus 'Released' ICL_STATUS_RELEASEDCHAR1XFELD
CANCELStatus 'Cancelled' ICL_STATUS_CANCELCHAR1XFELD
INPROCESSStatus 'In Process' ICL_STATUS_INPROCESSCHAR1XFELD
CLMINPROC_CNTRCounter for Number of Open Claims ICL_CLMSTATUS_INPROCESS_CNTRINT410ICL_CLMSTATUS_INPROCESS_CNTR
STHANDLER'Bundle Processing' Process Is Active ICLE_STHANDLERCHAR1XFELD
WF_STATUSWorkflow Status ICL_WF_STATUSNUMC1ICL_WF_STATUS
CCSBRBNDLNumber of Collective Subrogation/Recovery ICL_CCSBRBNDLCHAR17ICLCCEVENTALPHAICL_CCEVENT
CCSBRTYPESubrogation Claim Type in Subrogation ICL_CCSBRTYPECHAR2TICL177ICL_CCSBRTYPE
CHREASONSBRChange Reason for Status of Collective Subrogation/Recovery ICL_CHREASONSBRCHAR2TICL175ICL_CHREASONSBR
BILLINGDATENext Billing Date ICL_BILLINGDATEDATS8DATE
RESUBDATEDate of Resubmission ICL_RESUBDATEDATS8DATE
SBRNOTIFDATEDate on Which Subrogation Claim Was Reported ICL_SBRNOTIFDATEDATS8DATE
ACHANGEDBYWhole Claim Last Changed By ICL_ACHANGEDBYCHAR12Assigned to domainXUBNAME
ACHANGETIMEWhole Claim Last Changed At ICL_ACHANGETIMEDEC15TSTAMICL_TIMESTAMP
ARCHIVE_STATUSArchiving Status TYP_ARCHIVE_STATUSCHAR1TYP_ARCHIVE_STATUS
ARCHIVE_FLUDResubmission Date TYP_ARCHIVE_FLUDDATS8DATS
REJECTIONRejection Reason TYP_REJECTIONCHAR2AREN_REJECTIONS_COLLECTIVE

Key field Non-key field



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

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

SELECT SINGLE *
FROM ICLCCEVENT
INTO CORRESPONDING FIELDS OF WA_ICLCCEVENT
WHERE...

How to access SAP table ICLCCEVENT

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