I_INSURCLMBUNDLEDATASOURCET

CDS View

Clm Bndl Data Source - Txt

I_INSURCLMBUNDLEDATASOURCET is a CDS View in S/4HANA. Clm Bndl Data Source - Txt. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurClmBundleDataSourceT view_entity projection CONSUMPTION Clm Bndl Data Source - Txt
@EndUserText.label: 'Clm Bndl Data Source - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
              representativeKey: 'InsurClmBndlDtaSrce',
              //  sapObjectNodeType.name: '',

                dataCategory: #TEXT,
                supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                          #CDS_MODELING_DATA_SOURCE,
                          #SEARCHABLE_ENTITY,
                          #SQL_DATA_SOURCE,
                          #VALUE_HELP_PROVIDER],
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@Analytics.technicalName: 'ICBundleDataSourceT'
@Metadata.ignorePropagatedAnnotations: true
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC
}
@OData.entityType.name: 'InsurClmBundleDataSourceT_Type'
define view entity I_InsurClmBundleDataSourceT
  as select from ticl136t
  association        to parent I_InsurClmBundleDataSource as _BundleDataSource on $projection.InsurClmBndlDtaSrce = _BundleDataSource.InsurClmBndlDtaSrce
  association [0..1] to I_Language                        as _Language         on ticl136t.langu = _Language.Language
{

       @Semantics.language: true
       @ObjectModel.foreignKey.association: '_Language'
  key  langu       as Language,
       @ObjectModel.text.element: ['InsurClmBundleDataSourceName']
  key  datasource  as InsurClmBndlDtaSrce,
       @Semantics.text: true
       datasourcen as InsurClmBundleDataSourceName,
       //Associations

       _Language,
       _BundleDataSource


}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL136T"
],
"ASSOCIATED":
[
"I_INSURCLMBUNDLEDATASOURCE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/