on 2007 Aug 12 1:22 PM
Dear All,
I want to add an extra screen in HUPAST main screen which would let you insert the batch number or serial number for each product using a z table.
pls tell me the method & steps to do the above task.
I want to work on screen exit in HUPAST. Does any one know the existing screen exit in HUPAST.
Thanxs
Request clarification before answering.
Done it using badi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The request is quite old and I'm curious how you solved the problem.
I had the same problem and solved it by using BAdI BADI_HU_PACKING_ALW
in there I used FM CALL FUNCTION 'SERIAL_LISTE_HU to be able to enter serial number
and FM CALL FUNCTION 'V51P_XVEPO_YVEPO_UPDATE to save the serial numbers to the HU item.
Regards
Lars
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @lat_gmbh14,
I have the same problem mentionned above.
I try to solve it with the badi BADI_HU_PACKING_ALWD and inside use of 2 FM SERIAL_LISTE_HU and V51P_XVEPO_YVEPO_UPDATE
But i have problem to make the vepo update because the line in VEPO is not created yet and the FM V51P_XVEPO_YVEPO_UPDATE return me "error line in VEPO doesn't exist"
Can you give me the code you put in the badi ? I don't understand how to update vepo at this moment...
Thanks in advance.
| User | Count |
|---|---|
| 30 | |
| 17 | |
| 16 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.