@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProductionOrderConfirmationService") public class DefaultProductionOrderConfirmationService extends Object implements ProductionOrderConfirmationService
API for Production Order Confirmations.
Reference: SAP API Business Hub
OData Service: | API_PROD_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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultProductionOrderConfirmationService()
Creates a service using
ProductionOrderConfirmationService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultProductionOrderConfirmationServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
ProductionOrderConfFluentHelper |
getAllProductionOrderConf()
Fetch multiple
ProductionOrderConf entities. |
ProductionOrderConfByKeyFluentHelper |
getProductionOrderConfByKey(String productionOrderConfirmation,
String operationConfirmationCount)
Fetch a single
ProductionOrderConf entity using key fields. |
DefaultProductionOrderConfirmationService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultProductionOrderConfirmationService()
ProductionOrderConfirmationService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultProductionOrderConfirmationService withServicePath(@Nonnull String servicePath)
ProductionOrderConfirmationService
withServicePath
in interface ProductionOrderConfirmationService
servicePath
- Service path that will override the default.@Nonnull public DefaultProductionOrderConfirmationServiceBatch batch()
batch
in interface BatchService<ProductionOrderConfirmationServiceBatch>
@Nonnull public ProductionOrderConfFluentHelper getAllProductionOrderConf()
ProductionOrderConfirmationService
ProductionOrderConf
entities.getAllProductionOrderConf
in interface ProductionOrderConfirmationService
ProductionOrderConf
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 ProductionOrderConfByKeyFluentHelper getProductionOrderConfByKey(String productionOrderConfirmation, String operationConfirmationCount)
ProductionOrderConfirmationService
ProductionOrderConf
entity using key fields.getProductionOrderConfByKey
in interface ProductionOrderConfirmationService
productionOrderConfirmation
- Collective ID of Order Confirmations
Constraints: Not nullable, Maximum length: 10
operationConfirmationCount
- Identifier of Single Order Confirmation
Constraints: Not nullable, Maximum length: 8
ProductionOrderConf
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 © 2019 SAP SE. All rights reserved.