I_InsurClmLossCause

DDL: I_INSURCLMLOSSCAUSE SQL: ILOSSCAUSE Type: view BASIC

Ursache des Schaden-/Leistungsfalls

I_InsurClmLossCause is a Basic CDS View that provides data about "Ursache des Schaden-/Leistungsfalls" in SAP S/4HANA. It reads from 1 data source (ticl009) and exposes 5 fields with key fields InsurClmType, InsurClmTypeGeneration, InsurClmTypeVers, InsurClmCauseOfLoss. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
ticl009 ticl009 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InsurClmLossCauseText _LossCauseText $projection.InsurClmCauseOfLoss = _LossCauseText.InsurClmCauseOfLoss

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ILOSSCAUSE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Ursache des Schaden-/Leistungsfalls view
Metadata.allowExtensions true view
Search.searchable true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InsurClmType ticl009 cltype
KEY InsurClmTypeGeneration ticl009 generat
KEY InsurClmTypeVers ticl009 version
KEY InsurClmCauseOfLoss losscause
_LossCauseText _LossCauseText
@AbapCatalog.sqlViewName: 'ILOSSCAUSE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Ursache des Schaden-/Leistungsfalls'
@Metadata.allowExtensions: true
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_InsurClmLossCause
  as select from ticl009

  association [0..*] to I_InsurClmLossCauseText as _LossCauseText on $projection.InsurClmCauseOfLoss = _LossCauseText.InsurClmCauseOfLoss
{
  key    ticl009.cltype                           as InsurClmType,
  key    ticl009.generat                          as InsurClmTypeGeneration,
  key    ticl009.version                          as InsurClmTypeVers,

         @ObjectModel.text.association: '_LossCauseText'
         @Search.defaultSearchElement: true
  key    losscause                                as InsurClmCauseOfLoss,

         /* Associations */
         _LossCauseText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL009"
],
"ASSOCIATED":
[
"I_INSURCLMLOSSCAUSETEXT"
],
"BASE":
[],
"VERSION":0
}
}*/