A_InsurClmFNOL
FNOL Claim
A_InsurClmFNOL is a Consumption CDS View that provides data about "FNOL Claim" in SAP S/4HANA. It reads from 1 data source (R_InsurClmFNOLTP) and exposes 43 fields with key field InsuranceClaim. It is exposed through 1 OData service (API_FIRSTNOTICEOFLOSS). Part of development package ICL_VDM_FNOL_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_InsurClmFNOLTP | R_InsurClmFNOLTP | projection |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | FNOL Claim | view | |
| AbapCatalog.extensibility.elementSuffix | FNO | view | |
| AbapCatalog.extensibility.quota.maximumFields | 100 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 1000 | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| OData.entityType.name | InsuranceClaim_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FIRSTNOTICEOFLOSS | API_FIRSTNOTICEOFLOSS | V4 | C2 | C1 |
Fields (43)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsuranceClaim | InsuranceClaim | ||
| InsuranceContract | InsuranceContract | |||
| InsurClmPolicyProduct | InsurClmPolicyProduct | |||
| ChangedOnDateTime | ChangedOnDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| CreationDateTime | CreationDateTime | |||
| CreatedByUser | CreatedByUser | |||
| InsurClmLifeCycSts | InsurClmLifeCycSts | |||
| InsurClmStatReason | InsurClmStatReason | |||
| InsurClmType | InsurClmType | |||
| InsurClmAuthznGrp | InsurClmAuthznGrp | |||
| InsurClmPolicyProdGeneration | InsurClmPolicyProdGeneration | |||
| InsurClmPolicyProductVersion | InsurClmPolicyProductVersion | |||
| InsurClmIncdntType | InsurClmIncdntType | |||
| InsurClmDateOfLoss | InsurClmDateOfLoss | |||
| InsurClmCauseOfLoss | InsurClmCauseOfLoss | |||
| InsurClmLossLocAddressID | InsurClmLossLocAddressID | |||
| InsurClmTypeGeneration | InsurClmTypeGeneration | |||
| InsurClmTypeVers | InsurClmTypeVers | |||
| InsurClmTimeOfLoss | InsurClmTimeOfLoss | |||
| InsurClmTimeZoneOfLoss | InsurClmTimeZoneOfLoss | |||
| InsurClmContractLastRenewal | InsurClmContractLastRenewal | |||
| InsurClmVersionChangeTime | InsurClmVersionChangeTime | |||
| InsurClmAssignUUID | InsurClmAssignUUID | |||
| InsurClmComplexity | InsurClmComplexity | |||
| InsurClmJurisdictionCountry | InsurClmJurisdictionCountry | |||
| InsurClmJurisdictionRegion | InsurClmJurisdictionRegion | |||
| InsurClmCovered | InsurClmCovered | |||
| InsurClmBenefitTypeTree | InsurClmBenefitTypeTree | |||
| InsurClmBnftTypeTreeGeneration | InsurClmBnftTypeTreeGeneration | |||
| InsurClmBnftTypeTreeVersion | InsurClmBnftTypeTreeVersion | |||
| InsurClmIsWithoutProduct | InsurClmIsWithoutProduct | |||
| InsurClmIsDummyClaim | InsurClmIsDummyClaim | |||
| InsurClmReportedDate | InsurClmReportedDate | |||
| InsurClmAgentReportedDate | InsurClmAgentReportedDate | |||
| InsurClmSensitiveClaim | InsurClmSensitiveClaim | |||
| InsuranceClaimDraftIdentifier | InsuranceClaimDraftIdentifier | |||
| InsurClmLossLocStreet | InsurClmLossLocStreet | |||
| InsurClmLossLocHouseNumber | InsurClmLossLocHouseNumber | |||
| InsurClmLossLocCity | InsurClmLossLocCity | |||
| InsurClmLossLocRegion | InsurClmLossLocRegion | |||
| InsurClmLossLocPostalCode | InsurClmLossLocPostalCode | |||
| InsurClmLossLocCountry | InsurClmLossLocCountry |
@EndUserText.label: 'FNOL Claim'
@AbapCatalog.extensibility.extensible
@AbapCatalog.extensibility.elementSuffix: 'FNO'
@AbapCatalog.extensibility.quota.maximumFields: 100
@AbapCatalog.extensibility.quota.maximumBytes: 1000
@AbapCatalog.extensibility.dataSources: ['InsurClmFNOLTP']
@VDM: {
viewType:#CONSUMPTION,
lifecycle.contract.type:#PUBLIC_REMOTE_API,
usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
}
@AccessControl: {
authorizationCheck: #MANDATORY
//personalData.blocking: #('TRANSACTIONAL_DATA'),
//privilegedAssociations: [ '','']
}
@Metadata: {
ignorePropagatedAnnotations:true
}
@ObjectModel: {
//modelingPattern: #TRANSACTIONAL_QUERY,
semanticKey: [ 'InsuranceClaim' ],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
@OData.entityType.name: 'InsuranceClaim_Type'
define root view entity A_InsurClmFNOL provider contract transactional_query
as projection on R_InsurClmFNOLTP as InsurClmFNOLTP
{
key InsuranceClaim,
InsuranceContract,
InsurClmPolicyProduct,
ChangedOnDateTime,
LastChangedByUser,
CreationDateTime,
CreatedByUser,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimLifeCycleStatus'
InsurClmLifeCycSts,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimStatReason'
InsurClmStatReason,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimType'
InsurClmType,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClmAuthorizationGroup'
InsurClmAuthznGrp,
InsurClmPolicyProdGeneration,
InsurClmPolicyProductVersion,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimIncidentType'
InsurClmIncdntType,
InsurClmDateOfLoss,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimCauseOfLoss'
InsurClmCauseOfLoss,
InsurClmLossLocAddressID,
InsurClmTypeGeneration,
InsurClmTypeVers,
InsurClmTimeOfLoss,
InsurClmTimeZoneOfLoss,
InsurClmContractLastRenewal,
InsurClmVersionChangeTime,
InsurClmAssignUUID,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimComplexity'
InsurClmComplexity,
InsurClmJurisdictionCountry,
InsurClmJurisdictionRegion,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimCovered'
InsurClmCovered,
@ObjectModel.sapObjectNodeTypeReference: 'InsuranceClaimBenefitTypeTree'
InsurClmBenefitTypeTree,
InsurClmBnftTypeTreeGeneration,
InsurClmBnftTypeTreeVersion,
InsurClmIsWithoutProduct,
InsurClmIsDummyClaim,
InsurClmReportedDate,
InsurClmAgentReportedDate,
InsurClmSensitiveClaim,
InsuranceClaimDraftIdentifier,
InsurClmLossLocStreet,
InsurClmLossLocHouseNumber,
InsurClmLossLocCity,
InsurClmLossLocRegion,
InsurClmLossLocPostalCode,
InsurClmLossLocCountry,
/* Associations */
_DamagedVehicle : redirected to composition child A_InsurClmFNOLDamagedObject,
_Facts : redirected to composition child A_InsurClmFNOLFactsOrigin,
_Note : redirected to composition child A_InsurClmFNOLNote,
// _PolicyProduct,
// _PolicySnapshot,
_SFCLoss : redirected to composition child A_InsurClmFNOLFactsLossLoc,
_Witness : redirected to composition child A_InsurClmFNOLWtnss,
_Claimant : redirected to composition child A_InsurClmFNOLClmnt,
_Driver : redirected to composition child A_InsurClmFNOLVehDriver,
_Diagnosis : redirected to composition child A_InsurClmFNOLDiagnosis,
_QuestionInjured: redirected to composition child A_InsurClmFNOLInjuredSFC,
_QuestionsDmgdVeh: redirected to composition child A_InsurClmFNOLFactsDmgdVeh,_ServiceProvider: redirected to composition child A_InsurClmFNOLSrvcPrvdr
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA