cancel
Showing results for 
Search instead for 
Did you mean: 

Weight from Handling Unit not copied into outbound delivery weight field.

Former Member
0 Kudos

Hi,

We create handling units with hupast and with a weight interface. If we select the HU in the outbound delivery, we need the total weight of all HU displayed in the outbound delivery. This is not happening. The total weight which is shown is the weight of the material master.

How can we put HU weight in the outbound delivery?

Thank you,

Eric van Zundert.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Eric,

you habe to do this with a user exit.

In the deliveries, there is only one good userexit at the time save dcoument prepare. -- there is a oss - note for it.

I copy at every save the sum of the HU-weights in the fields of likp.

Additionally at time of goods out - boocking, i collect the LIKP-weight upon all positions of the lips, so that the sum of lips-weights will give the likp-weight.

You need to do this, because in invoice, the weight is taken as sum of the positions and the following processes of export will also take the weight of the invoice-position.

hans

nathanbaes
Explorer
0 Kudos

Hans,

I can't find a data structure/table that is filled with the HU weights in USEREXIT_SAVE_DOCUMENT_PREPARE. Which table do you read to add the weights of each HU into LIKP-BTGEW? I can't read from VEKP because the save to that table has not yet occurred in this form.

Pseudocode would be appreciated.

Nathan