I_InsurClmPermittedCvrgType

DDL: I_INSURCLMPERMITTEDCVRGTYPE SQL: IICLPCVRGTYPE Type: view BASIC

Sicht für erlaubte Deckungsarten für interne Schadenart

I_InsurClmPermittedCvrgType is a Basic CDS View that provides data about "Sicht für erlaubte Deckungsarten für interne Schadenart" in SAP S/4HANA. It reads from 1 data source (ticl100) and exposes 7 fields with key fields InsurClmType, InsurClmPolicyProdGeneration, InsurClmPolicyProductVersion, InsurClmSubclmType, InsurClmCoverageType.

Data Sources (1)

SourceAliasJoin Type
ticl100 ticl100 from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IICLPCVRGTYPE view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Sicht für erlaubte Deckungsarten für interne Schadenart view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY InsurClmType cltype
KEY InsurClmPolicyProdGeneration generat
KEY InsurClmPolicyProductVersion version
KEY InsurClmSubclmType subcltype
KEY InsurClmCoverageType covtype
KEY InsurClmBenefitType bentype
InsurClmBenefitTypeTree bentree
@AbapCatalog.sqlViewName: 'IICLPCVRGTYPE'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Sicht für erlaubte Deckungsarten für interne Schadenart'

@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC

@Metadata.ignorePropagatedAnnotations:true

@ObjectModel.usageType: {
    dataClass: #CUSTOMIZING,
    sizeCategory: #S,
    serviceQuality: #A
}

define view I_InsurClmPermittedCvrgType
  as select from ticl100
{
      //ticl100

  key cltype    as InsurClmType,
  key generat   as InsurClmPolicyProdGeneration,
  key version   as InsurClmPolicyProductVersion,
  key subcltype as InsurClmSubclmType,
  key covtype   as InsurClmCoverageType,
  key bentype   as InsurClmBenefitType,
      bentree   as InsurClmBenefitTypeTree
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL100"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/