TICL002 SAP (Subtypes of Claim Bundle Types) Table details

Dictionary Type: Table
Description: Subtypes of Claim Bundle Types




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




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

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

The TICL002 table consists of various fields, each holding specific information or linking keys about Subtypes of Claim Bundle Types data available in SAP. These include CCTYPE (Claim Bundle Type), SUBTYPE (Subtype of Claim Bundle Type), XDEFAULT (Default Value), XDUBLCHECK (Check for Duplicate Creation).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TICL002T


SAP TICL002 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
CCTYPEClaim Bundle Type ICL_CCEVENTCATCHAR2TICL001ICL_CCEVENTCATICL_CCEVENTCAT
SUBTYPESubtype of Claim Bundle Type ICL_CCEVENTTYCHAR2ICL_CCEVENTTY
XDEFAULTDefault Value ICL_XDEFAULTCHAR1XFELD
XDUBLCHECKCheck for Duplicate Creation ICLE_XDUBLCHECKCHAR1XFELD
VARTPScreen Sequence Category for Claim Bundle Data ICL_VARTPCHAR6TBZ3LBU_VARTP
SAVE_POPUP_EXPBRFplus Expression: Suppress Save Query w.Collective Invoice ICLE_BULKINV_SAVE_POPUP_EXPCHAR20TBRF150BRF_EXPRESSION
STATUS_BILL_VRValue Request for Settlement Status (Coll.Subro/Recovery) ICLE_STATUS_BILL_VR_DCHAR20Assigned to domainBRF_EXPRESSION
CLTYPE_DUMMYInternal Claim Type for Posting or Dummy Claim ICL_CLTYPE_DUMMYCHAR4Assigned to domainICL_CLTYPE
POLPRODPolicy Product ICL_POLPRODCHAR6Assigned to domainICL_POLPROD
LOSSTYPEIncident Type of a Claim ICL_LOSSTYPECHAR4TICL060ICL_LOSSTYPEICL_LOSSTYPE
XREGIONRegion Is a Relevant Attribute ICL_CCXREGIONCHAR1XFELD
XINSUREDInsured Is a Relevant Attribute ICL_CCXINSUREDCHAR1XFELD
XDATELOSSAccident Date Is a Relevant Attribute ICL_CCXDATELOSSCHAR1XFELD
PAIDITEMSELECTBehavior with Transfer of Payment Items ICL_CCPAIDITEMSELECTCHAR1ICL_CCPAIDITEMSELECT
XDATECLNOTIFTransfer of 'Notification of Subrogation Claim' Date ICL_CCXDATECLNOTIFCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TICL002
INTO CORRESPONDING FIELDS OF WA_TICL002
WHERE...

How to access SAP table TICL002

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