cancel
Showing results for 
Search instead for 
Did you mean: 

HU Status (VEKP-STATUS)

Former Member
0 Kudos

Hi Guys,

Do you have an idea on how to delete a handling unit (change its status from 20 to 60). I would like to reflect in table VEKP the status of the handling unit (from 20 to 60) upon performing deletion.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can delete the HU in transaction HU02. First make sure though that you have emptied it and deleted any assignment to an object (such as an outbound delivery). Please note though that if there is no history attached to the HU, when you delete it, it will be completely removed from the table. The HU will only remain in VEKP, but status set to 0060 if there are linked records in table VEVW.

I hope this helps. Regards,

Sinéad Curran

Former Member
0 Kudos

Thanks for the advice!

But how can I make sure that the HU have existing records in table VEVW? I already removed the HU from the outbound delivery (unpacked its contents and use the button delete assignment) and tried to delete the HU using tcode HU02, but in table VEKP the status is still set to 20...

Am i right in performing the deletion?

Former Member
0 Kudos

Hi,

If a HU is created and assigned just to a delivery and there are no other postings against it, then it will be removed from VEKP once you delete it. To check if there is an existing history, goto table VEKP and look for the HU you are trying to delete. On this table, get the value for field HANDLE. You can use this value then to check in table VEVW if there are history entries for this HU. I checked this on a standard system and if there is only an assignment to a delivery, nothing else, then it will be deleted. If there were other postings against this HU, then it should not be deleted from VEKP, just the status will be updated.

To delete the HU, you can delete the assignment to the delivery in HU02 (unpack if first). Then goto HU02, enter the HU number and click on the delete icon. This will delete the HU either completely from VEKP or reset the status to 0060.

I hope this helps. Regards,

Sinéad Curran

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sinéad Curran

Thanks for your valuable advise!