public interface ConfigurationOrderIntegrationFacade
| Modifier and Type | Method and Description |
|---|---|
ConfigurationOverviewData |
getConfiguration(java.lang.String code,
int entryNumber)
Retrieves ConfigurationOverviewData object for order entry identified by code and entry number.
|
boolean |
isReorderable(java.lang.String orderCode)
Checks for each item of the order, whether it can be re-ordered or not.
|
ConfigurationOverviewData getConfiguration(java.lang.String code, int entryNumber)
code - code of the order objectentryNumber - entry numberboolean isReorderable(java.lang.String orderCode)
orderCode - code of the source ordertrue, only if the whole order can be re-ordered including all order itemsCopyright © 2018 SAP SE. All Rights Reserved.