C_VarConfignConfigblProdVH

DDL: C_VARCONFIGNCONFIGBLPRODVH SQL: CSIMCONPROD Type: view CONSUMPTION

Simulation - Product Value Help

C_VarConfignConfigblProdVH is a Consumption CDS View that provides data about "Simulation - Product Value Help" in SAP S/4HANA. It has 1 association to related views.

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_ProductText _MatVarText _MatVarText.Product = $projection.Product and _MatVarText.Language = $session.system_language

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CSIMCONPROD view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
EndUserText.label Simulation - Product Value Help view
Search.searchable true view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY Product _Product Product Product
KEY ProductName _MatVarText ProductName Product Description
ProductAuthorizationGroup ProductAuthorizationGroup
ProductGroup ProductGroup
ProductType ProductType
_MatVarText _MatVarText
_ProductType _ProductType
_ProductGroup _ProductGroup
_ProductGroup_2 _ProductGroup_2
@AbapCatalog.sqlViewName: 'CSIMCONPROD'
@AccessControl.authorizationCheck: #CHECK

@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED

@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #CONSUMPTION

@EndUserText.label: 'Simulation - Product Value Help'
@Search.searchable: true
define view C_VarConfignConfigblProdVH
  as select distinct from P_ConfigurableProduct as _Product

  association [1..1] to I_ProductText as _MatVarText on  _MatVarText.Product  = $projection.Product
                                                     and _MatVarText.Language = $session.system_language
{
           @EndUserText.label: 'Product'
           @EndUserText.quickInfo: 'Product'
           @Search.fuzzinessThreshold: 0.8
           @Search.defaultSearchElement: true
           @Search.ranking: #HIGH
  key      _Product.Product,

           @EndUserText.label: 'Product Description'
           @EndUserText.quickInfo: 'Product Description'
           @Search.fuzzinessThreshold: 0.85
           @Search.defaultSearchElement: true
           @Semantics.text: true
  key      _MatVarText.ProductName,

           @UI.hidden: true
           ProductAuthorizationGroup,
           @UI.hidden: true
           ProductGroup,
           @UI.hidden: true
           ProductType,
           _MatVarText,


           //added to sync wih C_Product authorizations

           _ProductType,
           @VDM.lifecycle.status: #DEPRECATED
           @VDM.lifecycle.successor: '_ProductGroup_2'
           _ProductGroup,
           _ProductGroup_2

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PRODUCTTEXT",
"P_CONFIGURABLEPRODUCT"
],
"ASSOCIATED":
[
"I_PRODUCTGROUP",
"I_PRODUCTGROUP_2",
"I_PRODUCTTEXT",
"I_PRODUCTTYPE"
],
"BASE":
[
"P_CONFIGURABLEPRODUCT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/