public interface ProcessProductionOrdersService
You can use this service to read header data, items, operations, components, and the status of production orders. With this API, it is also possible to release a production order or an operation of a production order.
Reference: SAP API Business Hub
OData Service: | API_PRODUCTION_ORDERS |
API Version: | 1 |
Communication Scenario: | Production Planning Integration (SAP_COM_0104) |
Scope Items: | Material Requirements Planning (J44) |
ProductionOrderFluentHelper getAllProductionOrder()
ProductionOrder
entities.ProductionOrder
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionOrderByKeyFluentHelper getProductionOrderByKey(String productionOrder)
ProductionOrder
entity using key fields.productionOrder
- Manufacturing Order IDConstraints: Not nullable, Maximum length: 12
ProductionOrder
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionOrderComponentFluentHelper getAllProductionOrderComponent()
ProductionOrderComponent
entities.ProductionOrderComponent
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionOrderComponentByKeyFluentHelper getProductionOrderComponentByKey(String reservation, String reservationItem)
ProductionOrderComponent
entity using key fields.reservationItem
- Reservation ItemConstraints: Not nullable, Maximum length: 4
reservation
- Number of Reservation/Dependent RequirementConstraints: Not nullable, Maximum length: 10
ProductionOrderComponent
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionOrderItemFluentHelper getAllProductionOrderItem()
ProductionOrderItem
entities.ProductionOrderItem
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionOrderItemByKeyFluentHelper getProductionOrderItemByKey(String manufacturingOrder, String manufacturingOrderItem)
ProductionOrderItem
entity using key fields.manufacturingOrderItem
- Manufacturing Order Item IDConstraints: Not nullable, Maximum length: 4
manufacturingOrder
- Manufacturing Order IDConstraints: Not nullable, Maximum length: 12
ProductionOrderItem
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionOrderOperationFluentHelper getAllProductionOrderOperation()
ProductionOrderOperation
entities.ProductionOrderOperation
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionOrderOperationByKeyFluentHelper getProductionOrderOperationByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem)
ProductionOrderOperation
entity using key fields.orderIntBillOfOperationsItem
- Order Internal Bill of Operations ItemConstraints: Not nullable, Maximum length: 8
orderInternalBillOfOperations
- Order Internal Bill of Operations IDConstraints: Not nullable, Maximum length: 10
ProductionOrderOperation
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionOrderStatusFluentHelper getAllProductionOrderStatus()
ProductionOrderStatus
entities.ProductionOrderStatus
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionOrderStatusByKeyFluentHelper getProductionOrderStatusByKey(String manufacturingOrder, String statusCode)
ProductionOrderStatus
entity using key fields.manufacturingOrder
- Order NumberConstraints: Not nullable, Maximum length: 12
statusCode
- Object statusConstraints: Not nullable, Maximum length: 5
ProductionOrderStatus
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionRsceToolsFluentHelper getAllProductionRsceTools()
ProductionRsceTools
entities.ProductionRsceTools
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ProductionRsceToolsByKeyFluentHelper getProductionRsceToolsByKey(String orderInternalBillOfOperations, String mfgOrderOpProdnRsceToolIntID)
ProductionRsceTools
entity using key fields.mfgOrderOpProdnRsceToolIntID
- Item counter for production resources/toolsConstraints: Not nullable, Maximum length: 8
orderInternalBillOfOperations
- Routing number of operations in the orderConstraints: Not nullable, Maximum length: 10
ProductionRsceTools
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.ReleaseProductionOrderFluentHelper releaseProductionOrder(String manufacturingOrder)
Creates a fluent helper for the ReleaseProductionOrder OData function import.
manufacturingOrder
- Constraints: noneexecute
method on the fluent helper object.ReleaseProductionOrderOprFluentHelper releaseProductionOrderOpr(String manufacturingOrder, String manufacturingOrderOperation)
Creates a fluent helper for the ReleaseProductionOrderOpr OData function import.
manufacturingOrderOperation
- Constraints: nonemanufacturingOrder
- Constraints: noneexecute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.