KVSICOCalcInventoryValueTest#
Procedures#
InitializeRequest(Date, Option, Boolean, Boolean, Option) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
Summary: InitializeRequest can be used in order to initialize the Report and to set some pre-defined values
[Obsolete('Replaced by procedure SetParameters()', '24.0')]
procedure InitializeRequest(NewPostingDate: Date; NewCalculatePer: Option; NewByLocation: Boolean; NewByVariant: Boolean; NewCalcBase: Option):
Parameters:
NewPostingDate
: Date. Specifies the posting date to use.NewCalculatePer
: Option. Defines the calculation type as whether the calculation should be done on per item ledger entry or per item.NewByLocation
: Boolean. Specifies whether to calculate inventory by location.NewByVariant
: Boolean. Specifies whether to calculate inventory by variant.NewCalcBase
: Option. Specifies the calculation base to use for calculation.
SetParameters(Date, Enum Inventory Value Calc. Per, Boolean, Boolean, Enum Inventory Value Calc. Base) :#
procedure SetParameters(NewPostingDate: Date; NewCalculatePer: Enum "Inventory Value Calc. Per"; NewByLocation: Boolean; NewByVariant: Boolean; NewCalcBase: Enum "Inventory Value Calc. Base"):