I_InsurClmBenefitType

DDL: I_INSURCLMBENEFITTYPE Type: view BASIC

Leistungsart

I_InsurClmBenefitType is a Basic CDS View that provides data about "Leistungsart" in SAP S/4HANA. It reads from 1 data source (ticl055) and exposes 5 fields with key field InsurBnftType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
ticl055 ClaimBenefitType from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_InsurClmBenefitTypeText _BenefitTypeText $projection.InsurBnftType = _BenefitTypeText.InsurBnftType and _BenefitTypeText.Language = $session.system_language
[1] I_InsurClmLossExpenseText _LossExpTxt _LossExpTxt.InsurClmLossExpnType = $projection.InsurClmLossExpnType and _LossExpTxt.Language = $session.system_language

Annotations (11)

NameValueLevelField
EndUserText.label Leistungsart view
AbapCatalog.sqlViewName IICLBNFTTYPE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.representativeKey InsurBnftType view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InsurBnftType ticl055 bentype
InsurClmLossExpnType ticl055 lossexp
InsurClmBnftTypeIsCrsCvrgType ticl055 xcrossstype
_BenefitTypeText _BenefitTypeText
InsurClmLossExpnTypeName
@EndUserText.label: 'Leistungsart'

@AbapCatalog: {
  sqlViewName: 'IICLBNFTTYPE',
  compiler.compareFilter: true
}

@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC

@Metadata.ignorePropagatedAnnotations:true

@ObjectModel.usageType: {
    dataClass: #CUSTOMIZING,
    sizeCategory: #M,
    serviceQuality: #C
}
@ObjectModel.representativeKey: 'InsurBnftType'

define view I_InsurClmBenefitType
  as select from ticl055 as ClaimBenefitType

  association [0..1] to I_InsurClmBenefitTypeText as _BenefitTypeText on  $projection.InsurBnftType = _BenefitTypeText.InsurBnftType
                                                                      and _BenefitTypeText.Language = $session.system_language
  association [1]    to I_InsurClmLossExpenseText as _LossExpTxt      on  _LossExpTxt.InsurClmLossExpnType = $projection.InsurClmLossExpnType
                                                                      and _LossExpTxt.Language             = $session.system_language

{
      @ObjectModel.text.association: '_BenefitTypeText'
  key ClaimBenefitType.bentype                                   as InsurBnftType,
      ClaimBenefitType.lossexp                                   as InsurClmLossExpnType,
      ClaimBenefitType.xcrossstype                               as InsurClmBnftTypeIsCrsCvrgType,

      _BenefitTypeText,

      cast(_LossExpTxt.InsurClmLossExpnTypeName as icl_lossexpn) as InsurClmLossExpnTypeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMLOSSEXPENSETEXT",
"TICL055"
],
"ASSOCIATED":
[
"I_INSURCLMBENEFITTYPETEXT",
"I_INSURCLMLOSSEXPENSETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/