Hi all,
I would like to use the function called HU_PACKING_AND_UNPACKING,
to pack one or more Handling Units of an outbound delivery into another Handling Unit.
Normally this can be done through transaction vl02n and than go to packing (of HU's).
I need to make a programm which contains the packing of HU's.
The function HU_PACKING_AND_UNPACKING calls the function V51P_FIND_HEADER,
which in turn uses a global table called GT_XVEKP.
In the VL02N I see the table contains the HU's involved in the packing,
but when (in SE37) I test the function the table is empty and I get the error message,
that the HU into which I want to pack cannot be found.
Of course in my own programm the table is empty, how do I get the table filled with the right data?
Or am I going the wrong way with the function to pack HU's?
Swetha