A_InsurClmBundleDataSource
Insur Claim Bundle Data Source
A_InsurClmBundleDataSource is a Consumption CDS View that provides data about "Insur Claim Bundle Data Source" in SAP S/4HANA. It reads from 1 data source (I_InsurClmBundleDataSource) and exposes 1 field with key field InsurClmBndlDtaSrce.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmBundleDataSource | I_InsurClmBundleDataSource | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Insur Claim Bundle Data Source | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | InsurClmBndlDtaSrce | view | |
| ObjectModel.sapObjectNodeType.name | InsuranceClaimBundleDataSource | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view | |
| OData.entityType.name | InsurClmBundleDataSource_Type | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmBndlDtaSrce | InsurClmBndlDtaSrce |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Claim Bundle Data Source'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
representativeKey: 'InsurClmBndlDtaSrce',
sapObjectNodeType.name: 'InsuranceClaimBundleDataSource',
usageType: {
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
}
@VDM : {
lifecycle.contract.type: #PUBLIC_REMOTE_API,
viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsurClmBundleDataSource_Type'
define root view entity A_InsurClmBundleDataSource
provider contract transactional_query
as projection on I_InsurClmBundleDataSource
{
key InsurClmBndlDtaSrce,
//Associations
_BundleDataSourceT : redirected to composition child A_InsurClmBundleDataSourceT
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMBUNDLEDATASOURCE"
],
"ASSOCIATED":
[
"A_INSURCLMBUNDLEDATASOURCET",
"I_INSURCLMBUNDLEDATASOURCET"
],
"BASE":
[
"I_INSURCLMBUNDLEDATASOURCE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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