cancel
Showing results for 
Search instead for 
Did you mean: 

How to split Piking TO by LE quantity

razumsap
Participant
0 Kudos

Hi All!

My customer wants to split picking TO by pallet (30 qty = 1 E1). For an example, we have TO for 30 qty and I need to split it on three TOs of 10 qty.

I have next configurations:

When I created TO, it was not divided into three.


Please help me understand, what the problem?

Kind regards
Serhii Razumnyi


Accepted Solutions (0)

Answers (3)

Answers (3)

DominikTylczyn
Active Contributor

First, you've switch off rounding with the configuration of the source storage type.

Second, the system rounds down required quantity to multiplicity of rounding quantity value e.g. required quantity = 25 PCS, rounding value = 10 PCS, quantity after rounding = 20 PCS. Refer to: https://help.sap.com/erp2005_ehp_08/helpdata/en/ed/90c95360267214e10000000a174cb4/content.htm

Third, writing enhancement point and thus altering standard functionality of the system is not required here. You could've solved the issue with MWMTO005 user exit.

razumsap
Participant
0 Kudos

Actually, I create next configurations:

- 3 storage types:201,105,007.

- StType 007 - for full pallets (by 10 pcs)

- StType 105 - for full boxes (by 4 pcs)

- StType 201 - for pcs less then 4.

So when is creating, for example, TO for 59 pcs. I need creat 7 TOs. Four (by 10 pcs), two (by 4 pcs) and one by 1 pcs.

StTypes 201 and 105 have gote "M" strategies and 007 "F".

DominikTylczyn
Active Contributor

It doesn't look like a solution to the problem you've described. You wanted 3 items, 10 PCS each, not 1 item, 30 PCS - that's what you are getting right now, isn't that?

You've also mentioned enhancement point implementation. Would you share that?

razumsap
Participant
0 Kudos

Yes, I want to split TO by pallet qty. How can I do it by SAP standard without enhancement point?

Now I created enhancement point in beginning FM L_TO_PREPARE_ITEM_INT by changing a value ANFML.


razumsap
Participant
0 Kudos

I solved this issue by writing enhancement point.

DominikTylczyn
Active Contributor

Why don’t you share your solution then?