I_INSURCLMDIAGNGROUPCODETXT
Insur Clm Diagn Grp Code - Txt
I_INSURCLMDIAGNGROUPCODETXT is a CDS View in S/4HANA. Insur Clm Diagn Grp Code - Txt. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClmDiagnGroupCodeTxt | view_entity | projection | CONSUMPTION | Insur Clm Diagn Grp Code -Txt |
@EndUserText.label: 'Insur Clm Diagn Grp Code - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
representativeKey: 'InsurClmDiagnosisGroupCode',
// sapObjectNodeType.name: '',
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
}
//@Analytics.technicalName: ''
@VDM : {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC
}
@OData.entityType.name: 'InsurClaimDiagnGroupCodeTxt_Type'
define view entity I_InsurClmDiagnGroupCodeTxt
as select from ticl362t
association to parent I_InsurClmDiagnosisGroupCode as _DiagnosisGroupCode on $projection.InsurClmCatalogCode = _DiagnosisGroupCode.InsurClmCatalogCode
and $projection.InsurClmDiagnosisGroupCode = _DiagnosisGroupCode.InsurClmDiagnosisGroupCode
association [1..1] to I_InsurClmDiagnCtlgCodeLnk as _DiagnCtlgCode on $projection.InsurClmCatalogCode = _DiagnCtlgCode.InsurClmCatalogCode
association [0..1] to I_Language as _Language on ticl362t.langu = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@ObjectModel.foreignKey.association: '_DiagnCtlgCode'
key cataid as InsurClmCatalogCode,
@ObjectModel.text.element: ['InsurClmDiagnosisGroupName']
key diaggroupid as InsurClmDiagnosisGroupCode,
@Semantics.text: true
name as InsurClmDiagnosisGroupName,
//Associations
_Language,
_DiagnosisGroupCode,
_DiagnCtlgCode
}