C_AdditionalProductGroup1VH

DDL: C_ADDITIONALPRODUCTGROUP1VH Type: view CONSUMPTION Package: VDM_MD_PRODUCT

Value Help view for Product Group 1

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

Associations (1)

CardinalityTargetAliasCondition
[1..*] C_AdditionalProductGroup1Text _Text $projection.FirstSalesSpecProductGroup = _Text.FirstSalesSpecProductGroup

Annotations (14)

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

OData Services (1)

ServiceBindingVersionContractRelease
UI_SALESDOCUMENTMANAGE UI_SALESDOCUMENTMANAGE V4 C1 NOT_RELEASED

Fields (2)

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

define view C_AdditionalProductGroup1VH
  as select from I_AdditionalMaterialGroup1

  association [1..*] to C_AdditionalProductGroup1Text as _Text on $projection.FirstSalesSpecProductGroup = _Text.FirstSalesSpecProductGroup
{
      @ObjectModel.text.association: '_Text'
      @Search: {
        defaultSearchElement: true,
        fuzzinessThreshold: 0.8,
        ranking: #HIGH
      }
  key cast(AdditionalMaterialGroup1 as firstsalesspecproductgroup preserving type ) as FirstSalesSpecProductGroup,

      //Associations

      _Text
}