A_InsuranceClaimBundleType

DDL: A_INSURANCECLAIMBUNDLETYPE Type: view_entity CONSUMPTION

Insur Claim Bundle Type

A_InsuranceClaimBundleType is a Consumption CDS View that provides data about "Insur Claim Bundle Type" in SAP S/4HANA. It reads from 1 data source (I_InsuranceClaimBundleType) and exposes 1 field with key field InsurClaimBundleType.

Data Sources (1)

SourceAliasJoin Type
I_InsuranceClaimBundleType I_InsuranceClaimBundleType projection

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Insur Claim Bundle Type view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey InsurClaimBundleType view
ObjectModel.sapObjectNodeType.name InsuranceClaimBundleType 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 InsuranceClaimBundleType_Type view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY InsurClaimBundleType InsurClaimBundleType
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Claim Bundle Type'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
                 representativeKey: 'InsurClaimBundleType',
                sapObjectNodeType.name: 'InsuranceClaimBundleType',
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@VDM : {
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsuranceClaimBundleType_Type'

define root view entity A_InsuranceClaimBundleType
  as projection on I_InsuranceClaimBundleType
{
      @Search.defaultSearchElement: true
  key InsurClaimBundleType,
      //Associations

      _InsurClmBndlTypeT : redirected to composition child A_InsuranceClaimBundleTypeText

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURANCECLAIMBUNDLETYPE"
],
"ASSOCIATED":
[
"A_INSURANCECLAIMBUNDLETYPETEXT",
"I_INSURANCECLAIMBUNDLETYPETEXT"
],
"BASE":
[
"I_INSURANCECLAIMBUNDLETYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/