Hello friends,
My requirement is ,
I have a sap-script ZSD_SHIP_COPY for
Shipment.
fields in lips table is like:
Delivery posnr batch weight in tons
vbeln items charg lfimg
0080001322 000010 0
0080001322 000020 0
0080001322 000030 0
0080001322 900001 BARA000003 20
0080001322 900002 BARA000003 30
0080001322 900003 BARA000003 20
0080001322 - 000010 have batch split (900001) having value 20.
0080001322 - 000020 have batch split (900002) having value 30.
0080001322 - 000030 have batch split (900003) having value 20.
but, my requirement is using batch split, i have to add lfimg for each line item and display output like this:
vbeln items lfimg
0080001322 000010 20.
0080001322 000020 30.
0080001322 000030 20.
any ides about splitting the deliveries using batch split for multiple items.
its an urgent requirement,
Pl help me in this regard with some coding,
Thanks,
vamsykrishna.