public interface UpdateOfMaterialPriceService
This service enables you to change the prices of your materials. If stock exists for the material, a revaluation posting is generated.
Reference: SAP API Business Hub
OData Service: | API_MATERIAL_VALUATION_SRV |
API Version: | 1 |
Communication Scenario: | Material Price Changes and Inventory Values Integration (SAP_COM_0147) |
Scope Items: | Managing Material Price Changes and Inventory Values (1ZT) |
Modifier and Type | Method and Description |
---|---|
InventoryPriceChangeFluentHelper |
inventoryPriceChange(String inventoryValuationType,
String valuationArea,
BigDecimal materialPriceUnitQty,
Calendar postingDate,
BigDecimal inventoryPrice,
String material,
String currencyRole,
String currency)
Creates a fluent helper for the InventoryPriceChange OData function import.
|
InventoryPriceChangeFluentHelper inventoryPriceChange(String inventoryValuationType, String valuationArea, BigDecimal materialPriceUnitQty, Calendar postingDate, BigDecimal inventoryPrice, String material, String currencyRole, String currency)
Creates a fluent helper for the InventoryPriceChange OData function import.
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: 4execute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.