I_INSURCLMBENEFITTYPETREET
Insurance Claim Benefit Type Tree - Text
I_INSURCLMBENEFITTYPETREET is a CDS View in S/4HANA. Insurance Claim Benefit Type Tree - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClmBenefitTypeTreeT | view_entity | projection | CONSUMPTION | Insurance Claim Benefit Type Tree - Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Benefit Type Tree - Text'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics.dataExtraction.enabled: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
// representativeKey: 'InsurClmBenefitTypeTree',
semanticKey: ['InsurClmBenefitTypeTree', 'InsurClmBnftTypeTreeGeneration'],
usageType.serviceQuality: #A,
usageType.dataClass: #CUSTOMIZING,
usageType.sizeCategory: #S,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE]
}
@Search.searchable: true
define view entity I_InsurClmBenefitTypeTreeT as select from ticl160t
association to parent I_InsurClmBenefitTypeTree as _BenefitTypeTree on $projection.InsurClmBenefitTypeTree = _BenefitTypeTree.InsurClmBenefitTypeTree
and $projection.InsurClmBnftTypeTreeGeneration = _BenefitTypeTree.InsurClmBnftTypeTreeGeneration
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language:true
key langu as Language,
key bentree as InsurClmBenefitTypeTree,
key generat as InsurClmBnftTypeTreeGeneration,
@Search.defaultSearchElement: true
@Semantics.text: true
bentreen as InsurClmBenefitTypeTreeName,
//Associations
_Language,
_BenefitTypeTree
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL160T"
],
"ASSOCIATED":
[
"I_INSURCLMBENEFITTYPETREE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/