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.
Sets the status of the planned order to firm and inserts it into a transfer journal line.
Syntax
protected void createInventTransferJournal(
    ReqTrans _reqTrans, 
    ReqPO _reqPO, 
    InventDim _fromInventDim, 
    InventDim _toInventDim)
Run On
Called
Parameters
- _reqTrans
 Type: ReqTrans Table
 The net requirement of the planned order.
- _reqPO
 Type: ReqPO Table
 The planned order to use.
- _fromInventDim
 Type: InventDim Table
 The dimension to transfer from.
- _toInventDim
 Type: InventDim Table
 The dimension to transfer to.