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.
Creates an action to cover an issue.
Syntax
private InventQty actionCoverReceipt(
QtyHighest _highestQty,
ReqTrans _receipt,
Map _mapReqTransSum,
Map _accumulatedActionQtyMap,
InventQty _qtyNow,
ReqTransCov _receiptCov,
ReqTrans _issue)
Run On
Called
Parameters
- _highestQty
Type: QtyHighest Extended Data Type
The maximum amount a receipt may be loaded.
- _receipt
Type: ReqTrans Table
The receipt to use for coverage.
- _mapReqTransSum
Type: Map Class
A map that has receipts used for coverage.
- _accumulatedActionQtyMap
Type: Map Class
A map that has the amounts used for action coverage.
- _qtyNow
Type: InventQty Extended Data Type
The quantity to cover.
- _receiptCov
Type: ReqTransCov Table
The original receipt.
- _issue
Type: ReqTrans Table
The issue to cover.
Return Value
Type: InventQty Extended Data Type
The remaining quantity to cover.