I_INSURANCECLAIMTYPEGENERATION
Insurance Claim Type Generation
I_INSURANCECLAIMTYPEGENERATION is a CDS View in S/4HANA. Insurance Claim Type Generation. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsuranceClaimTypeGeneration | view_entity | from | CONSUMPTION | Insurance Claim Type Generation |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Type Generation'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
// dataCategory: #DIMENSION,
// dataExtraction.enabled: true,
// internalName: #LOCAL,
technicalName: 'ICTypeGeneration'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
// dataCategory: #VALUE_HELP,
// representativeKey: 'InsurClmTypeGeneration',
// semanticKey: ['InsurClmType', 'InsurClmTypeGeneration'],
sapObjectNodeType.name: 'InsuranceClaimType',
resultSet.sizeCategory: #XS,
usageType.serviceQuality: #A,
usageType.dataClass: #CUSTOMIZING,
usageType.sizeCategory: #S,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER]
}
define root view entity I_InsuranceClaimTypeGeneration as select from I_InsurClmIntClaimType
association [1..*] to I_InsuranceClaimType as _InsuranceClaimType
on $projection.InsurClmType = _InsuranceClaimType.InsurClmType
// and $projection.InsurClmTypeGeneration = _InsuranceClaimType.InsurClmTypeGeneration
{
// @ObjectModel.foreignKey.association: '_InsuranceClaimType'
key InsurClmType,
// @ObjectModel.foreignKey.association: '_InsuranceClaimType'
key InsurClmTypeGeneration,
//Association
_InsuranceClaimType
}