TICL162 SAP (Benefit Type Tree: Permitted Benefit Type) Table details

Dictionary Type: Table
Description: Benefit Type Tree: Permitted Benefit Type




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




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

TICL162 is a standard SAP Table which is used to store Benefit Type Tree: Permitted Benefit Type data and is available within R/3 SAP systems depending on the version and release level.

The TICL162 table consists of various fields, each holding specific information or linking keys about Benefit Type Tree: Permitted Benefit Type data available in SAP. These include BENTREE (Benefit Type Tree), GENERAT (Generation of Benefit Type Tree), VERSION (Version of Benefit Type Tree), BENTYPE (Benefit Type).. 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)


SAP TICL162 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
BENTREEBenefit Type Tree ICL_BENTREECHAR8TICL160ICL_BENTREE
GENERATGeneration of Benefit Type Tree ICL_BENTREEGNUMC5TICL160ICL_BENTREEG
VERSIONVersion of Benefit Type Tree ICL_BENTREEVNUMC5TICL161ICL_BENTREEV
BENTYPEBenefit Type ICL_BENTYPECHAR10TICL055ICL_BENTYPEICL_BENTYPE
XSELECTFlag: Can be Selected for Claim Items ICL_BENTYPE04CHAR1ICL_BENTYPE04
XSELECPFlag: Selectability for Direct Payments ICL_BENTYPE01CHAR1ICL_BENTYPE01
XPDOCTYPECan Be Selected as Benefit Type for Grouping of BenefitTypes ICL_BENTYPE15CHAR1XFELD
RESTYPEReserve Type ICL_RESTYPECHAR2TICL020ICL_RESTYPE
XRESLIMITLimit for Reserve ICL_XRESLIMITCHAR1XFELD
PBLEVELLevel of Higher-Level Benefit Type ICL_BENTYPE09CHAR1ICL_BENTYPE09
PBENTYPEHigher-Level Permitted Benefit Type ICL_BENTYPE05CHAR10TICL055ICL_BENTYPE
LPBLEVELLevel of Higher-Level Benefit Type ICL_BENTYPE09CHAR1ICL_BENTYPE09
LPBENTYPEHigher-Level Permitted Benefit Type ICL_BENTYPE05CHAR10Assigned to domainICL_BENTYPE
TREETop Benefit Type of Benefit Type Tree ICL_BENTYPE10CHAR10Assigned to domainICL_BENTYPE
TREELEVELLevel of benefit type tree ICL_BENTYPE11CHAR1ICL_BENTYPE11
SEVERALApplication Type of Limits and Deductibles in Compenstn Calc ICL_BENTYPE06CHAR1TICL135ICL_BENTYPE06
XALWAYSCoverage of Benefit Type ICL_BENTYPE07CHAR1ICL_BENTYPE07
XPOLICYLimits and Deductibles Defined in Contract ICL_BENTYPE08CHAR1XFELD
CALCORDERApply Deductible Before or After Limit ICL_POLB05CHAR1ICL_POLB05
LIMITUNITLimit Unit ICL_POLB04CHAR1ICL_POLB04
LIMUNITUnit of Measure of Limit ICL_LIMUNITUNIT3T006CUNITMEINS
DEDUCTUNITUnit of Measurement of Deductible ICL_DEDUNITUNIT3Assigned to domainCUNITMEINS
XSUBROSubrogation/Recovery Is Possible for this Benefit Type ICL_BENTYPE02CHAR1ICL_BENTYPE02
XCOINSUREDFlag: Coinsured? ICL_BENTYPE03CHAR1XFELD
REJ_RULEClaim Control Rule for Claim Item Rejection Reason ICL_CMC_RULE3CHAR20TBRF150BRF_EXPRESSIONICL_CMC_RULE
REJREASONAutomatically Set Claim Item Rejection Reason ICL_REJREASON1CHAR2TICL022ICL_REJREASON
XTICL083Limits/Deductibles Exist ICL_XTICL083CHAR1XFELD
XREGIONFlag: Check Regional Limits? ICL_XREGIONCHAR1XFELD
LIMDISPDisplay Option of Limit ICL_LIMDISPNUMC1ICL_LIMDISP
PTYPETransaction Type in Procurement Process ICL_PTYPECHAR4TICL123ICL_PTYPE
F4PRIORITYSequence of Entries Within F4 Help ICL_F4PRIORITYNUMC3NUMC3
XSELECRCVPBenefit Type Can Be Selected for Receivables ICL_BENTYPE17CHAR1ICL_BENTYPE17
MODFTYPEChange Type of Deductible ICL_CCMODTYPECHAR2TICL134ICL_CCMODTYPE
WAITPERIODCategory of Probationary Period ICL_WAITPERIODCHAR1ICL_WAITPERIOD
XSELLIMBenefit Type Offered for Limits in F4 Input Help ICL_XSELLIMCHAR1XFELD
XSELDEDBenefit Type Offered for Deductibles in F4 Input Help ICL_XSELDEDCHAR1XFELD
TIMERESTRICTTYPETime Restriction for Limits ICL_TIMERESTRICT_DCHAR4ICL_CTRESTRICTICL_TIMERESTRICT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TICL162
INTO CORRESPONDING FIELDS OF WA_TICL162
WHERE...

How to access SAP table TICL162

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