I_INSURCLMLITIGATIONTYPETEXT

CDS View

Insur Clm Ltgtn Type - Txt

I_INSURCLMLITIGATIONTYPETEXT is a CDS View in S/4HANA. Insur Clm Ltgtn Type - Txt. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurClmLitigationTypeText view_entity projection CONSUMPTION Insur Clm Ltgtn Type - Txt
@EndUserText.label: 'Insur Clm Ltgtn Type - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
              representativeKey: 'InsurClmLitigationType',
              
              //  sapObjectNodeType.name: '',

                dataCategory: #TEXT,
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@Analytics.technicalName: 'ICLitigationTypeText'
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC
}
@OData.entityType.name: 'InsurClaimLitigationTypeText_Type' 
define view entity I_InsurClmLitigationTypeText
  as select from ticl240t
  association to parent I_InsuranceClaimLitigationType as _LitigationType    on $projection.InsurClmLitigationType  = _LitigationType.InsurClmLitigationType
                                                                        
  association [0..1] to I_Language as _Language                           on ticl240t.langu = _Language.Language
{

       @Semantics.language: true
       @ObjectModel.foreignKey.association: '_Language'
  key  langu as Language,
      
       @ObjectModel.text.element: ['InsurClmLitigationTypeName']
  key littype as InsurClmLitigationType,       
       @Semantics.text: true
       littypen as InsurClmLitigationTypeName,
       //Association

       _Language,
       _LitigationType
}