I_INSURCLMSUBROGATIONREASONTXT
Ins Clm Subrogtn Reason - Txt
I_INSURCLMSUBROGATIONREASONTXT is a CDS View in S/4HANA. Ins Clm Subrogtn Reason - Txt. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClmSubrogationReasonTxt | view_entity | projection | CONSUMPTION | Ins Clm Subrogtn Reason - Txt |
@EndUserText.label: 'Ins Clm Subrogtn Reason - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM : {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC
}
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'InsurClmSubrogationReason',
usageType.serviceQuality: #A,
usageType.dataClass: #CUSTOMIZING,
usageType.sizeCategory: #S
}
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ICSubrogationReasonTxt'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: false
@OData.entityType.name: 'InsurClmSubrogationReasonTxt_Type'
define view entity I_InsurClmSubrogationReasonTxt as select from icl_csubrogreast
association to parent I_InsurClmSubrogationReasonLnk as _SubrogationReason on $projection.InsurClmSubrogationReason = _SubrogationReason.InsurClmSubrogationReason
association [0..1] to I_Language as _Language on icl_csubrogreast.language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key language as Language,
@ObjectModel.text.element: ['InsurClmSubrogationReasonName']
key reason as InsurClmSubrogationReason,
@Search.defaultSearchElement: true
@Semantics.text: true
@Search.ranking: #LOW
reasonn as InsurClmSubrogationReasonName,
//Associations
_Language,
_SubrogationReason
}