V_TICL162 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_TICL162 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_TICL162 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include LANGU (Language Key), BENTREE (Benefit Type Tree), GENERAT (Generation of Benefit Type Tree), VERSION (Version of Benefit Type Tree).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_TICL162 table view 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
LANGULanguage Key LANGULANG1T002ISOLASPRAS
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_BENTYPE05CHAR10ICL_BENTYPE
TREETop Benefit Type of Benefit Type Tree ICL_BENTYPE10CHAR10ICL_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_DEDUNITUNIT3CUNITMEINS
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
XRECOVERYExpectation Reserve ICL_XRECOVERYCHAR1ICL_XRECOVERY
LOSSEXPLosses or Expenses ICL_LOSSEXPCHAR1ICL_LOSSEXP
NAMEBenefit Type Name ICL_BENTYPENCHAR80ICL_BENTYPEN
CLREADMETHClaim Read Method ICL_CLREADMETHCHAR1TICL137ICL_CLREADMETH
XCROSSSTYPEBenefit Type is Cross-Coverage Type ICL_XCROSSSTYPECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_TICL162
INTO CORRESPONDING FIELDS OF WA_V_TICL162
WHERE...

How to access SAP table V_TICL162

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