I_INSURCLMPRIMBLDNGMATLTEXT

CDS View

InsurClm Prim Bldng Matl - Txt

I_INSURCLMPRIMBLDNGMATLTEXT is a CDS View in S/4HANA. InsurClm Prim Bldng Matl - Txt. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurClmPrimBldngMatlText view_entity projection CONSUMPTION Insur Clm Prim Bldng Matl -Txt
@EndUserText.label: 'InsurClm Prim Bldng Matl - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel:{
    representativeKey: 'InsurClmPrimaryMaterial',
    dataCategory: #TEXT,
    usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
    }
}
@Analytics.technicalName: 'ICPrimBldngMatlText'
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC 
}
@OData.entityType.name: 'InsuranceClaimPrimBldngMatlText_Type' 
@Metadata.ignorePropagatedAnnotations: true
define view entity I_InsurClmPrimBldngMatlText as select from ticl304t
 association to parent I_InsurClmPrimBldngMatl as _InsurClmPrimBldngMatl  
                        on $projection.InsurClmPrimaryMaterial = _InsurClmPrimBldngMatl.InsurClmPrimaryMaterial
  association [0..1] to I_Language as _Language on ticl304t.langu = _Language.Language

{
   @Semantics.language: true
   @ObjectModel.foreignKey.association: '_Language'
   key langu      as Language,
   @ObjectModel.text.element: ['InsurClmPrimaryMaterialTxt']
   key rematerial as InsurClmPrimaryMaterial,
   @Semantics.text: true
   name           as InsurClmPrimaryMaterialTxt,
   //Associations

  _Language,
  _InsurClmPrimBldngMatl
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL304T"
],
"ASSOCIATED":
[
"I_INSURCLMPRIMBLDNGMATL",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/