cancel
Showing results for 
Search instead for 
Did you mean: 

confirming Transfer Order into to an existing HU in the flow rack Bin

0 Kudos

Hi Experts,

I have a new requirement wherein the below points are their expectation .

1) Replenishment should be create by a background job (without creating a destination HU)

2) TO should be create to pick from the Buffer.

3) TO should go into the queue for Flow rack replenishment.

4) Replenishment should be done by scanner.

5) TO should be confirmed into to an existing HU in the flow rack (Bin).

6) If no HU in the Bin it should ask for a new Pick HU.

can someone give your inputs on how point 5 can be achieved,

Accepted Solutions (0)

Answers (1)

Answers (1)

iamhe7806
Participant

Hi Rajanitha,

SAP will create a Pick HU for replenishment TO or throw error asking for it, unless you are replenishing full HU. Now for scanners to be able to select an existing HU as destination HU, you have to plug in some custom code where you have to confirm the Pick into SAP proposed Pick HU > move it to Packing area Storage Type (in background) > At the same time, you need to move the 'existing HU ' in the destination bin (the one you are going to scan as destination HU) to Packing Area > repack from Pick HU to the destination HU, then bring back the destination HU to the destination Storage Type while the original HU to original storage type... all of these needs to be coded in the custom program.