@Named public class DefaultReadProductionOrderConfirmationsService extends Object implements ReadProductionOrderConfirmationsService
Reads 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: | Material Requirements Planning (J44) |
Constructor and Description |
---|
DefaultReadProductionOrderConfirmationsService() |
Modifier and Type | Method and Description |
---|---|
ProductionOrderConfFluentHelper |
getAllProductionOrderConf()
Fetch multiple
ProductionOrderConf entities. |
ProductionOrderConfByKeyFluentHelper |
getProductionOrderConfByKey(String productionOrderConfirmation,
String operationConfirmationCount)
Fetch a single
ProductionOrderConf entity using key fields. |
public DefaultReadProductionOrderConfirmationsService()
public ProductionOrderConfFluentHelper getAllProductionOrderConf()
ReadProductionOrderConfirmationsService
ProductionOrderConf
entities.getAllProductionOrderConf
in interface ReadProductionOrderConfirmationsService
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.public ProductionOrderConfByKeyFluentHelper getProductionOrderConfByKey(String productionOrderConfirmation, String operationConfirmationCount)
ReadProductionOrderConfirmationsService
ProductionOrderConf
entity using key fields.getProductionOrderConfByKey
in interface ReadProductionOrderConfirmationsService
productionOrderConfirmation
- Completion confirmation number for the operationConstraints: Not nullable, Maximum length: 10
operationConfirmationCount
- Confirmation counterConstraints: 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 © 2017 SAP SE. All rights reserved.