C_AdditionalProductGroup2VH

DDL: C_ADDITIONALPRODUCTGROUP2VH Type: view CONSUMPTION Package: VDM_MD_PRODUCT

Value Help view for Product Group 2

C_AdditionalProductGroup2VH is a Consumption CDS View that provides data about "Value Help view for Product Group 2" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup2) and exposes 2 fields with key field SecondSalesSpecProductGroup. 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_AdditionalMaterialGroup2 I_AdditionalMaterialGroup2 from

Associations (1)

CardinalityTargetAliasCondition
[1..*] C_AdditionalProductGroup2Text _Text $projection.SecondSalesSpecProductGroup = _Text.SecondSalesSpecProductGroup

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CADLPRDGRP2VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help view for Product Group 2 view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey SecondSalesSpecProductGroup 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 SecondSalesSpecProductGroup
_Text _Text
@AbapCatalog: {
  sqlViewName: 'CADLPRDGRP2VH',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help view for Product Group 2'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
  representativeKey: 'SecondSalesSpecProductGroup',
  usageType: {
    dataClass: #CUSTOMIZING,
    serviceQuality: #A,
    sizeCategory: #S
  },
  dataCategory: #VALUE_HELP
}
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@Consumption.ranked: true

define view C_AdditionalProductGroup2VH
  as select from I_AdditionalMaterialGroup2

  association [1..*] to C_AdditionalProductGroup2Text as _Text on $projection.SecondSalesSpecProductGroup = _Text.SecondSalesSpecProductGroup
{

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

      //Associations

      _Text
}