ICLX_CLAIM_QUERY_S SAP (Return Structure for Claim Header Search) Structure details

Dictionary Type: Structure
Description: Return Structure for Claim Header Search




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




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

ICLX_CLAIM_QUERY_S 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 "Return Structure for Claim Header Search" 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_ICLX_CLAIM_QUERY_S TYPE ICLX_CLAIM_QUERY_S.

The ICLX_CLAIM_QUERY_S table consists of various fields, each holding specific information or linking keys about Return Structure for Claim Header Search data available in SAP. These include ACTIVE_DESCR (Short Text for Fixed Values), CLAIM_GUID (GUID of Length 32), CLAIM (Claim: Number), CLAIM_TYPE (Claim: Type Key).. 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 ICLX_CLAIM_QUERY_S 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
ACTIVETable entry is active (A) or in suspense (S) ICL_ACTIVECHAR1ICL_ACTIVE
ACTIVE_DESCRShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
CLAIM_GUIDGUID of Length 32 ICL_GUID32CHAR32SYSUUID_C
CLAIMClaim: Number ICLX_CLAIM_DCHAR17Assigned to domainCLAIMICL_CLAIMICL_CLAIMICL_CLAIMNO_COL
CLAIM_TYPEClaim: Type Key ICLX_CLTYPE_DCHAR4Assigned to domainICL_CLTYPE
CLAIM_TYPE_DESCRInternal Claim Type Name ICL_CLTYPENCHAR30TEXT30
STATUSClaim: Status Key ICLX_CLSTATUS_DCHAR2Assigned to domainICL_STATUS
POLICYContract Number ICLX_POLICY_DCHAR17ALPHAICL_POLICYICL_POLICY
POLICY_PRODUCTPolicy Product ICLX_POLPROD_DCHAR6Assigned to domainICL_POLPROD
POLICY_PRODUCT_DESCRName of Policy Product ICL_POLPRODNCHAR30TEXT30
LOSSCAUSEClaim: Cause of Loss / Injury Key ICLX_LOSSCAUSE_DCHAR3Assigned to domainICL_LOSSCAUSE
LOSSCAUSE_DESCRName for Cause of Claim/Loss ICL_LOSSCAUSENCHAR60TEXT60
LOSSTYPEClaim: Incident Type Key ICLX_LOSSTYPE_DCHAR4Assigned to domainICL_LOSSTYPEICL_LOSSTYPE
LOSSTYPE_DESCRName of Incident Type ICL_LOSSTYPENCHAR30TEXT30
DATELOSSClaim: Date of Loss / Injury ICLX_LOSSDATE_DDATS8DATE
CREATEDBYContract: Created By Key ICLX_CREATEDBY_DCHAR12Assigned to domainXUBNAME
CREATEDBY_DESCRContract: Created By Description ICLX_CREATEDBY_DESCR_DCHAR80TEXT80
CREATETIMECreated: Date + Time ICL_CREATEUTCDEC15TSTAMICL_TIMESTAMP
CHANGEDBYChanged By ICLX_CHANGEDBY_DCHAR12Assigned to domainXUBNAME
CHANGEDBY_DESCRChanged By (Full Name) ICLX_CHANGEDBY_DESCR_DCHAR80TEXT80
CHANGETIMEChanged: Date + Time ICL_CHANGEUTC1DEC15TSTAMICL_TIMESTAMP
ACHANGEDBYWhole Claim Last Changed By ICL_ACHANGEDBYCHAR12Assigned to domainXUBNAME
ACHANGEDBY_DESCRClaim: Whole Claim Last Changed By Description ICLX_CLM_ACHANGED_BY_DESCR_DCHAR80TEXT80
ACHANGETIMEWhole Claim Last Changed At ICL_ACHANGETIMEDEC15TSTAMICL_TIMESTAMP
STATUS_DESCRStatus Description ICL_STATUSNCHAR25TEXT25
JURISDICTION_COUNTRYClaim: Jurisdiction Country Key ICLX_JURISCOUNTRY_DCHAR3Assigned to domainLAND1
JURISDICTION_COUNTRY_DESCRClaim: Jurisdiction Country Description ICLX_JURISCOUNTRY_DESCR_DCHAR15TEXT15
JURISDICTION_REGIONClaim: Jurisdiction Region Key ICLX_JURISREGION_DCHAR3Assigned to domainREGIO
JURISDICTION_REGION_DESCRClaim: Jurisdiction Region Description ICLX_JURISREGION_DESCR_DCHAR20TEXT20
CLAIMANT_NAME_DESCRClaims Facade: Name of Claimant ICLX_CLAIMANT_NAME_DESCR_DCHAR90TEXT90
POLICYHOLDER_NAME_DESCRClaims Facade: Name of the Policyholder ICLX_POLICYHOLDER_NAME_DESCR_DCHAR90TEXT90
BUSINESS_PROCESSBusiness Process of a Claim Type ICLX_PROCESS_DCHAR2Assigned to domainICL_PROCESS
BUSINESS_PROCESS_DESCRBusiness Process of Claim Type: Description ICLX_PROCESS_DESCR_DCHAR25TEXT25
XWITHOUT_PRODUCTUse of Scenario Without Product Customizing ICL_XWITHOUTPRODUCT_DCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table ICLX_CLAIM_QUERY_S

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