cancel
Showing results for 
Search instead for 
Did you mean: 

how to split the transfer order

Former Member
0 Kudos

greetings to you all

kindly assist me, I want to split the transfer order that when they print for picking they print in different storage types ( as per ordered materials)

I have never done this before and would like to know how to do that

Scenario is :

when I generate the SD number in VL10B some come with different SD numbers -  and they split the TO's some they do not split and come in 1 SD and at times different TO numbers

please help the other brother from another mother

Muzi

Accepted Solutions (0)

Answers (1)

Answers (1)

mihailo_sundic
Active Contributor
0 Kudos

Hi Muzi,

The best way and the most powerful is to code a user exit for TO split.

In CMOD, assign enhancement MWMTO012 to a project, then go to Components, activate FM EXIT_SAPLL03A_012, double click it, and then double click include ZXLTOU18. It will ask you to create it, accept that.

You can then write custom code for TO splitting based on your criteria.

This exit will loop at all your possible items in TO, and you cann influence the split by assigning different t_ltap_vb-pooln and t_ltap_vb-reihf to your items.