TICL001 SAP (Claim Bundle Type) Table details

Dictionary Type: Table
Description: Claim Bundle Type




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




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

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

The TICL001 table consists of various fields, each holding specific information or linking keys about Claim Bundle Type data available in SAP. These include CCTYPE (Claim Bundle Type), TYPE (Category of Claim Bundle Type), XLIMIT (Flag: Display Limit ?), XLOCATION (Flag: Display Geographic Location?).. 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 = TICL001T


SAP TICL001 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_CCEVENTCATCHAR2ICL_CCEVENTCATICL_CCEVENTCAT
TYPECategory of Claim Bundle Type ICLE_CCEVENTTYPCHAR2TICL570ICLE_CCEVENTTYP
XLIMITFlag: Display Limit ? ICL_CCEVENTCAT02CHAR1XFELD
XLOCATIONFlag: Display Geographic Location? ICL_CCEVENTCAT03CHAR1XFELD
POLICYNOFlag: Display 0 or 1 or Multiple Contract Numbers ICL_CCEVENTCAT04CHAR1ICL_CCEVENTCAT04
XCKLIMITFlag: Do limit check? ICL_CCEVENTCAT06CHAR1XFELD
XCKLOCATIONFlag: Do geographic location check? ICL_CCEVENTCAT07CHAR1XFELD
XCKPOSTALFlag: Check Postal Code? ICL_CCEVENTCAT08CHAR1XFELD
XCKPOLICYIndicator: Check Contract? ICL_CCEVENTCAT09CHAR1XFELD
XCKINSUREDFlag: Check Insured/s? ICL_CCEVENTCAT13CHAR1XFELD
CLAIMSUBCLAssign Claim or Subclaim ICL_CCEVENTCAT10CHAR1ICL_CCEVENTCAT10
LOSSRESReserve Type of Compensation Reserve ICL_CCEVENTCAT11CHAR2TICL020ICL_RESTYPE
EXPRESReserve Type of Expenses Reserve ICL_CCEVENTCAT12CHAR2TICL020ICL_RESTYPE
STATCCEVTVRValue Request for Setting Claim Bundle Status ICL_STATCCEVTVRCHAR20TBRF150BRF_EXPRESSION
COMPCODE_EVENTCompany Code of Claim Bundle ICL_COMPCODE_EVENTCHAR4T001BUKRS
DATEINTCHKPermitted Date Specifications When Creating Claim Bundle ICLE_DATEINTCHKCHAR1ICLE_DATEINTCHK
XDEFAULTDefault Value for Each Category of Claim Bundle Type ICLE_XDEFAULTCHAR1XFELD
FELDSTLST1Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST2Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST3Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST4Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST5Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST6Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST7Field status definition BU_FLDSTLSCHAR250CHAR250
LONG_TEXT_PERMITPermitted Processing Type of Long Texts IGN_LONG_TEXT_PERMISSION_DCHAR1IGN_LONG_TEXT_PERMISSION

Key field Non-key field



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

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

SELECT SINGLE *
FROM TICL001
INTO CORRESPONDING FIELDS OF WA_TICL001
WHERE...

How to access SAP table TICL001

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