ICL_CLAIM_FILE_AUTO_S_POLINS SAP (Insured Object in Policy Snapshot) Structure details

Dictionary Type: Structure
Description: Insured Object in Policy Snapshot




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




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

ICL_CLAIM_FILE_AUTO_S_POLINS 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 "Insured Object in Policy Snapshot" 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_CLAIM_FILE_AUTO_S_POLINS TYPE ICL_CLAIM_FILE_AUTO_S_POLINS.

The ICL_CLAIM_FILE_AUTO_S_POLINS table consists of various fields, each holding specific information or linking keys about Insured Object in Policy Snapshot data available in SAP. These include CLIENT (Client), ACTIVE (Table entry is active (A) or in suspense (S)), CLAIM (Policy Snapshot for Claim), POLVNR (Counter of Contract Version).. 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 (Deep)


SAP ICL_CLAIM_FILE_AUTO_S_POLINS 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
WA_POL_INSOBJ 0
CLIENTClient MANDTCLNT3MANDT
ACTIVETable entry is active (A) or in suspense (S) ICL_ACTIVECHAR1ICL_ACTIVE
CLAIMPolicy Snapshot for Claim ICL_CLAIM1CHAR17ALPHAICL_CLAIM
POLVNRCounter of Contract Version ICL_POLVCNTRNUMC2ICL_POLVCNTR
INSUREDOBJInsured Object Number ICL_INSOBJNUMC4ICL_INSOBJ
PROPCATCategory of Insured Object ICL_IOBCATCHAR2ICL_IOBCAT
PROPERTYInsurable Object ICL_IOBCHAR9ICL_IOB
IOBTYPEType of Damaged or Insured Object ICL_IOBTYPECHAR3ICL_IOBTYPEICL_IOBTYPE
DESCRIPTIONShort Description of Insured Object ICL_IOB_TEXTCHAR80TEXT80
JOBGROccupation of an Insured Person or Group of Persons ICL_IOB_JOBGRCHAR4BU_JOBGR
GEBNRUnderwriting Area ICL_GEBNR_DCHAR24
ASSIGN_GUIDGUID of Length 32 ICL_GUID32CHAR32SYSUUID_C
IOBTYPENName of Object Type ICL_IOBTYPENCHAR50TEXT50
DESCLN1Short Description of Insured Object ICL_IOBDESC1CHAR50TEXT50
DESCLN2(Long) Description of Insured Object (2 Lines) ICL_IOBDESC2CHAR60TEXT60
LIENHOLDEROwner or Part Owner ICL_LIENHOLDERCHAR10ALPHABU_PARTNER
LIENHOLDERNParticipant in Claim: Description ICL_DESCRIPCHAR50CHAR50
XMARKCheckbox XFELDCHAR1XFELD
CHANGETIMEChanged: Date + Time ICL_CHANGEUTC1DEC15TSTAMICL_TIMESTAMP
CHANGEDBYChanged By ICL_CHANGEDBYCHAR12XUBNAME
DELETEDDatabase Line Status (Original, Changed, Deleted) ICL_RECSTATUSCHAR1ICL_RECSTATUS
IMEMTABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
POLSGUIDGUID of Length 32 ICL_GUID32CHAR32SYSUUID_C

Key field Non-key field



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

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

How to access SAP table ICL_CLAIM_FILE_AUTO_S_POLINS

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