cancel
Showing results for 
Search instead for 
Did you mean: 

One pick TO for two Storage Types

Former Member
0 Kudos

Dear friends,

I have the following issue, and would appreciate your help.

I have six storage types for my picking. I am searching for config options to combine sets of two storage types in pick TO's

So: my delivery has six items, from Storage Type A B C D E F. I want one TO for Aand B, one for C and D, one for E and F.

So far I have tried it with Split and Sort profiles, but without result.

I am convinced there is a solution, who can tell me where it is?

Thanks a bunch,

Nick

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

.

Former Member
0 Kudos

Hi,

Use the user exit MWMTO012.

In this user exit : Loop through t_ltap_vb and check for your storage type combinations:

Example:

for records with A and B set 'pooln' field as 1

For records with D and E set pooln field as 2

For records with F and G set pooln field as 3.

Now system will create three different TOs with corresponding line items from A&B, D&E, F&G.

Best of Luck

Vinod.

Former Member
0 Kudos

So you want for each storage type a new transfer order, so when you have a picklist of 6 items with 6 different storage types you want 6 transfer orders?

Former Member
0 Kudos

No,

I do NOT want six TO's

I want THREE TO's

One for storage type A and B

One for storage type C and D

One for storage type E and F

Thanks,

Nick