public interface SalesOrderSimulateService extends BatchService<SalesOrderSimulateServiceBatch>
The simulation includes a price calculation with results, the Available- to-Promise (ATP) check, the partner determination and the credit check.
Reference: SAP API Business Hub
OData Service: | API_SALES_ORDER_SIMULATION_SRV |
API Version: | 1 |
Communication Scenario: | Sales Order Integration (SAP_COM_0109) |
Scope Items: | Opportunity-to-Order with Third-Party Sales Force Automation Apps (1QI), Sell from Stock (BD9) |
Authentication Methods: | Basic, x509 |
Business Object: | SalesOrder |
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. |
Modifier and Type | Method and Description |
---|---|
SalesOrderSimulationCreateFluentHelper |
createSalesOrderSimulation(SalesOrderSimulation salesOrderSimulation)
Create a new
SalesOrderSimulation entity and save it to the S/4HANA system. |
SalesOrderSimulateService |
withServicePath(String servicePath)
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 SalesOrderSimulateService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull SalesOrderSimulationCreateFluentHelper createSalesOrderSimulation(@Nonnull SalesOrderSimulation salesOrderSimulation)
SalesOrderSimulation
entity and save it to the S/4HANA system.salesOrderSimulation
- SalesOrderSimulation
entity object that will be created in the S/4HANA system.SalesOrderSimulation
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.