I_CapacityStdVH

DDL: I_CAPACITYSTDVH SQL: IC__VH Type: view COMPOSITE

Capacity Header

I_CapacityStdVH is a Composite CDS View that provides data about "Capacity Header" in SAP S/4HANA. It reads from 1 data source (I_Capacity) and exposes 4 fields with key field CapacityInternalID.

Data Sources (1)

SourceAliasJoin Type
I_Capacity I_Capacity from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IC__VH view
AbapCatalog.compiler.compareFilter true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #NONE view
ObjectModel.representativeKey CapacityInternalID view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view
EndUserText.label Capacity Header view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CapacityInternalID CapacityInternalID
_Text _Text
CapacityCategoryCode CapacityCategoryCode
Capacity Capacity
//GENERATED:003:E6ExH29r7kU{rc1Uxl{1wW

@AbapCatalog.sqlViewName: 'IC__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #NONE
@ObjectModel.representativeKey: 'CapacityInternalID'
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER

@AccessControl.authorizationCheck: #CHECK

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@Search.searchable: true
@Consumption.ranked: true

@EndUserText.label: 'Capacity Header'

define view I_CapacityStdVH as select from I_Capacity {
  @ObjectModel.text.association: '_Text'
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  @Search.fuzzinessThreshold: 0.8
  key CapacityInternalID,

  _Text,

  @Consumption.hidden: true
  CapacityCategoryCode,
  @Consumption.hidden: true
  Capacity
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CAPACITY"
],
"ASSOCIATED":
[
"I_CAPACITYTEXT"
],
"BASE":
[
"I_CAPACITY"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/