I_INSURCLMSUBCLAIMCOMPLEXITY
Insurance Claim Subclaim Complexity
I_INSURCLMSUBCLAIMCOMPLEXITY is a CDS View in S/4HANA. Insurance Claim Subclaim Complexity. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsuranceClaimComplexity | view_entity | projection | CONSUMPTION | Insurance Claim Complexity |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Subclaim Complexity'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: true,
internalName: #LOCAL,
technicalName: 'ICSubclaimComplexity'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'InsurClmComplexity',
sapObjectNodeType.name: 'InsuranceClaimComplexity',
resultSet.sizeCategory: #XS,
usageType.serviceQuality: #A,
usageType.dataClass: #CUSTOMIZING,
usageType.sizeCategory: #S,
supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER]
}
@Search.searchable: true
define root view entity I_InsurClmSubclaimComplexity as select from ticl015
composition [0..*] of I_InsurClmSubclaimComplexityT as _ComplexityText
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key complex as InsurClmComplexity,
//Associations
_ComplexityText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL015"
],
"ASSOCIATED":
[
"I_INSURCLMSUBCLAIMCOMPLEXITYT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/