@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultPlannedOrderService") public class DefaultPlannedOrderService extends Object implements 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) |
Constructor and Description |
---|
DefaultPlannedOrderService() |
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()
PlannedOrderService
PlannedOrder
entities.getAllPlannedOrder
in interface PlannedOrderService
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)
PlannedOrderService
PlannedOrder
entity using key fields.getPlannedOrderByKey
in interface PlannedOrderService
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()
PlannedOrderService
PlannedOrderComponent
entities.getAllPlannedOrderComponent
in interface PlannedOrderService
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)
PlannedOrderService
PlannedOrderComponent
entity using key fields.getPlannedOrderComponentByKey
in interface PlannedOrderService
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 © 2018 SAP SE. All rights reserved.