A_InsurClmBundleDataSource

DDL: A_INSURCLMBUNDLEDATASOURCE Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_InsurClmBundleDataSource I_InsurClmBundleDataSource projection

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/