I_INSURANCECLAIMDOCUMENTCODE

CDS View

Ins Clm Doc Code

I_INSURANCECLAIMDOCUMENTCODE is a CDS View in S/4HANA. Ins Clm Doc Code. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimDocumentCode view_entity projection CONSUMPTION Insur Clm Document Code
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Ins Clm Doc Code'
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'InsuranceClaimDocumentCode'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'InsuranceClaimDocumentCode',
  sapObjectNodeType.name: 'InsuranceClaimDocument',
  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
define root view entity I_InsuranceClaimDocumentCode as select from ticl031
    composition [0..*] of I_InsuranceClaimDocumentCodeT as _DocumentCode

{
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  key docid as InsuranceClaimDocumentCode,

  //Associations

   _DocumentCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL031"
],
"ASSOCIATED":
[
"I_INSURANCECLAIMDOCUMENTCODET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/