A_InsurancePolicy
Insurance Policy
A_InsurancePolicy is a Consumption CDS View that provides data about "Insurance Policy" in SAP S/4HANA. It reads from 1 data source (R_InsurancePolicyTP) and exposes 11 fields with key field InsurPlcyUUID. It is exposed through 1 OData service (API_INSURANCEPOLICY). Part of development package VDM_PM_PLCY_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_InsurancePolicyTP | R_InsurancePolicyTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Insurance Policy | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| OData.entityType.name | InsurancePolicy_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_INSURANCEPOLICY | API_INSURANCEPOLICY | V4 | C2 | C1 |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurPlcyUUID | InsurPlcyUUID | ||
| InsurancePolicy | InsurancePolicy | |||
| InsurPlcyAuthznSlsProductGroup | InsurPlcyAuthznSlsProductGroup | |||
| InsurPlcyStartDateTime | InsurPlcyStartDateTime | |||
| InsurApplLifeCycSts | InsurApplLifeCycSts | |||
| InsurPlcyDistrChnl | InsurPlcyDistrChnl | |||
| InsrrIDByInsrr | InsrrIDByInsrr | |||
| InsurancePolicyPolicyControl | InsurancePolicyPolicyControl | |||
| InsurPlcyAcqnType | InsurPlcyAcqnType | |||
| PrdcssrInsurancePolicy | PrdcssrInsurancePolicy | |||
| InsurPolicyCancellationStatus | InsurPolicyCancellationStatus |
@EndUserText.label: 'Insurance Policy'
@VDM: {
viewType:#CONSUMPTION,
lifecycle.contract.type:#PUBLIC_REMOTE_API,
usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
}
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #('TRANSACTIONAL_DATA'),
privilegedAssociations: [ '_InsuranceContract',
'_InsurancePolicyholder',
'_InsurPlcyContrJrnl',
'_InsurPlcyPlndProcg',
'_InsurPlcyCashFlowHeader']
}
@Metadata: {
ignorePropagatedAnnotations:true
}
@ObjectModel: {
semanticKey: [ 'InsurancePolicy' ],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
@OData.entityType.name: 'InsurancePolicy_Type'
define root view entity A_InsurancePolicy
as projection on R_InsurancePolicyTP as InsurancePolicy
{
key InsurPlcyUUID,
InsurancePolicy,
InsurPlcyAuthznSlsProductGroup,
InsurPlcyStartDateTime,
@ObjectModel.sapObjectNodeTypeReference: 'InsurApplLifeCycleStatus'
InsurApplLifeCycSts,
@ObjectModel.sapObjectNodeTypeReference: 'InsurPolicyDistributionChannel'
InsurPlcyDistrChnl,
@ObjectModel.sapObjectNodeTypeReference: 'Insurer'
InsrrIDByInsrr,
@ObjectModel.sapObjectNodeTypeReference: 'InsurancePolicyTemplate'
InsurancePolicyPolicyControl,
@ObjectModel.sapObjectNodeTypeReference: 'InsurPolicyAcquisitionType'
InsurPlcyAcqnType,
PrdcssrInsurancePolicy,
InsurPolicyCancellationStatus,
/* Associations */
_InsuranceContract : redirected to composition child A_InsuranceContract,
_InsurancePolicyholder : redirected to composition child A_InsurPolicyPolicyHolder,
_InsurPlcyContrJrnl : redirected to composition child A_InsurPlcyContrJrnl,
_InsurPlcyPlndProcg : redirected to composition child A_InsurPolicyPlannedProcessing,
_InsurPlcyCashFlowHeader : redirected to A_InsurPlcyCashFlowHeader
}
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