I_INSURANCEPOLICYDATEPHASE

CDS View

Date phase in Insurance policy

I_INSURANCEPOLICYDATEPHASE is a CDS View in S/4HANA. Date phase in Insurance policy. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurancePolicyDatePhase view_entity projection CONSUMPTION Date phase in insurance policy
@EndUserText.label: 'Date phase in Insurance policy'
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'IPDatePhase'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'InsurPlcyDatePerfPhaseType',
  sapObjectNodeType.name: 'InsurPlcyDatePhase',
  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]
}
@Search.searchable: true

define root view entity I_InsurancePolicyDatePhase 
as select from dd07l
composition [0..*] of I_InsurancePolicyDatePhaseT as _Text {

    @ObjectModel.text.association: '_Text'
    key cast( dd07l.domvalue_l as /pm0/abd_phase_vl ) as InsurPlcyDatePerfPhaseType,
    @Analytics.hidden: true
    @Consumption.hidden: true
    @Search.defaultSearchElement: true
    @Search.ranking: #HIGH
    dd07l.domvalue_l                                   as DomainValue,    
    _Text // Make association public

}
where
      dd07l.domname  = '/PM0/ABD_PHASE_VL'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'