@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProcessOrderConfirmationService") public class DefaultProcessOrderConfirmationService extends Object implements ProcessOrderConfirmationService
This service enables you to read process order confirmations.
Reference: SAP API Business Hub
OData Service: | API_PROC_ORDER_CONFIRMATION |
API Version: | 1 |
Communication Scenario: | Production Planning Integration (SAP_COM_0104) |
Scope Items: | Material Requirements Planning (J44) |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultProcessOrderConfirmationService()
Creates a service using
ProcessOrderConfirmationService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
ProcOrdConfirmationFluentHelper |
getAllProcOrdConfirmation()
Fetch multiple
ProcOrdConfirmation entities. |
ProcOrdConfirmationByKeyFluentHelper |
getProcOrdConfirmationByKey(String processOrderConfirmation,
String operationConfirmationCount)
Fetch a single
ProcOrdConfirmation entity using key fields. |
DefaultProcessOrderConfirmationService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultProcessOrderConfirmationService()
ProcessOrderConfirmationService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultProcessOrderConfirmationService withServicePath(@Nonnull String servicePath)
ProcessOrderConfirmationService
withServicePath
in interface ProcessOrderConfirmationService
servicePath
- Service path that will override the default.@Nonnull public ProcOrdConfirmationFluentHelper getAllProcOrdConfirmation()
ProcessOrderConfirmationService
ProcOrdConfirmation
entities.getAllProcOrdConfirmation
in interface ProcessOrderConfirmationService
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 public ProcOrdConfirmationByKeyFluentHelper getProcOrdConfirmationByKey(String processOrderConfirmation, String operationConfirmationCount)
ProcessOrderConfirmationService
ProcOrdConfirmation
entity using key fields.getProcOrdConfirmationByKey
in interface ProcessOrderConfirmationService
processOrderConfirmation
- Number used to identify an operation in the confirmation.
Constraints: Not nullable, Maximum length: 10
operationConfirmationCount
- Counter that enumerates confirmations for an operation. If more than one confirmation was created for
an operation then the confirmation counter together with the confirmation number unambiguously
identifies the individual 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 © 2018 SAP SE. All rights reserved.