I_INSURCLAIMSUBROGATIONTYPETXT

CDS View

Ins Clm Subrogtn Type - Txt

I_INSURCLAIMSUBROGATIONTYPETXT is a CDS View in S/4HANA. Ins Clm Subrogtn Type - Txt. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurClaimSubrogationTypeTxt view_entity projection CONSUMPTION Ins Clm Subrogtn Type - Txt
@EndUserText.label: 'Ins Clm Subrogtn Type - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC 
}
@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'InsurClaimSubrogationType',
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S
}
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ICSubrogationTypeTxt '
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: false
@OData.entityType.name: 'InsurClaimSubrogationTypeTxt_Type'
define view entity I_InsurClaimSubrogationTypeTxt as select from icl_csubrogtypet 
  association to parent I_InsurClaimSubrogationType as _SubrogationType on $projection.InsurClaimSubrogationType = _SubrogationType.InsurClaimSubrogationType 
  association [0..1] to I_Language                  as _Language        on icl_csubrogtypet.language = _Language.Language
{
   @Semantics.language: true
   @ObjectModel.foreignKey.association: '_Language'
   key  language as Language,
   @ObjectModel.text.element: ['InsurClaimSubrogationTypeName']
   key  type  as InsurClaimSubrogationType,
   @Search.defaultSearchElement: true
   @Semantics.text: true
   @Search.ranking: #LOW
   typen as InsurClaimSubrogationTypeName,
   //Associations

  _Language,
  _SubrogationType
}