I_INSURANCECLAIMBUNDLETYPE

CDS View

Insur Claim Bundle Type

I_INSURANCECLAIMBUNDLETYPE is a CDS View in S/4HANA. Insur Claim Bundle Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsuranceClaimBundleType view_entity projection CONSUMPTION Insur Claim Bundle Type
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Claim Bundle Type'
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'ICBundleType'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'InsurClaimBundleType',
  sapObjectNodeType.name: 'InsuranceClaimBundleType',
  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: 'InsuranceClaimBundleType_Type'
define root view entity I_InsuranceClaimBundleType
  as select from ticl001
  composition [0..*] of I_InsuranceClaimBundleTypeText as _InsurClmBndlTypeT
{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key cctype as InsurClaimBundleType,

      //Associations

      _InsurClmBndlTypeT
}