I_INSURCLMNOTETYPELNKTXT

CDS View

Insur Claim Note Type - Txt

I_INSURCLMNOTETYPELNKTXT is a CDS View in S/4HANA. Insur Claim Note Type - Txt. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimNoteTypeText view_entity projection CONSUMPTION Insur Claim Note Type - Txt
@EndUserText.label: 'Insur Claim Note Type - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
              representativeKey: 'InsurClmNoteType',
              
              //  sapObjectNodeType.name: '',

                dataCategory: #TEXT,
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@Analytics.technicalName: 'ICNoteTypeText'
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC
}
@OData.entityType.name: 'InsurClaimNoteTypeText_Type' 
define view entity I_InsurClmNoteTypeLnkTxt
  as select from ticl090t
  association to parent I_InsuranceClaimNoteType as _NoteType    on $projection.InsurClmNoteType  = _NoteType.InsurClmNoteType
                                                                        
  association [0..1] to I_Language as _Language                           on ticl090t.langu = _Language.Language
{

       @Semantics.language: true
       @ObjectModel.foreignKey.association: '_Language'
   key langu as Language,
      
       @ObjectModel.text.element: ['InsurClmNoteTypeName']
   key notetype as InsurClmNoteType,      
       @Semantics.text: true
       notetypen as InsurClmNoteTypeName, 
       //Associations

       _Language,
       _NoteType
}