public interface ProductionOrderService
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) |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path used to access the endpoint. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path used to access the endpoint.ProductionOrderService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ReleaseProductionOrderFluentHelper releaseProductionOrder(String manufacturingOrder)
Creates a fluent helper for the ReleaseProductionOrder OData function import.
manufacturingOrder
- Constraints: noneOriginal parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.@Nonnull ReleaseProductionOrderOprFluentHelper releaseProductionOrderOpr(String manufacturingOrder, String manufacturingOrderOperation)
Creates a fluent helper for the ReleaseProductionOrderOpr OData function import.
manufacturingOrderOperation
- Constraints: noneOriginal parameter name from the Odata EDM: ManufacturingOrderOperation
manufacturingOrder
- Constraints: noneOriginal parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.