I_MFGORDOPBYSEMANTICKEYSTDVH
Manufacturing Order Operation
I_MFGORDOPBYSEMANTICKEYSTDVH is a CDS View in S/4HANA. Manufacturing Order Operation. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MfgOrdOpDatesBySemKeyStdVH | view | from | COMPOSITE | Manufacturing Order Operation Dates By Semantic Key |
| I_ProdnOrdOpBySemKeyStdVH | view | from | COMPOSITE | Production Order Operation |
@AbapCatalog.sqlViewName: 'IMOOBSK__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ManufacturingOrderOperation'
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Manufacturing Order Operation'
define view I_MfgOrdOpBySemanticKeyStdVH
as select from I_MfgOrderOperationBySemKey
{
@ObjectModel.text.element: ['ManufacturingOrderText']
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Search.fuzzinessThreshold: 0.90
key ManufacturingOrder,
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Search.fuzzinessThreshold: 0.80
key ManufacturingOrderSequence,
@ObjectModel.text.element: ['MfgOrderOperationText']
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.90
key ManufacturingOrderOperation,
@Semantics.booleanIndicator
cast(OperationIsSubOperation as vdm_subop_flag preserving type) as OperationIsSubOperation,
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Search.fuzzinessThreshold: 0.80
@Semantics.text: true
_MfgOrder.ManufacturingOrderText,
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Search.fuzzinessThreshold: 0.80
@Semantics.text: true
MfgOrderOperationText,
@Consumption.hidden: true
ManufacturingOrderCategory,
@Consumption.hidden: true
ManufacturingOrderType,
@Consumption.hidden: true
ProductionPlant,
@Consumption.hidden: true
OrderInternalID,
@Consumption.hidden: true
OrderOperationInternalID,
@Consumption.hidden: true
_MfgOrder.Material,
@UI.hidden: true
_MfgOrder.IsMarkedForDeletion as MfgOrderIsToBeDeleted,
@Consumption.hidden: true
_MfgOrder as _ManufacturingOrder,
@Consumption.hidden: true
_MfgOrder,
@Consumption.hidden: true
_MfgOrderSequence
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MANUFACTURINGORDER",
"I_MFGORDEROPERATIONBYSEMKEY"
],
"ASSOCIATED":
[
"I_MANUFACTURINGORDER",
"I_MANUFACTURINGORDERSEQUENCE"
],
"BASE":
[
"I_MFGORDEROPERATIONBYSEMKEY"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/