@Named public class DefaultProcessProductionOrdersService extends Object implements 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) |
Constructor and Description |
---|
DefaultProcessProductionOrdersService() |
public DefaultProcessProductionOrdersService()
public ProductionOrderFluentHelper getAllProductionOrder()
ProcessProductionOrdersService
ProductionOrder
entities.getAllProductionOrder
in interface ProcessProductionOrdersService
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.public ProductionOrderByKeyFluentHelper getProductionOrderByKey(String productionOrder)
ProcessProductionOrdersService
ProductionOrder
entity using key fields.getProductionOrderByKey
in interface ProcessProductionOrdersService
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.public ProductionOrderComponentFluentHelper getAllProductionOrderComponent()
ProcessProductionOrdersService
ProductionOrderComponent
entities.getAllProductionOrderComponent
in interface ProcessProductionOrdersService
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.public ProductionOrderComponentByKeyFluentHelper getProductionOrderComponentByKey(String reservation, String reservationItem)
ProcessProductionOrdersService
ProductionOrderComponent
entity using key fields.getProductionOrderComponentByKey
in interface ProcessProductionOrdersService
reservation
- Number of Reservation/Dependent RequirementConstraints: Not nullable, Maximum length: 10
reservationItem
- Reservation ItemConstraints: Not nullable, Maximum length: 4
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.public ProductionOrderItemFluentHelper getAllProductionOrderItem()
ProcessProductionOrdersService
ProductionOrderItem
entities.getAllProductionOrderItem
in interface ProcessProductionOrdersService
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.public ProductionOrderItemByKeyFluentHelper getProductionOrderItemByKey(String manufacturingOrder, String manufacturingOrderItem)
ProcessProductionOrdersService
ProductionOrderItem
entity using key fields.getProductionOrderItemByKey
in interface ProcessProductionOrdersService
manufacturingOrder
- Manufacturing Order IDConstraints: Not nullable, Maximum length: 12
manufacturingOrderItem
- Manufacturing Order Item IDConstraints: Not nullable, Maximum length: 4
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.public ProductionOrderOperationFluentHelper getAllProductionOrderOperation()
ProcessProductionOrdersService
ProductionOrderOperation
entities.getAllProductionOrderOperation
in interface ProcessProductionOrdersService
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.public ProductionOrderOperationByKeyFluentHelper getProductionOrderOperationByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem)
ProcessProductionOrdersService
ProductionOrderOperation
entity using key fields.getProductionOrderOperationByKey
in interface ProcessProductionOrdersService
orderInternalBillOfOperations
- Order Internal Bill of Operations IDConstraints: Not nullable, Maximum length: 10
orderIntBillOfOperationsItem
- Order Internal Bill of Operations ItemConstraints: Not nullable, Maximum length: 8
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.public ProductionOrderStatusFluentHelper getAllProductionOrderStatus()
ProcessProductionOrdersService
ProductionOrderStatus
entities.getAllProductionOrderStatus
in interface ProcessProductionOrdersService
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.public ProductionOrderStatusByKeyFluentHelper getProductionOrderStatusByKey(String manufacturingOrder, String statusCode)
ProcessProductionOrdersService
ProductionOrderStatus
entity using key fields.getProductionOrderStatusByKey
in interface ProcessProductionOrdersService
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.public ProductionRsceToolsFluentHelper getAllProductionRsceTools()
ProcessProductionOrdersService
ProductionRsceTools
entities.getAllProductionRsceTools
in interface ProcessProductionOrdersService
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.public ProductionRsceToolsByKeyFluentHelper getProductionRsceToolsByKey(String orderInternalBillOfOperations, String mfgOrderOpProdnRsceToolIntID)
ProcessProductionOrdersService
ProductionRsceTools
entity using key fields.getProductionRsceToolsByKey
in interface ProcessProductionOrdersService
orderInternalBillOfOperations
- Routing number of operations in the orderConstraints: Not nullable, Maximum length: 10
mfgOrderOpProdnRsceToolIntID
- Item counter for production resources/toolsConstraints: Not nullable, Maximum length: 8
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.public ReleaseProductionOrderFluentHelper releaseProductionOrder(String manufacturingOrder)
ProcessProductionOrdersService
Creates a fluent helper for the ReleaseProductionOrder OData function import.
releaseProductionOrder
in interface ProcessProductionOrdersService
manufacturingOrder
- Constraints: noneexecute
method on the fluent helper object.public ReleaseProductionOrderOprFluentHelper releaseProductionOrderOpr(String manufacturingOrder, String manufacturingOrderOperation)
ProcessProductionOrdersService
Creates a fluent helper for the ReleaseProductionOrderOpr OData function import.
releaseProductionOrderOpr
in interface ProcessProductionOrdersService
manufacturingOrder
- Constraints: nonemanufacturingOrderOperation
- Constraints: noneexecute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.