C_MassMaintCapProdnVersionVH

DDL: C_MASSMAINTCAPPRODNVERSIONVH Type: view_entity CONSUMPTION

Value Help for Production Version

C_MassMaintCapProdnVersionVH is a Consumption CDS View that provides data about "Value Help for Production Version" in SAP S/4HANA. It reads from 1 data source (I_ProductionVersion) and exposes 9 fields with key fields Material, Plant, ProductionVersion.

Data Sources (1)

SourceAliasJoin Type
I_ProductionVersion I_ProductionVersion from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value Help for Production Version view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY Material Material
KEY Plant Plant
KEY ProductionVersion ProductionVersion
ProductionVersionText ProductionVersionText
ValidityStartDate ValidityStartDate
ValidityEndDate ValidityEndDate
BillOfOperationsGroup BillOfOperationsGroup
BillOfOperationsType BillOfOperationsType
BillOfOperationsVariant BillOfOperationsVariant
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Value Help for Production Version'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity C_MassMaintCapProdnVersionVH
  as select from I_ProductionVersion
{
  key Material,
  key Plant,
  @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key ProductionVersion,
  @Search: { ranking: #LOW}
      ProductionVersionText,
  @Search: { ranking: #LOW}
      ValidityStartDate,
      ValidityEndDate,
      @UI.hidden: true
      BillOfOperationsGroup,
      @UI.hidden: true
      BillOfOperationsType,
      @UI.hidden: true
      BillOfOperationsVariant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PRODUCTIONVERSION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/