I_INSURCLMSTATUSRSN

CDS View

Insurance Claim Status Reason

I_INSURCLMSTATUSRSN is a CDS View in S/4HANA. Insurance Claim Status Reason. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurClmStatsReason view_entity projection CONSUMPTION Insurance Claim Status Reason
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Status Reason'
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'ICStatusReason'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'InsurClmStatReason',
  sapObjectNodeType.name: 'InsuranceClaimStatReason',
  resultSet.sizeCategory: #XS,
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S,
  supportedCapabilities: [#ANALYTICAL_DIMENSION,
                          #CDS_MODELING_ASSOCIATION_TARGET,
                          #CDS_MODELING_DATA_SOURCE,
                          #EXTRACTION_DATA_SOURCE,
                          #SEARCHABLE_ENTITY,
                          #SQL_DATA_SOURCE,
                          #VALUE_HELP_PROVIDER]
}
@OData.entityType.name: 'InsuranceClaimStatReason'

define root view entity I_InsurClmStatusRsn
  as select from I_InsurClmStatsReason
  composition of I_InsurClmStatusRsnT as _StatRsnTxt
{
  key InsurClmStatReason,
      InsurClmStatReasonText,
        _StatRsnTxt // Make association public

}