public class InventoryPriceChangeFluentHelper extends FluentHelperFunction<InventoryPriceChangeFluentHelper,PriceChangeDocument,PriceChangeDocument>
Constructor and Description |
---|
InventoryPriceChangeFluentHelper(String inventoryValuationType,
String valuationArea,
BigDecimal materialPriceUnitQty,
Calendar postingDate,
BigDecimal inventoryPrice,
String material,
String currencyRole,
String currency)
Creates a fluent helper object that will execute the InventoryPriceChange OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
PriceChangeDocument |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public InventoryPriceChangeFluentHelper(String inventoryValuationType, String valuationArea, BigDecimal materialPriceUnitQty, Calendar postingDate, BigDecimal inventoryPrice, String material, String currencyRole, String currency)
execute
method on the fluent helper object.valuationArea
- Constraints: Not nullable, Maximum length: 4material
- Constraints: Not nullable, Maximum length: 40inventoryValuationType
- Constraints: Not nullable, Maximum length: 10materialPriceUnitQty
- Constraints: Not nullable, Precision: 5, Scale: 0currency
- Constraints: Not nullable, Maximum length: 5postingDate
- Constraints: Not nullable, Precision: 0currencyRole
- Constraints: Not nullable, Maximum length: 2inventoryPrice
- Constraints: Not nullable, Precision: 4, Scale: 4public PriceChangeDocument execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<InventoryPriceChangeFluentHelper,PriceChangeDocument,PriceChangeDocument>
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2018 SAP SE. All rights reserved.