E_InsurancePolicySubCoverage
Insurance Sub Coverage - Extension
E_InsurancePolicySubCoverage is a Extension CDS View that provides data about "Insurance Sub Coverage - Extension" in SAP S/4HANA. It reads from 1 data source (/pm0/abdacovcpco) and exposes 7 fields with key fields InsurPlcyUUID, InsurPlcyInsurContr, InsurPlcyCoveragePackageID, InsurPlcyCoverageID, InsurPlcySubCvrgID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /pm0/abdacovcpco | Persistence | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Insurance Sub Coverage - Extension | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #EXTENSION | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.elementSuffix | SBC | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.quota.maximumFields | 250 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 2500 | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurPlcyUUID | |||
| KEY | InsurPlcyInsurContr | /pm0/abdacovcpco | policyproduct_id | |
| KEY | InsurPlcyCoveragePackageID | /pm0/abdacovcpco | covpac_id | |
| KEY | InsurPlcyCoverageID | /pm0/abdacovcpco | coverage_id | |
| KEY | InsurPlcySubCvrgID | /pm0/abdacovcpco | covcpco_id | |
| KEY | InsurPlcyJrnlNmbr | |||
| KEY | InsurPlcyJrnlEndNmbr | /pm0/abdacovcpco | journalendno_id |
@EndUserText.label: 'Insurance Sub Coverage - Extension'
@AccessControl: {
authorizationCheck: #PRIVILEGED_ONLY
}
@VDM : {
viewType : #EXTENSION
}
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
@AbapCatalog.extensibility: {
extensible: true,
elementSuffix: 'SBC',
allowNewDatasources: false,
dataSources: ['Persistence'],
quota: {
maximumFields: 250,
maximumBytes: 2500
}
}
define view entity E_InsurancePolicySubCoverage
as select from /pm0/abdacovcpco as Persistence
{
key cast( Persistence.policy_id as /pm0/vdm_policy_uuid preserving type ) as InsurPlcyUUID,
key Persistence.policyproduct_id as InsurPlcyInsurContr,
key Persistence.covpac_id as InsurPlcyCoveragePackageID,
key Persistence.coverage_id as InsurPlcyCoverageID,
key Persistence.covcpco_id as InsurPlcySubCvrgID,
key cast( Persistence.journalno_id as /pm0/vdm_journal_number_id preserving type ) as InsurPlcyJrnlNmbr,
key Persistence.journalendno_id as InsurPlcyJrnlEndNmbr
}
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