I_MfgOrdOpBySemanticKeyStdVH
Manufacturing Order Operation
I_MfgOrdOpBySemanticKeyStdVH is a Composite CDS View that provides data about "Manufacturing Order Operation" in SAP S/4HANA. It reads from 1 data source (I_MfgOrderOperationBySemKey) and exposes 16 fields with key fields ManufacturingOrder, ManufacturingOrderSequence, ManufacturingOrderOperation.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgOrderOperationBySemKey | I_MfgOrderOperationBySemKey | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMOOBSK__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.representativeKey | ManufacturingOrderOperation | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Manufacturing Order Operation | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ManufacturingOrder | ManufacturingOrder | ||
| KEY | ManufacturingOrderSequence | ManufacturingOrderSequence | ||
| KEY | ManufacturingOrderOperation | ManufacturingOrderOperation | ||
| OperationIsSubOperation | ||||
| ManufacturingOrderText | _MfgOrder | ManufacturingOrderText | ||
| MfgOrderOperationText | MfgOrderOperationText | |||
| ManufacturingOrderCategory | ManufacturingOrderCategory | |||
| ManufacturingOrderType | ManufacturingOrderType | |||
| ProductionPlant | ProductionPlant | |||
| OrderInternalID | OrderInternalID | |||
| OrderOperationInternalID | OrderOperationInternalID | |||
| Material | _MfgOrder | Material | ||
| MfgOrderIsToBeDeleted | _MfgOrder | IsMarkedForDeletion | ||
| _ManufacturingOrder | _MfgOrder | |||
| _MfgOrder | _MfgOrder | |||
| _MfgOrderSequence | _MfgOrderSequence |
@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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA