Hello,
here is short description of my problem:
1. HU is beeing created with HU02 transaction (I can seen relevant entries in table VEKP with SE16)
2. My task is to pack an inbound delivery materials into previously created HU. It is supposed to work similar to LM71 transaction (entering delivery no) or LM24 (entering plant, sor. loc etc). I have tried PROCESS_HU_INBOUND_DLVRY, but I am not sure if that was a good choice (had to feed it with many parameters I did not know). Then I have found HU_PACKING_AND_UNPACKING and it seems to be the perfect FM to do the job ... but it does not work. Every time I try to run it (even in test mode of SE37) I get the same error message: "HU into which you want to pack could not be found". I have tried to enter VENUM, EXIDV and both with or without leading zeros. Any ideas what's wrong? I know that the problem is in fact caused by FM V51P_FIND_HEADER which does not work ... it tries to read some data from internal table gt_xvekp ... but this table is empty 😔
Please let me know if HU_PACKING_AND_UNPACKING is the right FM to do the job and what I have to do to make it work.
Regards,
FS