Application Development 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: 

Delivery (VL02N) - Get the Main Item number assigned to a Batch Split item

Former Member
0 Kudos

Hi,

I have a question in regards to Deliveries (VL01n/02n/03n).

Right now, I have a delivery that has 1 Item (Item 10) and a batch split

under it (Batch SPlit is item 900001).

Right now, I have a user exit that only gets the Delivery # and the Batch Split

Item # (900001). How do I get the main Delivery Item that is associated to this

Batch Split (which should be item 10)?

Please help.

Thanks,

John

1 REPLY 1

Former Member
0 Kudos

Hi,

The higher level item of the batch split item will give you the main item number.

Check for UEPOS field for the batch split item. That will give you the main item number.

Thanks.