public interface SalesOrderSimulateService extends BatchService<SalesOrderSimulateServiceBatch>
You can use this service to integrate external applications that simulate the creation of sales orders in SAP S/4HANA Cloud. This simulation includes price calculation with results, Available-to- Promise (ATP) check, partner determination and 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: | Sell from Stock (BD9), Opportunity-to-Order with Third-Party Sales Force Automation Apps (1QI) |
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 © 2019 SAP SE. All rights reserved.