ICL_CL_INPUT SAP (Input of Claims for Distribution of Supplemental Reserves) Structure details

Dictionary Type: Structure
Description: Input of Claims for Distribution of Supplemental Reserves




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




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

ICL_CL_INPUT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Input of Claims for Distribution of Supplemental Reserves" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ICL_CL_INPUT TYPE ICL_CL_INPUT.

The ICL_CL_INPUT table consists of various fields, each holding specific information or linking keys about Input of Claims for Distribution of Supplemental Reserves data available in SAP. These include PRDGRP (Product Group), LINEOFINS (Line of Insurance), COVERAGE (Coverage (Indicative for Background Reserve)), REGOFFICE (Regional Office).. 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: Can be enhanced (character-type or numeric)


SAP ICL_CL_INPUT structure 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
COMPCODECompany Code for Reserves ICL_COMPCODECHAR4Assigned to domainICL_COMPCODEICL_COMPCODE
PRDGRPProduct Group ICL_PRDGRPCHAR2Assigned to domainICL_PRDGRPICL_PRDGRP
LINEOFINSLine of Insurance ICL_LINEOFINSCHAR10Assigned to domainICL_LINEOFINSICL_LINEOFINS
COVERAGECoverage (Indicative for Background Reserve) ICL_COVERAGECHAR4Assigned to domainICL_COVERAGEICL_COVERAGE
REGOFFICERegional Office ICL_REGOFFICECHAR4Assigned to domainICL_REGOFFICEICL_REGOFFICE
STATEState ICL_STATECHAR3Assigned to domainICL_STATEICL_STATE
REPYEARReport Year ICL_REPYEARNUMC4ICL_YEAR
REPMONTHReport Month ICL_REPMONTHNUMC2ICL_MONTH
CLAIMNumber of Claim ICL_CLAIMCHAR17Assigned to domainALPHAICL_CLAIMICL_CLAIMICL_CLAIMNO_COL
CLAIMANTClaimant ICL_CLAIMANTCHAR10Assigned to domainALPHABU_PARTNER
LIMIT_PERSLimit per Person ICL_LIMIT_PERSCURR15(2) ICL_AMOUNT
LIMIT_OCCLimit per Incident ICL_LIMIT_OCCCURR15(2) ICL_AMOUNT
CLAIMPENDINGCombination: Claim/Coverage/Claimant Open/Closed ICL_CLAIMPENDINGCHAR1CHAR01
PAIDLOSSSuppl. Reserve: Paid Benefit ICL_PAIDLOSSRESCURR15(2) ICL_AMOUNT
FIELDRESField Reserve ICL_FIELDRESCURR15(2) ICL_AMOUNT
SUPRESAMOUNTSupplemental Claim Loss Reserve ICL_RESAMOUNTCURR15(2) ICL_RESAMOUNT

Key field Non-key field



How do I retrieve data from SAP structure ICL_CL_INPUT using ABAP code?

As ICL_CL_INPUT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ICL_CL_INPUT as there is no data to select.

How to access SAP table ICL_CL_INPUT

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