C_AdditionalProductGroup2Text

DDL: C_ADDITIONALPRODUCTGROUP2TEXT Type: view CONSUMPTION

Text View of C_AdditionalProductGroup2VH

C_AdditionalProductGroup2Text is a Consumption CDS View that provides data about "Text View of C_AdditionalProductGroup2VH" in SAP S/4HANA. It reads from 1 data source (I_AdditionalMaterialGroup2Text) and exposes 5 fields with key fields SecondSalesSpecProductGroup, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_AdditionalMaterialGroup2Text I_AdditionalMaterialGroup2Text from

Associations (1)

CardinalityTargetAliasCondition
[1..1] C_AdditionalProductGroup2VH _SecondSalesSpecProductGroup $projection.SecondSalesSpecProductGroup = _SecondSalesSpecProductGroup.SecondSalesSpecProductGroup

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CADLPRDGRP2TXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Text View of C_AdditionalProductGroup2VH view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey SecondSalesSpecProductGroup view
ObjectModel.dataCategory #TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
VDM.viewType #CONSUMPTION view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SecondSalesSpecProductGroup
KEY Language Language
AdditionalMaterialGroup2Name AdditionalMaterialGroup2Name
_Language _Language
_SecondSalesSpecProductGroup _SecondSalesSpecProductGroup
@AbapCatalog: {
  sqlViewName: 'CADLPRDGRP2TXT',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text View of C_AdditionalProductGroup2VH'
@ObjectModel: {
  usageType:{
    dataClass: #CUSTOMIZING,
    serviceQuality: #A,
    sizeCategory: #S
  },
  representativeKey: 'SecondSalesSpecProductGroup',
  dataCategory: #TEXT
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@VDM.viewType: #CONSUMPTION

define view C_AdditionalProductGroup2Text
  as select from I_AdditionalMaterialGroup2Text

  association [1..1] to C_AdditionalProductGroup2VH as _SecondSalesSpecProductGroup on $projection.SecondSalesSpecProductGroup = _SecondSalesSpecProductGroup.SecondSalesSpecProductGroup

{
      @Search: {
         defaultSearchElement: true,
         fuzzinessThreshold: 0.8,
         ranking: #LOW
      }
      @ObjectModel.foreignKey.association: '_SecondSalesSpecProductGroup'
  key cast(AdditionalMaterialGroup2 as secondsalesspecproductgroup preserving type ) as SecondSalesSpecProductGroup,
      @Semantics.language: true
  key Language,
      @Search: {
         defaultSearchElement: true,
         fuzzinessThreshold: 0.8,
         ranking: #LOW
      }
      @Semantics.text: true
      AdditionalMaterialGroup2Name,
      //associations

      _Language,
      _SecondSalesSpecProductGroup
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ADDITIONALMATERIALGROUP2TEXT"
],
"ASSOCIATED":
[
"C_ADDITIONALPRODUCTGROUP2VH",
"I_LANGUAGE"
],
"BASE":
[
"I_ADDITIONALMATERIALGROUP2TEXT"
],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/