SAP ICL_CDC_SCREEN_FIELDS Claim Entry: Fields on Screen Table data and field list

ICL_CDC_SCREEN_FIELDS 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 "Claim Entry: Fields on Screen" 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_CDC_SCREEN_FIELDS TYPE ICL_CDC_SCREEN_FIELDS.

The ICL_CDC_SCREEN_FIELDS table consists of various fields, each holding specific information or linking keys about Claim Entry: Fields on Screen data available in SAP. These include EXCLAIMNOCAT (External Number Category), EXCLAIMNO (External Number), POLICY (Contract Number), CONTR_PM_TXT (Short Name of PM Contract)... 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_CDC_SCREEN_FIELDS structure Technical Details:

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_CDC_SCREEN_FIELDS 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_CDC_SCREEN_FIELDS 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
CLAIMNumber of Claim ICL_CLAIMCHAR17Assigned to domainALPHAICL_CLAIMICL_CLAIMICL_CLAIMNO_COL
EXCLAIMNOCATExternal Number Category ICL_CLAIMNOCATCHAR1ICL_CLAIMNOCATICL_CLAIMNOCAT
EXCLAIMNOExternal Number ICL_CLAIMNOCHAR23ICL_CLAIMNOICL_CLAIMNO
POLICYContract Number ICL_POLICYCHAR17ALPHAICL_POLICYICL_POLICY
CONTR_PM_TXTShort Name of PM Contract ICL_CONTR_PM_TXTCHAR50ICL_PMI_CONTR_PM_TXT
POLREIMPORTReimport Contract ICL_POLREIMPORTCHAR1XFELD
HOLDERInsured ICL_POLHCHAR10Assigned to domainALPHABU_PARTNER
HOLDERDESCRShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
DATELOSSDate of Loss/Claim ICL_LOSSDATEDATS8DATEICL_LOSSDATE
TIMELOSSTime of Claim/Loss ICL_LOSSTIMETIMS6TIMEICL_LOSSTIME
XDATEESTIMDate Is Estimate ICL_XLOSSDATECHAR1XFELD
LOSSCAUSECause of Loss/Claim ICL_LOSSCAUSECHAR3Assigned to domainICL_LOSSCAUSE
LOSSCAUSENName for Cause of Claim/Loss ICL_LOSSCAUSENCHAR60TEXT60
LOSSTYPEIncident Type of a Claim ICL_LOSSTYPECHAR4TICL060ICL_LOSSTYPEICL_LOSSTYPE
LOSSTYPENName of Incident Type ICL_LOSSTYPENCHAR30TEXT30
CLINEOFBUSClaim Line of Business ICL_CLINEOFBUSCHAR3TICL077ICL_CLINEOFBUS
CLINEOFBUSNName of Claim Line of Business ICL_CLINEOFBUSNCHAR30TEXT30
POLPRODPolicy Product ICL_POLPRODCHAR6Assigned to domainICL_POLPROD
POLPRODNName of Policy Product ICL_POLPRODNCHAR30TEXT30
PLINEOFBUSInsurance Line of Business ICL_LINEOFBUSCHAR3TICL007ICL_LINEOFBUS
PLINEOFBUSNName of Insurance Line of Business ICL_LINEOFBUSNCHAR30TEXT30
DISTCHANInsurance Distribution Channel ICL_DISTCHANCHAR1TICL500ICL_DISTCHAN
LRENEWALLast Renewal of Contract Before Claim Date/Time ICL_LRENEWALDEC15TSTAMICL_TIMESTAMP
XSKIPDUPLCHECKFlag: Skip Duplicate Check in Direct Input ICL_XSKIPDUPLCHECKCHAR1XFELD
DATEFROMStart of Invoice Period: Date ICL_DATEFROM_INVDATS8DATSICL_DATEFROM_INV
DATETOEnd of Invoice Period: Date ICL_DATETO_INVDATS8DATSICL_DATETO_INV
CLAIM_APPRApproval Number ICL_CLAIM_APPRCHAR17Assigned to domainCLAIMICL_CLAIMICL_CLAIM_APPR
SUBCLAIM_APPRSubclaim Number as Second Part of Approval Number ICL_SUBCL_APPRCHAR3Assigned to domainICL_SUBCLICL_SUBCL_APPR
PROCUREMENT_APPRID of Claim Item Grouping as Part of Approval Number ICL_PROCUREMENT_APPRNUMC4Assigned to domainICL_PROCUREMENTICL_PROCUREMENT_APPR
ISSUEDATE_PRESCRDate Prescription Created Acc. to Invoice ICL_ISSUEDATE_PRESCRDATS8DATSICL_ISSUEDATE_PRESCR
XDUMMYCLAIMFlag: Dummy Claim ICL_XDUMMYCLAIMCHAR1XFELD
CLTYPEInternal Claim Type ICL_CLTYPECHAR4Assigned to domainICL_CLTYPE
CLTYPENInternal Claim Type Name ICL_CLTYPENCHAR30TEXT30
POLICY_PMNumber of Policy in FS-PM ICL_PMI_POLEXCHAR17ALPHAICL_POLICYICL_POLICY1_PM
POLICY_PM_TXTShort Name of Policy ICL_POLICY_PM_TXTCHAR50ICL_PMI_POLICY_PM_TXT
PROFILE_PR_LEVELBenefit Processing Profile at Product Level ICL_PROFILE_PR_LEVEL_DCHAR5Assigned to domainICL_PROFILE_PR_LEVELICL_PROFILE_PR_LEVEL
LTIMEZONETime Zone of Claim/Loss Event ICL_LTIMEZONECHAR6Assigned to domainTZNZONE

Key field Non-key field



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

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

How to access SAP table ICL_CDC_SCREEN_FIELDS

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

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