cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery split for sales order based on storage type

Former Member
0 Kudos

Hi,

We want to split the delivery based on storage types, Deliveries are created with ref to sales order.

Is there any Function module available.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You might be able to achieve this through creating a new combination requirement in copy control for deliveries. (SPRO/Log. execution/ Shipping / Copying control / Specify copy control for deliveries / on header level combination requirement.

Here you can create you own routine to either combine and (maybe) to split deliveries based on certain criteria.

You can always combine certain deliveries and split the TO based on the storage types....

Good luck,

MdZ

Edited by: MdZ on Feb 11, 2009 2:42 PM

csaba_szommer
Active Contributor
0 Kudos

Hi,

I can't agree on this.

From which storage type the goods are picked is decided at the time of picking that takes place when the delivery is already created. That's why it's not feasible I think.

Maybe, if a "fixed" storage type is defined for each of the material and this can be defined as split criteria trough ABAP code, he can realize his idea.

But generally, this requirement makes no sense, since on sales order there's no information on picking.

Regards,

Csaba

Former Member
0 Kudos

Hi Csaba,

Discussion is always welcome! Anyway, I agree it is difficult but I can understand the requirement. In case the material is always placed in the same storage type, you can read the stock placement or removal indicator which will the be the equivalent for the storage type. From there the routine could decide whether to split or to combine.

MdZ

Former Member
0 Kudos

Thanks for your reply,

We have fixed storage type based on material,

Thank you,