Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Merges the dimensions of the given InventDim buffer into the service product inventory dimensions.
Syntax
public InventDim mergeInventDim(
InventDim _inventDimMerge,
boolean _createInDatabase,
boolean _clearNotProductDimensions)
Run On
Called
Parameters
- _inventDimMerge
Type: InventDim Table
The InventDim table buffer from which to merge the inventory dimensions.
- _createInDatabase
Type: boolean
A Boolean value that indicates whether the result dimension must be stored in the database.
- _clearNotProductDimensions
Type: boolean
A Boolean value that indicates whether all dimensions that are not product dimensions must be removed from the result.
Return Value
Type: InventDim Table
An InventDim buffer.