TICL036 SAP (Process) Table details

Dictionary Type: Table
Description: Process




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




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

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

The TICL036 table consists of various fields, each holding specific information or linking keys about Process data available in SAP. These include PROCESS (Business Process of Internal Claim Type), CLASSIFICATION (Process Classification), REJ_ATTRIB (Setting: Copy Facts Capture to Benefit Decision), REPO_NF_CLAI (Claimant Is not Proposed Value for Requester).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TICL036T


SAP TICL036 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 MANDTCLNT3Assigned to domainMANDT
PROCESSBusiness Process of Internal Claim Type ICL_PROCESSCHAR2ICL_PROCESS
CLASSIFICATIONProcess Classification ICL_PROCESS_CLASSCHAR1ICL_PROCESS_CLASS
REJ_ATTRIBSetting: Copy Facts Capture to Benefit Decision ICL_REJ_ATTRIBCHAR2ICL_REJ_ATTRIB
REPO_NF_CLAIClaimant Is not Proposed Value for Requester ICLH_CLAI_NONSUG_REPOCHAR1BOOLE
SPRO_FROM_SUBCLService Provider Proposed ICLH_HSPR_SUG_PROC_SUBCLCHAR1BOOLE
PAYE_FROM_CLAIClaimant Is Default Value for Payee ICLH_PAYE_FROM_CLAI_SUBCLCHAR1BOOLE
PAY_NO_ITEM_NAVPayment Screen: Hide Navigation to Claim Items ICL_PAY_NO_ITEM_NAVCHAR1XFELD
DENTAL_COPYTooth Values Are Copied ICLH_DENTAL_COPYCHAR1XFELD
REJECT_WO_TXTBRFplus Expression for Rejection Without Reason ICLH_REJECT_WO_TXTCHAR20Assigned to domainBRF_EXPRESSION

Key field Non-key field



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

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

SELECT SINGLE *
FROM TICL036
INTO CORRESPONDING FIELDS OF WA_TICL036
WHERE...

How to access SAP table TICL036

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