A_InsuranceClaimBundleSubtypeT

DDL: A_INSURANCECLAIMBUNDLESUBTYPET Type: view_entity CONSUMPTION

Insur Clm Bundle Subtype - Txt

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

Data Sources (1)

SourceAliasJoin Type
I_InsuranceClaimBundleSubtypeT I_InsuranceClaimBundleSubtypeT projection

Annotations (11)

NameValueLevelField
EndUserText.label Insur Clm Bundle Subtype - Txt view
ObjectModel.representativeKey InsurClaimBundleSubtype 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 InsuranceClaimBundleSubtypeT_Type view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
API_INSURCLMBUNDLESUBTYPE API_INSURCLMBUNDLESUBTYPE V4 C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY InsurClaimBundleType InsurClaimBundleType
KEY InsurClaimBundleSubtype InsurClaimBundleSubtype
InsurClmBndlSubtypeName InsurClmBndlSubtypeName
@EndUserText.label: 'Insur Clm Bundle Subtype - Txt'
@ObjectModel: {
                representativeKey: 'InsurClaimBundleSubtype',
                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: 'InsuranceClaimBundleSubtypeT_Type'
@Metadata.ignorePropagatedAnnotations:true

define view entity A_InsuranceClaimBundleSubtypeT
  as projection on I_InsuranceClaimBundleSubtypeT
{

      @Semantics.language: true
  key Language,
      @ObjectModel.foreignKey.association: '_InsurClmBundleType'
  key InsurClaimBundleType,
  key InsurClaimBundleSubtype,
      @Semantics.text:true
      InsurClmBndlSubtypeName,
      //Associations

      _InsClmBundleSubtype : redirected to parent A_InsuranceClaimBundleSubtype,
      _InsurClmBundleType  : redirected to A_InsuranceClaimBundleType

}