cancel
Showing results for 
Search instead for 
Did you mean: 

Screen exits in HUPAST

Former Member
0 Kudos
584

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

View Entire Topic
lat_gmbh
Explorer
0 Kudos

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

Thierry_P
Newcomer
0 Kudos

Hello @lat_gmbh,

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.