C_AdditionalProductGroup4VH

DDL: C_ADDITIONALPRODUCTGROUP4VH Type: view CONSUMPTION Package: VDM_MD_PRODUCT

Value Help view for Product Group 4

C_AdditionalProductGroup4VH is a Consumption CDS View that provides data about "Value Help view for Product Group 4" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup4) and exposes 2 fields with key field FourthSalesSpecProductGroup. It has 1 association to related views. It is exposed through 1 OData service (UI_SALESDOCUMENTMANAGE). Part of development package VDM_MD_PRODUCT.

Data Sources (1)

SourceAliasJoin Type
I_AdditionalMaterialGroup4 I_AdditionalMaterialGroup4 from

Associations (1)

CardinalityTargetAliasCondition
[1..*] C_AdditionalProductGroup4Text _Text $projection.FourthSalesSpecProductGroup = _Text.FourthSalesSpecProductGroup

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CADLPRDGRP4VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help view for Product Group 4 view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey FourthSalesSpecProductGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
VDM.viewType #CONSUMPTION view
Consumption.ranked true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SALESDOCUMENTMANAGE UI_SALESDOCUMENTMANAGE V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FourthSalesSpecProductGroup
_Text _Text
@AbapCatalog: {
  sqlViewName: 'CADLPRDGRP4VH',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help view for Product Group 4'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
  representativeKey: 'FourthSalesSpecProductGroup',
  usageType: {
    dataClass: #CUSTOMIZING,
    serviceQuality: #A,
    sizeCategory: #S
  },
  dataCategory: #VALUE_HELP
}
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@Consumption.ranked: true

define view C_AdditionalProductGroup4VH
  as select from I_AdditionalMaterialGroup4

  association [1..*] to C_AdditionalProductGroup4Text as _Text on $projection.FourthSalesSpecProductGroup = _Text.FourthSalesSpecProductGroup
{

      @Search: {
        defaultSearchElement: true,
        fuzzinessThreshold: 0.8,
        ranking: #HIGH
      }
      @ObjectModel.text.association: '_Text'
  key cast(AdditionalMaterialGroup4 as fourthsalesspecproductgroup preserving type ) as FourthSalesSpecProductGroup,

      //Associations

      _Text
}