I_INSURCLMDMGDITMPROPERUSETEXT

CDS View

Clm Dmgd Itm Proper Use - Txt

I_INSURCLMDMGDITMPROPERUSETEXT is a CDS View in S/4HANA. Clm Dmgd Itm Proper Use - Txt. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurClmDmgdItmProperUseText view_entity projection CONSUMPTION Clm Dmgd Itm Proper Use - Txt
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
                representativeKey: 'InsurClmDmgdItmPropUse',
                dataCategory: #TEXT,
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC
}
@Analytics.technicalName: 'ICDmgdItmProperUseText'
@OData.entityType.name: 'InsurClmDmgdItmProperUseText_Type'
@EndUserText.label: 'Clm Dmgd Itm Proper Use - Txt'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_InsurClmDmgdItmProperUseText
  as select from ticl303t
  association to parent I_InsurClmDmgdItmProperUse as _DmgdItmProperUse on  $projection.InsurClmInsuredObjectCategory = _DmgdItmProperUse.InsurClmInsuredObjectCategory
                                                                  and $projection.InsurClmDmgdItmPropUse     = _DmgdItmProperUse.InsurClmDmgdItmPropUse
  association [1..1] to I_InsurClmInsrdObjCat as _InsurClmInsrdObjCat on $projection.InsurClmInsuredObjectCategory = _InsurClmInsrdObjCat.InsurClmInsuredObjectCategory  
  association [0..1] to I_Language as _Language on ticl303t.langu = _Language.Language
{
  @Semantics.language: true
  @ObjectModel.foreignKey.association: '_Language'
  key langu      as Language,
  @ObjectModel.foreignKey.association: '_InsurClmInsrdObjCat'
  key propcat  as InsurClmInsuredObjectCategory,
  @ObjectModel.foreignKey.association: '_DmgdItmProperUse'
  @ObjectModel.text.element: ['InsurClmDmgdItmPropUseName']
  key propuse as InsurClmDmgdItmPropUse,
  @Semantics.text: true
  name   as InsurClmDmgdItmPropUseName,
  //Association

  _DmgdItmProperUse,
  _InsurClmInsrdObjCat,
  _Language
}