SAP ICL_COVERAGE_OPEN Display of coverages available to open a subclaim with Table data and field list

ICL_COVERAGE_OPEN 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 "Display of coverages available to open a subclaim with" 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_COVERAGE_OPEN TYPE ICL_COVERAGE_OPEN.

The ICL_COVERAGE_OPEN table consists of various fields, each holding specific information or linking keys about Display of coverages available to open a subclaim with data available in SAP. These include COVERAGE (Coverage (Indicative for Background Reserve)), COVTYPE (Coverage Type), COVTYPEN (Name of Coverage Type), INSUREDOBJ (Insured Object Number)... 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. .

ICL_COVERAGE_OPEN structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ICL_COVERAGE_OPEN structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ICL_COVERAGE_OPEN table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
COVEREDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
COVERAGECoverage (Indicative for Background Reserve) ICL_COVERAGECHAR4Assigned to domainICL_COVERAGEICL_COVERAGE
COVTYPECoverage Type ICL_COVTYPECHAR10Assigned to domainICL_COVTYPE
COVTYPENName of Coverage Type ICL_COVTYPENCHAR50TEXT50
INSUREDOBJInsured Object Number ICL_INSOBJNUMC4Assigned to domainICL_INSOBJ
DESCLN1Short Description of Insured Object ICL_IOBDESC1CHAR50TEXT50
XLIABFlag: Liability? ICL_XLIABCHAR1XFELD
DEEMEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
XOPENEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
XOPENABLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SORTORDSequence ORDERNUMC2NUM2
XMARKCheckbox XFELDCHAR1XFELD
ICONSTATUSIndicates Whether Coverage Exists ICL_ICON_COVEREDCHAR50
ICONOPENEDState of Subclaim ICL_ICON_OPENEDCHAR4Assigned to domainICON
ICONOPENABLESubclaim of This Subclaim Type Can Be Opened ICL_ICON_OPENABLECHAR4Assigned to domainICON
ICONPARTYParticipants ICL_ICON_PARTYCHAR50

Key field Non-key field



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

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

How to access SAP table ICL_COVERAGE_OPEN

Within an ECC or HANA version of SAP you can also view further information about ICL_COVERAGE_OPEN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).