A_InsuranceClaimBundleSubtype

DDL: A_INSURANCECLAIMBUNDLESUBTYPE Type: view_entity CONSUMPTION

Insur Clm Bundle Subtype

A_InsuranceClaimBundleSubtype is a Consumption CDS View that provides data about "Insur Clm Bundle Subtype" in SAP S/4HANA. It reads from 1 data source (I_InsuranceClaimBundleSubtype) and exposes 2 fields with key fields InsurClaimBundleType, InsurClaimBundleSubtype. It is exposed through 1 OData service (API_INSURCLMBUNDLESUBTYPE).

Data Sources (1)

SourceAliasJoin Type
I_InsuranceClaimBundleSubtype I_InsuranceClaimBundleSubtype projection

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Insur Clm Bundle Subtype view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey InsurClaimBundleSubtype view
ObjectModel.sapObjectNodeType.name InsuranceClaimBundleSubtype 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 InsuranceClaimBundleSubtype_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_INSURCLMBUNDLESUBTYPE API_INSURCLMBUNDLESUBTYPE V4 C2 NOT_RELEASED

Fields (2)

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

define root view entity A_InsuranceClaimBundleSubtype
  as projection on I_InsuranceClaimBundleSubtype
{
      @Search.defaultSearchElement: true
      @ObjectModel.foreignKey.association: '_InsurClmBundleType'
  key InsurClaimBundleType,
  key InsurClaimBundleSubtype,
      //Associations

      _InsurClmBndlSubtypeT : redirected to composition child A_InsuranceClaimBundleSubtypeT,
      _InsurClmBundleType   : redirected to A_InsuranceClaimBundleType

}