ICL_EVENTOV SAP (Additional Fields for Event Overview) Structure details

Dictionary Type: Structure
Description: Additional Fields for Event Overview




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




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

ICL_EVENTOV 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 "Additional Fields for Event Overview" 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_EVENTOV TYPE ICL_EVENTOV.

The ICL_EVENTOV table consists of various fields, each holding specific information or linking keys about Additional Fields for Event Overview data available in SAP. These include CCTYPEN (Name of Claim Bundle Type), CURRENCY (Long Text), SUMRES (will be deleted), AVERES (Average Reserve).. 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_EVENTOV 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
CCEVENTClaim Bundle ICL_CCEVENTCHAR17Assigned to domainALPHAICL_CCEVENTICLEVT
CCTYPENName of Claim Bundle Type ICL_CCEVENTCATNCHAR25TEXT25
CURRENCYLong Text LTEXTCHAR40TEXT40
SUMRESwill be deleted ICL_CCEVENTRESCURR17(2) ICL_TOAMT
AVERESAverage Reserve ICL_CCEVENTAVECURR15(2) ICL_ITAMT
SUMPAIDTotal Paid ICL_CCEVENTPAIDCURR17(2) ICL_TOAMT_2
COORDClaim Bundle Coordinator ICL_CCEVENTCOORCHAR10Assigned to domainALPHABU_PARTNER
COORDNAMEShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
OPENCLAIMSOpen Claim Count ICL_CCEVENTOPCLNUMC5NUMC5
CLOSEDCLAIMSNumber of Closed Claims ICL_CCEVENTCLCLNUMC5NUMC5
PUSH_RBGEOCITY_ICLE18Radio Button to Select Table Control for Location ICL_CCEVENTRB1CHAR1CHAR1
PUSH_RBGEOPOST_ICLE18Radio button to select table control for location ICL_CCEVENTRB2CHAR1CHAR1
PUSH_RBLOCADDR_ICLE18Radio button to select table control for location ICL_CCEVENTRB3CHAR1CHAR1
INSUREDNAMEPolicyholder IGN_INSUREDNAMECHAR50TEXT50
LIMITClaim Bundle Compensation Reserve ICL_CCEVENTLIMCURR17(2) ICL_TOAMT
CURR2Currency of Claim Bundle Reserve ICL_CCEVENTCURCUKY5TCURCWAERS
CURRENCY2Long Text LTEXTCHAR40TEXT40
POLICYNOFlag: Display 0 or 1 or Multiple Contract Numbers ICL_CCEVENTCAT04CHAR1ICL_CCEVENTCAT04
OWNERClaim Bundle Handler ICL_BUNDLEOWNERCHAR12Assigned to domainXUBNAME
OWNERNFull Name of Person AD_NAMTEXTCHAR80TEXT80

Key field Non-key field



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

As ICL_EVENTOV 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_EVENTOV as there is no data to select.

How to access SAP table ICL_EVENTOV

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