M_TICL163 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

M_TICL163 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 M_TICL163 table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP M_TICL163 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
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_BENTYPECHAR10TICL162ICL_BENTYPEICL_BENTYPE
COUNTRYCountry in Which Limit Applies ICL_COUNTRYLCHAR3T005LAND1
REGIONRegion in Which Limit is Valid ICL_REGIONLCHAR3T005SREGIO
PRIORITYPriority for Application of Limits and Deductibles ICL_PRIORITY1NUMC2NUMC2
BENTREENName of Benefit Type Tree ICL_BENTREENCHAR30TEXT30
BENTREEGNName of Generation of Benefit Type Tree ICL_BENTREEGNCHAR50TEXT50
BENTREEVNName of Version of Benefit Type Tree ICL_BENTREEVNCHAR50TEXT50
BENTYPENBenefit Type Name ICL_BENTYPENCHAR80ICL_BENTYPEN
LANDXCountry Name LANDXCHAR15TEXT15
REGIONNDescription BEZEI20CHAR20TEXT20
UNOPCOVCoverage Type as Filter for Application of Limits/Deductible ICL_UNOPCOVTPCHAR10TICL322ICL_COVTYPE
CMC_RULEBRFplus Expression for Application of Limits or Deductibles ICL_CMC_RULE1CHAR20TBRF150BRF_EXPRESSIONICL_CMC_RULE
LIMITLimit ICL_POLB02CURR15(2) ICL_ITAMT
LIMAMTQuantity Limit ICL_LIMAMTQUAN10(3) ICL_LIMAMT
LIMUNITUnit of Measure of Limit ICL_LIMUNITUNIT3T006CUNITMEINS
MSEHLUnit of Measurement Text (Maximum 30 Characters) MSEHLCHAR30TEXT30
DEDUCTIBLEDeductible ICL_POLB03CURR15(2) ICL_ITAMT
DEDUCTAMTDeductible on Quantities (e.g.Days, Meters) ICL_DEDAMTQUAN10(3) ICL_DEDAMT
DEDUCTUNITUnit of Measurement of Deductible ICL_DEDUNITUNIT3CUNITMEINS
DEDUCTPERCDeductible in Percent ICL_DEDUCTPERCDEC5(2) ICL_PERCENT
COVTYPECoverage Type of Reference Limit in Contract ICL_COVTYPE1CHAR10TICL322ICL_COVTYPE
RBENTYPEBenefit Type of Reference Limit/Deductible in Contract ICL_BENTYPE1CHAR10TICL055ICL_BENTYPE
PERCENTPercentage of Reference Limit/Reference Deductible ICL_REFLIMITPDEC5(2) ICL_PERCENT
LIMDEDRULEProduct Rule for Determining Limits and Deductibles ICL_LIMDEDRULECHAR1ICL_LIMDEDRULE
LEGALRULERegional Rule for Determining Limits and Deductibles ICL_LEGALRULECHAR1ICL_LEGALRULE
REJREASONAutomatically Set Claim Item Rejection Reason ICL_REJREASON2CHAR2TICL022ICL_REJREASON
REJREASONNClaim Item Rejection Reason Name ICL_REJREASONNCHAR20TEXT20
REIMB_DEDUC_RULERule for Determining Deductible to be Reimbursed ICL_DED_RULECHAR1ICL_DED_RULE
CMC_RULENBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
CURRCurrency for All Amount Fields of Benefit Type Tree ICL_BENTREE01CUKY5TCURCWAERS
MINREFPERCENTMinimum Percent of Reference Limit ICL_REFPRCTMINDEC5(2) ICL_PERCENT
WAITINGPRDWaiting Period ICL_WAITINGPRDNUMC4NUMC4
RETROPRDRetroactive Period ICL_RETROPRDNUMC4NUMC4
FORMULA_IDFormula ID SFBEIDCHAR32SYSUUID_C
DEDPERCRULECombination Rule of Percent and Fixed Deductible ICL_DEDPERCRULECHAR1ICL_DEDPERCRULE
GRPDEDLIMMaximum Total Deductible per Grouping ICL_GRPDEDLIMCURR15(2) ICL_ITAMT

Key field Non-key field



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

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

SELECT SINGLE *
FROM M_TICL163
INTO CORRESPONDING FIELDS OF WA_M_TICL163
WHERE...

How to access SAP table M_TICL163

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