Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delivery order Batch split

former_member190312
Active Participant
0 Likes
787

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

1 ACCEPTED SOLUTION
Read only

tushar_shukla
Active Participant
0 Likes
642

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 .

1 REPLY 1
Read only

tushar_shukla
Active Participant
0 Likes
643

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 .