cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Screen exits in HUPAST

Former Member
0 Kudos
944

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Done it using badi

0 Kudos

Hello Sanjee,

Can you tell me which BADI you have used?

Regards,

Edwin

Former Member
0 Kudos

I've used BADI_HU_PACKING_ALWD

Regards

Sanju

0 Kudos

HI ,

I have the same requirement like u adding serial number field to HUPAST . Can you tell me how u did that

Former Member
0 Kudos

I've used badi BADI_HU_PACKING_ALWD , & in the badi i've called the screen which insert the record in a Z table.

Regards

Sanju

Former Member
0 Kudos

Hi Sanjeev,

I have same requirement of adding serial numbers for creating handling units. Can you please tell me how you did it?

It would be really helpful if you can provide any sample code for this.

Thanks,

Gaurav

Former Member
0 Kudos

Hi Gaurav,

I used badi where i called a Z module pool program where the data was entered.

Regards

Sanjeev Pallan

Former Member
0 Kudos

Hi Sanjeev:

How are you ? I have the same requirement to insert serial no. info. into the screen of hupast.

The badi you used-BADI_HU_PACKING_ALWD ,i have tried. But I don't know you said-Z module

pool program you designed. Can you give me more details.

Thanks~~

lat_gmbh14
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_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.