I_InsurIntClmTypeAllwdCvrg

DDL: I_INSURINTCLMTYPEALLWDCVRG Type: view BASIC

int. Fallart - erlaubte Deckungart

I_InsurIntClmTypeAllwdCvrg is a Basic CDS View that provides data about "int. Fallart - erlaubte Deckungart" in SAP S/4HANA. It reads from 1 data source (ticl100) and exposes 8 fields with key fields InsurClmType, InsurClmTypeGeneration, InsurClmTypeVers, InsurClmSubclmType, InsurClmCoverageType.

Data Sources (1)

SourceAliasJoin Type
ticl100 ticl100 from

Annotations (11)

NameValueLevelField
EndUserText.label int. Fallart - erlaubte Deckungart view
AbapCatalog.sqlViewName IICLINTCLMTCVRG view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.buffering.type #FULL view
AbapCatalog.buffering.status #ACTIVE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY InsurClmType cltype
KEY InsurClmTypeGeneration generat
KEY InsurClmTypeVers version
KEY InsurClmSubclmType subcltype
KEY InsurClmCoverageType covtype
KEY InsurBnftType bentype
InsurClmAutomCvrgAssgmtPrio priority
InsurClmBenefitTypeTree bentree
@EndUserText.label: 'int. Fallart - erlaubte Deckungart'

@AbapCatalog: {
  sqlViewName: 'IICLINTCLMTCVRG',
  compiler.compareFilter: true,
  buffering.type: #FULL,
  buffering.status: #ACTIVE
}

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

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

define view I_InsurIntClmTypeAllwdCvrg
  as select from ticl100

{

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