I_InsurClmIncdntType

DDL: I_INSURCLMINCDNTTYPE SQL: ICLINCTYP Type: view BASIC

Schaden-/Leistungsfall - Ereignisart

I_InsurClmIncdntType is a Basic CDS View that provides data about "Schaden-/Leistungsfall - Ereignisart" in SAP S/4HANA. It reads from 1 data source (ticl062) and exposes 6 fields with key fields InsurClmPolicyProduct, InsurClmPolicyProdGeneration, InsurClmPolicyProductVersion, InsurClmIncdntType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
ticl062 ticl062 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InsurClmIncdntTypeText _IncidentTypeText $projection.InsurClmIncdntType = _IncidentTypeText.InsurClmIncdntType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ICLINCTYP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Schaden-/Leistungsfall - Ereignisart view
Metadata.allowExtensions 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
ObjectModel.representativeKey InsurClmIncdntType view
ObjectModel.resultSet.sizeCategory #XS view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY InsurClmPolicyProduct polprod
KEY InsurClmPolicyProdGeneration generat
KEY InsurClmPolicyProductVersion version
KEY InsurClmIncdntType losstype
InsurClmType cltype
_IncidentTypeText _IncidentTypeText
@AbapCatalog.sqlViewName: 'ICLINCTYP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Schaden-/Leistungsfall - Ereignisart'
@Metadata.allowExtensions: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'InsurClmIncdntType'
@ObjectModel.resultSet.sizeCategory: #XS
define view I_InsurClmIncdntType
  as select from ticl062

  association [0..*] to I_InsurClmIncdntTypeText as _IncidentTypeText on $projection.InsurClmIncdntType = _IncidentTypeText.InsurClmIncdntType
{
  key    polprod                          as InsurClmPolicyProduct,
  key    generat                          as InsurClmPolicyProdGeneration,
  key    version                          as InsurClmPolicyProductVersion,
         @ObjectModel.text.association: '_IncidentTypeText'
  key    losstype                         as InsurClmIncdntType,
         cltype                           as InsurClmType,
         //Association

         _IncidentTypeText
}