Thursday, June 6, 2013

Move Order Issue Transaction for LPN

Move order has a config item of mixed transaction type.

.> Master is Move Order Transfer while one or more Child lines are Move Order Issue

.> Master is Move Order Issue while one or more Child lines are Move Order Transfer


After the Pick Load is complete.

.> Complete the issue lines using INV_PICK_WAVE_PICK_CONFIRM.PICK_CONFIRM.

Pass only the mmtt records as parameter and not the move order records

.> Now the Config LPN will have only the move order transfer items, while the
  move order issue items would have been issued out.
 
.> Since the integrity of the Config LPN has been destroyed, we will have to
   unpack the items from the config LPNS
 
.> Insert into the MTI with the transaction type 88 Container UnPack
   If there are any serials or lots associated with the config LPN
   populate the MTSI or MTLI
 
.> After successfully completing the unpack, we need to clear the task of all
   the references of the config LPN
   update mmtt set lpn_id = null, allocated_lpn_id = null        

No comments:

Post a Comment