cancel
Showing results for 
Search instead for 
Did you mean: 

TO Split

Former Member
0 Kudos

Dear Friends,

Is there any Possibilty to generate two Transfer order for one Outbound Delivery Document?

The Scenario is like this : Say for Example we have Order for 25 cartons. There are 2 storage types defined. One Storage type always holds always full pallet stock only (20 cartons) , other storage type holds part pallet stocks only .

Now our requirement is One TO has to be generated for picking full pallet(20 Cartons) from one storage type and another TO has to be generated for picking part pallets(5 Cartons) FOR SAME ORDER.

Please let me know if there is any standard configuration settings or any Customer exit available to Split TO based on Quantity for same order.

Thanks in advance

Shankar

Accepted Solutions (1)

Accepted Solutions (1)

Marian1
Participant
0 Kudos

Hi,

You can check in customizing :

Activities => Transfers =>Processing performance data / TO split => Define profiles in the

Warehouse Management IMG documentation.

Also you can use this user exit:

MWMTO012 - Transfer order split

Best regards,

Marian

Answers (2)

Answers (2)

Former Member
0 Kudos

Here is what you would need to do to meet the requirement:

1. In your split profile configuration, maintain split by pick area and sort by Source Storage bin.

2. You will need to turn on Rounding Quantity for the Storage type that holds Full Pallet quantity. This is defined in Define Storage type configuration in SPRO.

3. maintain Strategy M as indicated

4. Extend the material with the WM2 view for the storage type that holds the partial pallet. In the control quantity field for the partial pallet storage type, maintain quantity as 19.

5. Extend the material with the WM2 view for the storage type that holds the full pallet. In the rounding quantity field for the full pallet storage type, maintain a value of 20.

this is what will happen:

When a delivery is needed for a qty of 25, based on the control qty of 19 set for partial storage type since 25 is greater than 19, system will direct the TO to be picked from the full pallet storage type. Now here since you force the values to be rounded to multiples of 20, system will only create a TO here for a qty of 20 ( full pallet).

For the remaining qty of 5, system will again check and since 5 is less than qty of 19 in the partial storage type, system will now create a TO for a qty of 5 to be picked from partial storage type.

Thanks

Edited by: Guest on Sep 28, 2009 11:21 AM

Former Member
0 Kudos

Hi,

For your case, you can use strategy 'M' (Large/Small Quantities) for the Storage Type from which you always want to pick partials.

Here are the steps:

For Partial Storage type ST2: Use picking strategy 'M'

In the material master: Warehouse/Storage Type view: Set control Quantity '19' (less than full pallet quantity)

And storage type search, sequence should be : ST2(Partials) followed by ST1(Full Pallets)

Now, system will pick all partials from ST2(Qnty < 20) and full pallets from ST1.

Hope that helps.

Thanks

Vinod.