A_ProductionRsceTools
API Production Resource/Tools
A_ProductionRsceTools is a Composite CDS View that provides data about "API Production Resource/Tools" in SAP S/4HANA. It reads from 1 data source (I_MfgOrderOperationPRT) and exposes 22 fields with key fields OrderInternalBillOfOperations, MfgOrderOpProdnRsceToolIntID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgOrderOperationPRT | I_MfgOrderOperationPRT | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | API Production Resource/Tools | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrderInternalBillOfOperations | MfgOrderInternalID | Operation Task List No. | |
| KEY | MfgOrderOpProdnRsceToolIntID | MfgOrderOpProdnRsceToolIntID | PRT Item Counter | |
| ManufacturingOrder | ManufacturingOrder | |||
| ProdnRsceToolCategory | ProdnRsceToolCategory | |||
| ProdnRsceToolCategoryName | ||||
| PlannedProdnRsceToolQtyUnit | PlannedProdnRsceToolQtyUnit | |||
| PlannedTotalProdnRsceToolQty | PlannedTotalProdnRsceToolQty | |||
| ConfirmedProdnRsceToolQtyUnit | ConfirmedProdnRsceToolQtyUnit | |||
| ConfirmedProdnRsceToolQty | ConfirmedProdnRsceToolQty | |||
| ProdnRsceToolUsageQuantityUnit | ProdnRsceToolUsageQuantityUnit | |||
| ProdnRsceToolUsageQuantity | ProdnRsceToolUsageQuantity | |||
| EarliestSchedldUsageStartDate | EarliestSchedldUsageStartDate | |||
| EarliestSchedldUsageStartTime | EarliestSchedldUsageStartTime | |||
| EarliestSchedldUsageEndDate | EarliestSchedldUsageEndDate | |||
| EarliestSchedldUsageEndTime | EarliestSchedldUsageEndTime | |||
| LatestSchedldUsageStartDate | LatestSchedldUsageStartDate | |||
| LatestSchedldUsageStartTime | LatestSchedldUsageStartTime | |||
| LatestSchedldUsageEndDate | LatestSchedldUsageEndDate | |||
| LatestSchedldUsageEndTime | LatestSchedldUsageEndTime | |||
| ManufacturingOrderType | ManufacturingOrderType | |||
| ManufacturingOrderCategory | ManufacturingOrderCategory | |||
| ProductionPlant | ProductionPlant |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'API Production Resource/Tools'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MIXED}
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define view entity A_ProductionRsceTools
as select from I_MfgOrderOperationPRT
{
@EndUserText.label: 'Operation Task List No.'
key MfgOrderInternalID as OrderInternalBillOfOperations,
@EndUserText.label: 'PRT Item Counter'
key MfgOrderOpProdnRsceToolIntID,
ManufacturingOrder,
ProdnRsceToolCategory,
_ProdnRsceToolCategory._Text[1: Language=$session.system_language].ProdnRsceToolCategoryName,
PlannedProdnRsceToolQtyUnit,
@Semantics.quantity.unitOfMeasure: 'PlannedProdnRsceToolQtyUnit'
PlannedTotalProdnRsceToolQty,
ConfirmedProdnRsceToolQtyUnit,
@Semantics.quantity.unitOfMeasure: 'ConfirmedProdnRsceToolQtyUnit'
ConfirmedProdnRsceToolQty,
ProdnRsceToolUsageQuantityUnit,
@Semantics.quantity.unitOfMeasure: 'ProdnRsceToolUsageQuantityUnit'
ProdnRsceToolUsageQuantity,
EarliestSchedldUsageStartDate,
EarliestSchedldUsageStartTime,
EarliestSchedldUsageEndDate,
EarliestSchedldUsageEndTime,
LatestSchedldUsageStartDate,
LatestSchedldUsageStartTime,
LatestSchedldUsageEndDate,
LatestSchedldUsageEndTime,
ManufacturingOrderType,
ManufacturingOrderCategory,
ProductionPlant
}
where
IsDeleted != 'X';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MFGORDEROPERATIONPRT",
"I_PRODNRSCETOOLCATEGORY",
"I_PRODNRSCETOOLCATEGORYTEXT"
],
"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