Skip to Content
0
May 02, 2018 at 03:15 PM

How to break shipment cost based on delivery batches?

393 Views Last edit May 02, 2018 at 04:06 PM 2 rev

Hi Experts,

We have a requirement to split cost based on batch level and to see the split in the shipment document VI02 .For now the calculation is as below:

Item 10 quantity/total quantity = value of item 10

item 20 quantity/total quantity = value of item 20

Freight for item 10 = cost(coming from condition record) * value of item 10

Freight for item 20=cost(coming from condition record)* value of item 20.

i understand this is standard calculation of shipment cost and the value gets captured in VFKN table item wise.Now what i need is to break this based on delivery batches and bring a view for the same in VI02 document using a user exit.Kindly let me know how to break the cost based on batches and a user exit which i can use for this purpose inorder to populate this batch field in shipment cost document.