I_INSURAPPLREJECTIONREASON

CDS View

Appl Rejection Reason in Insur Plcy

I_INSURAPPLREJECTIONREASON is a CDS View in S/4HANA. Appl Rejection Reason in Insur Plcy. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurApplRejectionReason view_entity projection CONSUMPTION Insurance Application Rejection Reason
@EndUserText.label: 'Appl Rejection Reason in Insur Plcy'
@ObjectModel:{
    representativeKey: 'InsurApplRjcnRsn',    
    sapObjectNodeType.name: 'InsuranceApplRejectionReason',
    usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
    },    
    modelingPattern: #ANALYTICAL_DIMENSION,
    resultSet.sizeCategory: #XS,
    supportedCapabilities: [#ANALYTICAL_DIMENSION,
                            #CDS_MODELING_ASSOCIATION_TARGET,
                            #CDS_MODELING_DATA_SOURCE,
                            #EXTRACTION_DATA_SOURCE,
                            #SEARCHABLE_ENTITY,
                            #SQL_DATA_SOURCE,
                            #VALUE_HELP_PROVIDER]
}
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck:#NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'IPApplRjcnRsn'
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true

define root view entity I_InsurApplRejectionReason
  as select from /pm0/abuarefres
  composition [0..*] of I_InsurApplRejectionReasonT as _Text
{
      @Search.ranking: #HIGH
      @Search.defaultSearchElement: true
      @ObjectModel.text.association: '_Text'
  key refusalreason_cd as InsurApplRjcnRsn,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/PM0/ABUAREFRES"
],
"ASSOCIATED":
[
"I_INSURAPPLREJECTIONREASONT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/