‎2010 Dec 06 2:57 PM
Hi all,
I am using a smartform to print the Delivery order in VL03n. it is printing fine if there is no batch split.
The quantity, amount for the delivery items is appearing as zero in the print if BATCH SPLIT is there.
I have 2 items in delivery order like 10 & 20. After batch split, i find one new item 90010 is created under 10 &
another item 90020 is created under 20.
i checked LIPS table where i find all 4 items. But i want to print only 2 main like 10 & 20 . but the quantity, amount is present
in batch split items.
Please suggest how i need to handle batch split in my smartform printing .
Thanks
pabi
‎2010 Dec 06 3:38 PM
Pabhi,
In LIPS table, you'll find a field UECHA . For batch split item, it will point to parent item and for parent item it will be initial.
e.g. For item 90010 it will be 10 & for item 90020 it will be 20.
You can loop around the lips table using this relationship and sum the batch split quantities and then transfer that value to parent item. After loop processing you can delete the entries,which have UECHA not initial .
‎2010 Dec 06 3:38 PM
Pabhi,
In LIPS table, you'll find a field UECHA . For batch split item, it will point to parent item and for parent item it will be initial.
e.g. For item 90010 it will be 10 & for item 90020 it will be 20.
You can loop around the lips table using this relationship and sum the batch split quantities and then transfer that value to parent item. After loop processing you can delete the entries,which have UECHA not initial .