@Deprecated public interface ProcessOrderConfirmationService extends BatchService<ProcessOrderConfirmationServiceBatch>
You can read confirmations for process orders.
Reference: SAP API Business Hub
OData Service: | API_PROC_ORDER_CONFIRMATION |
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
Deprecated.
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
ProcOrdConfirmationFluentHelper |
getAllProcOrdConfirmation()
Deprecated.
Fetch multiple
ProcOrdConfirmation entities. |
ProcOrdConfirmationByKeyFluentHelper |
getProcOrdConfirmationByKey(String processOrderConfirmation,
String operationConfirmationCount)
Deprecated.
Fetch a single
ProcOrdConfirmation entity using key fields. |
ProcessOrderConfirmationService |
withServicePath(String servicePath)
Deprecated.
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ProcessOrderConfirmationService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProcOrdConfirmationFluentHelper getAllProcOrdConfirmation()
ProcOrdConfirmation
entities.ProcOrdConfirmation
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 ProcOrdConfirmationByKeyFluentHelper getProcOrdConfirmationByKey(String processOrderConfirmation, String operationConfirmationCount)
ProcOrdConfirmation
entity using key fields.processOrderConfirmation
- Collective ID of Order Confirmations
Constraints: Not nullable, Maximum length: 10
operationConfirmationCount
- Identifier of Single Order Confirmation
Constraints: Not nullable, Maximum length: 8
ProcOrdConfirmation
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 © 2020 SAP SE. All rights reserved.