Hi Guys,
I have a internal table with all transfer order details.
For example I have 3 Items in one delivery,each item contains 3 ordered quantities with some weight and volume.
Let's say 1st Item has 3 ordered quantities with total weight 150lbs and volume 75cft.
Now I need to calculate how much each ordered quantity has how much weight and volume.
After calculating I need to append each quantity, weight and volume to another Internal table.
My final internal table should look like
VBELN Qty Wt Vl
1144 1 50 25
1144 2 50 25
1144 3 50 25
Thanks,
Prasad.