P_ProcOrdMgmtOpWithStdSequence
Process Order Operations Std Sequence
P_ProcOrdMgmtOpWithStdSequence is a Composite CDS View that provides data about "Process Order Operations Std Sequence" in SAP S/4HANA. It reads from 1 data source (P_ProcOrdMgmtOperation) and exposes 19 fields with key fields OrderInternalID, OrderOperationInternalID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_ProcOrdMgmtOperation | P_ProcOrdMgmtOperation | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Process Order Operations Std Sequence | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrderInternalID | OrderInternalID | ||
| KEY | OrderOperationInternalID | OrderOperationInternalID | ||
| ProcessOrder | ProcessOrder | |||
| ProductionPlant | ProductionPlant | |||
| ProductionSupervisor | ProductionSupervisor | |||
| Operation | Operation | |||
| OperationText | OperationText | |||
| WorkCenterInternalID | WorkCenterInternalID | |||
| WorkCenter | WorkCenter | |||
| WorkCenterText | WorkCenterText | |||
| OpLtstSchedldExecStrtDte | OpLtstSchedldExecStrtDte | |||
| OpLtstSchedldExecStrtTme | OpLtstSchedldExecStrtTme | |||
| OpActualExecutionStartDate | OpActualExecutionStartDate | |||
| OpActualExecutionStartTime | OpActualExecutionStartTime | |||
| ProcOrdOpSchedldStartDateTime | ProcOrdOpSchedldStartDateTime | |||
| ProcOrdOpActualStartDateTime | ProcOrdOpActualStartDateTime | |||
| BillOfOperationsGroup | BillOfOperationsGroup | |||
| BillOfOperationsType | BillOfOperationsType | |||
| BillOfOperationsVariant | BillOfOperationsVariant |
@EndUserText.label: 'Process Order Operations Std Sequence'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #D,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
}
@VDM.viewType: #COMPOSITE
@VDM.private: true
define view entity P_ProcOrdMgmtOpWithStdSequence as select from P_ProcOrdMgmtOperation
{
key OrderInternalID,
key OrderOperationInternalID,
ProcessOrder,
ProductionPlant,
ProductionSupervisor,
Operation,
OperationText,
WorkCenterInternalID,
WorkCenter,
WorkCenterText,
OpLtstSchedldExecStrtDte,
OpLtstSchedldExecStrtTme,
OpActualExecutionStartDate,
OpActualExecutionStartTime,
ProcOrdOpSchedldStartDateTime,
ProcOrdOpActualStartDateTime,
BillOfOperationsGroup,
BillOfOperationsType,
BillOfOperationsVariant
}
where ManufacturingOrderCategory = '40'
and MfgOrderOperationIsPhase = '' // Phases are not relevant
and Sequence = '000000' // Only standard sequence
and SuperiorOperationInternalID = '00000000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_PROCORDMGMTOPERATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"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