I_INSURCLMSTATUSRSNT

CDS View

Insur Clm Status Rsn - Text

I_INSURCLMSTATUSRSNT is a CDS View in S/4HANA. Insur Clm Status Rsn - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurClmStatsReasonText view_entity projection CONSUMPTION Insurance Claim Status Reason text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC
}
@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'InsurClmStatReason',
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S
}
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ICStatusReasonT'
@Metadata.ignorePropagatedAnnotations: false
@OData.entityType.name: 'InsuranceClaimStatReason'
@EndUserText.label: 'Insur Clm Status Rsn - Text'

define view entity I_InsurClmStatusRsnT
  as select from I_InsurClmStatsReasonText
  association to parent I_InsurClmStatusRsn as _StatRsn on $projection.InsurClmStatReason = _StatRsn.InsurClmStatReason
{
  key Language,
  key InsurClmStatReason,
      InsurClmStatReasonText,
      
      _StatRsn
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMSTATSREASONTEXT"
],
"ASSOCIATED":
[
"I_INSURCLMSTATUSRSN"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/