TICL161 SAP (Version of Benefit Type Tree) Table details

Dictionary Type: Table
Description: Version of Benefit Type Tree




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




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

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

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

Text table = TICL161T


SAP TICL161 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_BENTREECHAR8Assigned to domainICL_BENTREE
GENERATGeneration of Benefit Type Tree ICL_BENTREEGNUMC5TICL160ICL_BENTREEG
VERSIONVersion of Benefit Type Tree ICL_BENTREEVNUMC5ICL_BENTREEV
ACTIVEStatus ICL_ACTIVE2CHAR1ICL_ACTIVE2
CHANGEDBYVersion Created By (= Object Changed By) ICL_CHANGEBYCHAR12USR02XUBNAME
CHANGETIMEVersion Created: Date + Time ICL_CHANGEUTCDEC15TSTAMICL_TIMESTAMP
INACTIVETIMEVersion Deactivated: Date + Time ICL_INACTIUTCDEC15TSTAMICL_TIMESTAMP
EFFFROMTIMEVersion Valid From: Date + Time ICL_EFFROMUTCDEC15TSTAMICL_TIMESTAMP
EFFTOTIMEVersion Valid To: Date + Time ICL_EFFETOUTCDEC15TSTAMICL_TIMESTAMP
TERMTIMEValid-To Date Set: Date + Time ICL_TERMINUTCDEC15TSTAMICL_TIMESTAMP
DELETEDFlag: Deletion Entry? ICL_XDELETECHAR1XFELD
OVERSIONVersion in Original System ICL_CLTYPEVONUMC5Assigned to domainICL_CLTYPEV
OSYSIDOriginal System of Version ICL_OSYSIDCHAR8SYCHAR08
OMANDTClient in Original System ICL_OMANDTCLNT3Assigned to domainMANDT
BVERSIONBasis Version ICL_CLTYPEVBNUMC5Assigned to domainICL_CLTYPEV
VERSION_REFReference Version ICL_PI_VERSION_REFCHAR32ICL_PI_OBJKEY
CURRCurrency for All Amount Fields of Benefit Type Tree ICL_BENTREE01CUKY5TCURCWAERS
PBENTREEHigher-Level Benefit Type Tree ICL_BENTREE02CHAR8TICL160ICL_BENTREE
XSUBCLAIMBenefit Type Tree Only Used for Coverage Types ICL_XSUBCLBENTREECHAR1XFELD
BENTREECATCategory of Benefit Type Tree ICL_BENTREE_CATCHAR1ICL_BENTREE_CAT
AWAITPERREJRRejection Due to General Probationary Periods ICL_AWAITPERREJRCHAR2TICL022ICL_REJREASON
BWAITPERREJRRejection Due to Special Probationary Period ICL_BWAITPERREJRCHAR2TICL022ICL_REJREASON

Key field Non-key field



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

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

SELECT SINGLE *
FROM TICL161
INTO CORRESPONDING FIELDS OF WA_TICL161
WHERE...

How to access SAP table TICL161

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