A_InsurClmBundleDataSourceT

DDL: A_INSURCLMBUNDLEDATASOURCET Type: view_entity CONSUMPTION

Clm Bndl Data Source - Txt

A_InsurClmBundleDataSourceT is a Consumption CDS View that provides data about "Clm Bndl Data Source - Txt" in SAP S/4HANA. It reads from 1 data source (I_InsurClmBundleDataSourceT) and exposes 3 fields with key fields Language, InsurClmBndlDtaSrce. It is exposed through 1 OData service (API_INSURCLMBUNDLEDATASOURCE).

Data Sources (1)

SourceAliasJoin Type
I_InsurClmBundleDataSourceT I_InsurClmBundleDataSourceT projection

Annotations (12)

NameValueLevelField
EndUserText.label Clm Bndl Data Source - Txt view
ObjectModel.representativeKey InsurClmBndlDtaSrce 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
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name InsurClmBundleDataSourceT_Type view
Search.searchable true view

OData Services (1)

ServiceBindingVersionContractRelease
API_INSURCLMBUNDLEDATASOURCE API_INSURCLMBUNDLEDATASOURCE V4 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY InsurClmBndlDtaSrce InsurClmBndlDtaSrce
InsurClmBundleDataSourceName InsurClmBundleDataSourceName
@EndUserText.label: 'Clm Bndl Data Source - Txt'
@ObjectModel: {
               representativeKey: 'InsurClmBndlDtaSrce',
               dataCategory: #TEXT,
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM : {
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsurClmBundleDataSourceT_Type'
@Search.searchable: true
define view entity A_InsurClmBundleDataSourceT
  as projection on I_InsurClmBundleDataSourceT
{
      @Semantics.language: true
  key Language,
  key InsurClmBndlDtaSrce,
      @Search.defaultSearchElement: true
      @Semantics.text: true
      @Search.ranking: #LOW
      InsurClmBundleDataSourceName,
      //Associations

      _BundleDataSource : redirected to parent A_InsurClmBundleDataSource
}