public interface PlannedOrderService extends BatchService<PlannedOrderServiceBatch>
In addition to executing the operations on planned orders, you can also read, create, change, and delete components belonging to the orders.
Reference: SAP API Business Hub
OData Service: | API_PLANNED_ORDERS |
API Version: | 1 |
Communication Scenario: | Production Planning Integration (SAP_COM_0104) |
Scope Items: | Make-to-Stock Production - Discrete Manufacturing (BJ5), Make-to-Stock - Process Manufacturing Based on Process Order (BJ8), Material Requirements Planning (J44) |
Authentication Methods: | Basic, x509 |
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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull PlannedOrderService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull 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.@Nonnull PlannedOrderByKeyFluentHelper getPlannedOrderByKey(String plannedOrder)
PlannedOrder
entity using key fields.plannedOrder
- Identifiziert den Planauftrag zu einem Material eindeutig.
Constraints: 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.@Nonnull PlannedOrderCreateFluentHelper createPlannedOrder(@Nonnull PlannedOrder plannedOrder)
PlannedOrder
entity and save it to the S/4HANA system.plannedOrder
- PlannedOrder
entity object that will be created in the S/4HANA system.PlannedOrder
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PlannedOrderUpdateFluentHelper updatePlannedOrder(@Nonnull PlannedOrder plannedOrder)
PlannedOrder
entity and save it to the S/4HANA system.plannedOrder
- PlannedOrder
entity object that will be updated in the S/4HANA system.PlannedOrder
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PlannedOrderDeleteFluentHelper deletePlannedOrder(@Nonnull PlannedOrder plannedOrder)
PlannedOrder
entity in the S/4HANA system.plannedOrder
- PlannedOrder
entity object that will be deleted in the S/4HANA system.PlannedOrder
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PlannedOrderCapacityFluentHelper getAllPlannedOrderCapacity()
PlannedOrderCapacity
entities.PlannedOrderCapacity
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 PlannedOrderCapacityByKeyFluentHelper getPlannedOrderCapacityByKey(String capacityRequirement, String capacityRequirementItem, String capacityRqmtItemCapacity)
PlannedOrderCapacity
entity using key fields.capacityRequirementItem
- Kapazitätsbedarfsposition
Constraints: Not nullable, Maximum length: 8
capacityRequirement
- ID des Kapazitätsbedarfssatzes
Constraints: Not nullable, Maximum length: 12
capacityRqmtItemCapacity
- Einzelkapazität einer Kapazitätsbedarfsposition
Constraints: Not nullable, Maximum length: 4
PlannedOrderCapacity
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 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.@Nonnull PlannedOrderComponentByKeyFluentHelper getPlannedOrderComponentByKey(String reservation, String reservationItem)
PlannedOrderComponent
entity using key fields.reservationItem
- Reservierungsposition
Constraints: Not nullable, Maximum length: 4
reservation
- Gibt einen alphanumerischen Schlüssel an, der den Beleg eindeutig identifiziert.
Constraints: 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.@Nonnull PlannedOrderComponentCreateFluentHelper createPlannedOrderComponent(@Nonnull PlannedOrderComponent plannedOrderComponent)
PlannedOrderComponent
entity and save it to the S/4HANA system.plannedOrderComponent
- PlannedOrderComponent
entity object that will be created in the S/4HANA system.PlannedOrderComponent
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PlannedOrderComponentUpdateFluentHelper updatePlannedOrderComponent(@Nonnull PlannedOrderComponent plannedOrderComponent)
PlannedOrderComponent
entity and save it to the S/4HANA system.plannedOrderComponent
- PlannedOrderComponent
entity object that will be updated in the S/4HANA system.PlannedOrderComponent
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PlannedOrderComponentDeleteFluentHelper deletePlannedOrderComponent(@Nonnull PlannedOrderComponent plannedOrderComponent)
PlannedOrderComponent
entity in the S/4HANA system.plannedOrderComponent
- PlannedOrderComponent
entity object that will be deleted in the S/4HANA system.PlannedOrderComponent
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PlannedOrderScheduleFluentHelper plannedOrderSchedule(String plannedOrder)
Creates a fluent helper for the PlannedOrderSchedule OData function import.
plannedOrder
- Planauftrag
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: PlannedOrder
execute
method on the fluent helper object.Copyright © 2019 SAP SE. All rights reserved.