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: 

How to link Lot number and Handling Unit number?

0 Kudos

I have a lot number and i am creating a new handling unit with balance quantity through this bapi BAPI_HU_CREATE.
May i know how to link handling unit and lot number?

2 REPLIES 2

yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos

ravindra.saraf2

You can link a lot number to a handling unit using the BAPI_HU_LOT_ASSIGN function module. This function module requires two parameters, HU number and LOT number. The function module will then link the two together, allowing for the tracking of the lot number within the handling unit.

raymond_giuseppi
Active Contributor
0 Kudos

Table parameter ITEMSPROPOSAL contains the fields MATERIAL and BATCH, did you fill those fields.