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.