@Named public class DefaultReadPlannedOrdersService extends Object implements ReadPlannedOrdersService
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) |
Constructor and Description |
---|
DefaultReadPlannedOrdersService() |
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. |
public PlannedOrderFluentHelper getAllPlannedOrder()
ReadPlannedOrdersService
PlannedOrder
entities.getAllPlannedOrder
in interface ReadPlannedOrdersService
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.public PlannedOrderByKeyFluentHelper getPlannedOrderByKey(String plannedOrder)
ReadPlannedOrdersService
PlannedOrder
entity using key fields.getPlannedOrderByKey
in interface ReadPlannedOrdersService
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.public PlannedOrderComponentFluentHelper getAllPlannedOrderComponent()
ReadPlannedOrdersService
PlannedOrderComponent
entities.getAllPlannedOrderComponent
in interface ReadPlannedOrdersService
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.public PlannedOrderComponentByKeyFluentHelper getPlannedOrderComponentByKey(String reservation, String reservationItem)
ReadPlannedOrdersService
PlannedOrderComponent
entity using key fields.getPlannedOrderComponentByKey
in interface ReadPlannedOrdersService
reservation
- Number of Reservation/Dependent RequirementConstraints: Not nullable, Maximum length: 10
reservationItem
- Item Number of Reservation/Dependent RequirementConstraints: Not nullable, Maximum length: 4
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 © 2017 SAP SE. All rights reserved.