public interface PlannedOrderService
This service enables you to read order headers and components belonging to planned orders.
Reference: SAP API Business Hub
OData Service: | API_PLANNED_ORDERS |
API Version: | 1 |
Communication Scenario: | Production Planning Integration (SAP_COM_0104) |
Scope Items: | Material Requirements Planning (J44) |
Modifier and Type | Method and Description |
---|---|
PlannedOrderFluentHelper |
getAllPlannedOrder()
Fetch multiple
PlannedOrder entities. |
PlannedOrderComponentFluentHelper |
getAllPlannedOrderComponent()
Fetch multiple
PlannedOrderComponent entities. |
PlannedOrderByKeyFluentHelper |
getPlannedOrderByKey(String plannedOrder)
Fetch a single
PlannedOrder entity using key fields. |
PlannedOrderComponentByKeyFluentHelper |
getPlannedOrderComponentByKey(String reservation,
String reservationItem)
Fetch a single
PlannedOrderComponent entity using key fields. |
PlannedOrderFluentHelper getAllPlannedOrder()
PlannedOrder
entities.PlannedOrder
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.PlannedOrderByKeyFluentHelper getPlannedOrderByKey(String plannedOrder)
PlannedOrder
entity using key fields.plannedOrder
- Planned OrderConstraints: Not nullable, Maximum length: 10
PlannedOrder
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.PlannedOrderComponentFluentHelper getAllPlannedOrderComponent()
PlannedOrderComponent
entities.PlannedOrderComponent
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.PlannedOrderComponentByKeyFluentHelper getPlannedOrderComponentByKey(String reservation, String reservationItem)
PlannedOrderComponent
entity using key fields.reservationItem
- Item Number of Reservation/Dependent RequirementConstraints: Not nullable, Maximum length: 4
reservation
- Number of Reservation/Dependent RequirementConstraints: Not nullable, Maximum length: 10
PlannedOrderComponent
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.Copyright © 2018 SAP SE. All rights reserved.