2023 Apr 25 12:09 PM
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?
2023 Apr 25 1:48 PM
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.
2023 Apr 25 2:00 PM
Table parameter ITEMSPROPOSAL contains the fields MATERIAL and BATCH, did you fill those fields.