I_INSURANCECLAIMBUNDLESUBTYPET

CDS View

Insur Clm Bundle Subtype - Txt

I_INSURANCECLAIMBUNDLESUBTYPET is a CDS View in S/4HANA. Insur Clm Bundle Subtype - Txt. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimBundleSubtypeT view_entity projection CONSUMPTION Insur Clm Bundle Subtype - Txt
@EndUserText.label: 'Insur Clm Bundle Subtype - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC
}
@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'InsurClaimBundleSubtype',
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S
}
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ICBundleSubtypeT'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: false
@OData.entityType.name: 'InsuranceClaimBundleSubtypeT_Type'
define view entity I_InsuranceClaimBundleSubtypeT
  as select from ticl002t
  association        to parent I_InsuranceClaimBundleSubtype as _InsClmBundleSubtype on  $projection.InsurClaimBundleType    = _InsClmBundleSubtype.InsurClaimBundleType
                                                                                     and $projection.InsurClaimBundleSubtype = _InsClmBundleSubtype.InsurClaimBundleSubtype

  association [0..1] to I_InsuranceClaimBundleType           as _InsurClmBundleType  on  $projection.InsurClaimBundleType = _InsurClmBundleType.InsurClaimBundleType

  association [0..1] to I_Language                           as _Language            on  ticl002t.langu = _Language.Language
{
        @Semantics.language: true
  key   langu   as Language,
        @ObjectModel.foreignKey.association: '_InsurClmBundleType'
  key   cctype  as InsurClaimBundleType,
        @ObjectModel.text.element: ['InsurClmBndlSubtypeName']
  key   subtype as InsurClaimBundleSubtype,
        @Search.defaultSearchElement: true
        @Semantics.text: true
        @Search.ranking: #LOW
        name    as InsurClmBndlSubtypeName,
        //Associations

        _Language,
        _InsClmBundleSubtype,
        _InsurClmBundleType
}