I_INSURANCECLAIMDOCUMENTCODET

CDS View

Insurance Claim Document Code - Text

I_INSURANCECLAIMDOCUMENTCODET is a CDS View in S/4HANA. Insurance Claim Document Code - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimDocumentCodeT view_entity projection CONSUMPTION Ins Clm Document Code - Text
@EndUserText.label: 'Insurance Claim Document Code - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM : {
          lifecycle.contract.type: #PUBLIC_LOCAL_API,
          viewType: #BASIC
}
@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'InsuranceClaimDocumentCode',
  usageType.serviceQuality: #A,
  usageType.dataClass: #CUSTOMIZING,
  usageType.sizeCategory: #S
}
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ICDocumetCodeT'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: false
@OData.entityType.name: 'InsuranceClaimItemCategoryT_Type'
define view entity I_InsuranceClaimDocumentCodeT as select from ticl031t
  association to parent I_InsuranceClaimDocumentCode as _DocumentCode on $projection.InsuranceClaimDocumentCode = _DocumentCode.InsuranceClaimDocumentCode
  association [0..1] to I_Language as _Language on ticl031t.langu = _Language.Language
{
   @Semantics.language: true
   @ObjectModel.foreignKey.association: '_Language'
   key  langu as Language,
   @ObjectModel.text.element: ['InsuranceClaimDocumentCodeName']
   key  docid as InsuranceClaimDocumentCode,
   @Search.defaultSearchElement: true
   @Semantics.text: true
   @Search.ranking: #LOW
   name as InsuranceClaimDocumentCodeName,
   //Associations

  _Language,
  _DocumentCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL031T"
],
"ASSOCIATED":
[
"I_INSURANCECLAIMDOCUMENTCODE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/