I_INSURANCECLAIMBUNDLESUBTYPE
Insur Clm Bundle Subtype
I_INSURANCECLAIMBUNDLESUBTYPE is a CDS View in S/4HANA. Insur Clm Bundle Subtype. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsuranceClaimBundleSubtype | view_entity | projection | CONSUMPTION | Insur Clm Bundle Subtype |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Clm Bundle Subtype'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: true,
internalName: #LOCAL,
technicalName: 'ICBundleSubtype'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'InsurClaimBundleSubtype',
sapObjectNodeType.name: 'InsuranceClaimBundleSubtype',
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
@OData.entityType.name: 'InsuranceClaimBundleSubtype_Type'
define root view entity I_InsuranceClaimBundleSubtype
as select from ticl002
composition [0..*] of I_InsuranceClaimBundleSubtypeT as _InsurClmBndlSubtypeT
association [0..1] to I_InsuranceClaimBundleType as _InsurClmBundleType on $projection.InsurClaimBundleType = _InsurClmBundleType.InsurClaimBundleType
{
@ObjectModel.foreignKey.association: '_InsurClmBundleType'
key cctype as InsurClaimBundleType,
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key subtype as InsurClaimBundleSubtype,
//Associations
_InsurClmBndlSubtypeT,
_InsurClmBundleType
}