I_INSURAPPLREJECTIONREASONT

CDS View

Appl Rjcn Reason in Insur Plcy - Text

I_INSURAPPLREJECTIONREASONT is a CDS View in S/4HANA. Appl Rjcn Reason in Insur Plcy - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurApplRejectionReasonT view_entity projection CONSUMPTION Insur Appl Rejection Reason - Text
@EndUserText.label: 'Appl Rjcn Reason in Insur Plcy - Text'
@ObjectModel:{
    representativeKey: 'InsurApplRjcnRsn',
    dataCategory: #TEXT,
    usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
    },
    modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
    supportedCapabilities: [
                            #LANGUAGE_DEPENDENT_TEXT,
                            #CDS_MODELING_DATA_SOURCE,
                            #CDS_MODELING_ASSOCIATION_TARGET,
                            #SQL_DATA_SOURCE,
                            #EXTRACTION_DATA_SOURCE,
                            #SEARCHABLE_ENTITY 
                           ]
}
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Search.searchable: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@Metadata.ignorePropagatedAnnotations: true

define view entity I_InsurApplRejectionReasonT
  as select from /pm0/abuarefrest
  association        to parent I_InsurApplRejectionReason as _InsurApplRejectionReason on $projection.InsurApplRjcnRsn = _InsurApplRejectionReason.InsurApplRjcnRsn
  association [0..1] to I_Language                        as _Language                 on $projection.Language = _Language.Language

{

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key langu            as Language,
      @ObjectModel.foreignKey.association: '_InsurApplRejectionReason'
      @ObjectModel.text.element: ['InsurApplRjcnRsnName']
  key refusalreason_cd as InsurApplRjcnRsn,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      refusalreason_tt as InsurApplRjcnRsnName,

      //Associations

      _InsurApplRejectionReason,
      _Language

}