TICL814_TEST SAP (Reserve Group / Indicatives) Table details

Dictionary Type: Table
Description: Reserve Group / Indicatives




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




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

TICL814_TEST is a standard SAP Table which is used to store Reserve Group / Indicatives data and is available within R/3 SAP systems depending on the version and release level.

The TICL814_TEST table consists of various fields, each holding specific information or linking keys about Reserve Group / Indicatives data available in SAP. These include RESGROUP (Reserve Group), INDEX_NUMBER (Number), COMPCODE_SEL (Selection Type), COMPCODE_FROM (Company Code).. 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: Cannot Be Enhanced


SAP TICL814_TEST 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
RESGROUPReserve Group ICL_RESGROUPCHAR25TICL802ICL_RESGROUP
INDEX_NUMBERNumber ICL_INDEXNUMC3ICL_COUNT
COMPCODE_SELSelection Type ICL_SELECTIONCHAR1ICL_SELECTION
COMPCODE_FROMCompany Code ICL_COMPCODE_FROMCHAR4TICL825ICL_COMPCODE
COMPCODE_TOUpper Limit for Company Code Interval ICL_COMPCODE_TOCHAR4TICL825ICL_COMPCODE
PRDGRP_SELSelection Type ICL_SELECTIONCHAR1ICL_SELECTION
PRDGRP_FROMProduct Group ICL_PRDGRP_FROMCHAR2TICL820ICL_PRDGRP
PRDGRP_TOProduct Group To ICL_PRDGRP_TOCHAR2TICL820ICL_PRDGRP
LINEOFINS_SELSelection Type ICL_SELECTIONCHAR1ICL_SELECTION
LINEOFINS_FROMLine of Insurance ICL_LINEOFINS_FROMCHAR10TICL821ICL_LINEOFINS
LINEOFINS_TOLine of Insurance To ICL_LINEOFINS_TOCHAR10TICL821ICL_LINEOFINS
COVERAGE_SELSelection Type ICL_SELECTIONCHAR1ICL_SELECTION
COVERAGE_FROMCoverage ICL_COVERAGE_FROMCHAR4TICL822ICL_COVERAGE
COVERAGE_TOUpper Limit for Coverage Interval ICL_COVERAGE_TOCHAR4TICL822ICL_COVERAGE
REGOFFICE_SELSelection Type ICL_SELECTIONCHAR1ICL_SELECTION
REGOFFICE_FROMRegional Office ICL_REGOFFICE_FROMCHAR4TICL824ICL_REGOFFICE
REGOFFICE_TOUpper Limit for Regional Office ICL_REGOFFICE_TOCHAR4TICL824ICL_REGOFFICE
STATE_SELSelection Type ICL_SELECTIONCHAR1ICL_SELECTION
STATE_FROMState ICL_STATE_FROMCHAR3TICL823ICL_STATE
STATE_TOUpper Limit for State Interval ICL_STATE_TOCHAR3TICL823ICL_STATE
REPYEAR_SELSelection Type ICL_SELECTIONCHAR1ICL_SELECTION
REPYEAR_FROMReport Year ICL_REPYEAR_FROMNUMC4ICL_YEAR
REPYEAR_TOUpper Limit of Report Year Interval ICL_REPYEAR_TONUMC4ICL_YEAR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TICL814_TEST
INTO CORRESPONDING FIELDS OF WA_TICL814_TEST
WHERE...

How to access SAP table TICL814_TEST

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