cancel
Showing results for 
Search instead for 
Did you mean: 

very urgent

Former Member
0 Kudos

How to code to check whether delivery item quantity is splitted into batches or no?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

if uecha for a line item is other than 0, then that line item is a batch split for the value of uecha(it contains posnr).

ex: vbeln 90103199 posnr 000030 uecha 000010

that means 000030 is the batch split for 000010. try to put this logic in ur code.

Former Member
0 Kudos

Hi Devayani,

Search for fields like uepos - used for identifying bom split,

uecha - used for identifying batch split.

Kumar

Former Member
0 Kudos

thank you, plz can you give me the code to check using uecha?