C_PackingComponentCategoryVH

DDL: C_PACKINGCOMPONENTCATEGORYVH SQL: CPITEMCATVH Type: view CONSUMPTION

PI Item Category

C_PackingComponentCategoryVH is a Consumption CDS View that provides data about "PI Item Category" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field DomainValue. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PackingComponentCategoryText _Text $projection.DomainValue = _Text.DomainValue

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CPITEMCATVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.representativeKey DomainValue view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label PI Item Category view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DomainValue domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'CPITEMCATVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ObjectModel.representativeKey: 'DomainValue'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.dataCategory: #VALUE_HELP
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'PI Item Category'
@Search.searchable

define view C_PackingComponentCategoryVH as select from dd07l
  association [0..*] to I_PackingComponentCategoryText as _Text on $projection.DomainValue = _Text.DomainValue

{
     @Search.defaultSearchElement: true
     @Search.fuzzinessThreshold: 0.8
     @Search.ranking: #HIGH
     @ObjectModel.text.association: '_Text'
     key domvalue_l as DomainValue
     ,
     _Text

}
where
      domname    =  'VL_DET_POSTYP'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PACKINGCOMPONENTCATEGORYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/