C_SFOOutputControlParameter
Shop Floor Order Output Control Param
C_SFOOutputControlParameter is a Consumption CDS View that provides data about "Shop Floor Order Output Control Param" in SAP S/4HANA. It reads from 1 data source (I_ManufacturingOrder) and exposes 17 fields with key field ManufacturingOrder. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ManufacturingOrder | ManufacturingOrder | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ManufacturingOrder | _ManufacturingOrder | $projection.ManufacturingOrder = _ManufacturingOrder.ManufacturingOrder |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Shop Floor Order Output Control Param | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ManufacturingOrder | I_ManufacturingOrder | ManufacturingOrder | |
| ManufacturingOrderCategory | I_ManufacturingOrder | ManufacturingOrderCategory | ||
| ManufacturingOrderType | I_ManufacturingOrder | ManufacturingOrderType | ||
| ProductionPlant | I_ManufacturingOrder | ProductionPlant | ||
| MRPController | I_ManufacturingOrder | MRPController | ||
| PlanningPlant | I_ManufacturingOrder | PlanningPlant | ||
| ProductionSupervisor | I_ManufacturingOrder | ProductionSupervisor | ||
| ProductionSchedulingProfile | I_ManufacturingOrder | ProductionSchedulingProfile | ||
| Material | I_ManufacturingOrder | Material | ||
| _ManufacturingOrder | _ManufacturingOrder | |||
| _MfgOrderCategory | _MfgOrderCategory | |||
| _MfgOrderType | _MfgOrderType | |||
| _MRPController | _MRPController | |||
| _ProductionSupervisor | _ProductionSupervisor | |||
| _ProductionSchedulingProfile | _ProductionSchedulingProfile | |||
| _PlanningPlant | _PlanningPlant | |||
| _Material | _Material |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Shop Floor Order Output Control Param'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
define view entity C_SFOOutputControlParameter
as select from I_ManufacturingOrder as ManufacturingOrder
association [1..1] to I_ManufacturingOrder as _ManufacturingOrder on $projection.ManufacturingOrder = _ManufacturingOrder.ManufacturingOrder
{
key ManufacturingOrder.ManufacturingOrder,
ManufacturingOrder.ManufacturingOrderCategory,
ManufacturingOrder.ManufacturingOrderType,
ManufacturingOrder.ProductionPlant,
ManufacturingOrder.MRPController,
ManufacturingOrder.PlanningPlant,
ManufacturingOrder.ProductionSupervisor,
ManufacturingOrder.ProductionSchedulingProfile,
ManufacturingOrder.Material,
_ManufacturingOrder,
_MfgOrderCategory,
_MfgOrderType,
_MRPController,
_ProductionSupervisor,
_ProductionSchedulingProfile,
_PlanningPlant,
_Material
}
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