A_InsuranceClaimBundleTypeText

DDL: A_INSURANCECLAIMBUNDLETYPETEXT Type: view_entity CONSUMPTION

Insur Clm Bundle Type - Txt

A_InsuranceClaimBundleTypeText is a Consumption CDS View that provides data about "Insur Clm Bundle Type - Txt" in SAP S/4HANA. It reads from 1 data source (I_InsuranceClaimBundleTypeText) and exposes 3 fields with key fields Language, InsurClaimBundleType. It is exposed through 1 OData service (API_INSURCLMBUNDLETYPE).

Data Sources (1)

SourceAliasJoin Type
I_InsuranceClaimBundleTypeText I_InsuranceClaimBundleTypeText projection

Annotations (11)

NameValueLevelField
EndUserText.label Insur Clm Bundle Type - Txt view
ObjectModel.representativeKey InsurClaimBundleType view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name InsuranceClaimBundleTypeText_Type view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
API_INSURCLMBUNDLETYPE API_INSURCLMBUNDLETYPE V4 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY InsurClaimBundleType InsurClaimBundleType
InsurClaimBundleTypeName InsurClaimBundleTypeName
@EndUserText.label: 'Insur Clm Bundle Type - Txt'
@ObjectModel: {
                representativeKey: 'InsurClaimBundleType',
                dataCategory: #TEXT,
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM : {
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsuranceClaimBundleTypeText_Type'
@Metadata.ignorePropagatedAnnotations:true

define view entity A_InsuranceClaimBundleTypeText
  as projection on I_InsuranceClaimBundleTypeText
{

      @Semantics.language:true
  key Language,
      @ObjectModel.foreignKey.association: '_InsClmBundleType'
  key InsurClaimBundleType,
      @Semantics.text:true
      InsurClaimBundleTypeName,
      //Associations

      _InsClmBundleType : redirected to parent A_InsuranceClaimBundleType
}