cancel
Showing results for 
Search instead for 
Did you mean: 

Main Item not Weight/Vol relevant but adds to the total weight of the order

Former Member
0 Kudos

Hi,

I have a situation where the Main item (item category) is marked not weight/Volume relevant but the Sub item is weight/Volume relevant. But when I create a sales order the net weight of sales order includes the weight of the Main item as well.

Any settings for this?

regards

Heshamity

Accepted Solutions (1)

Accepted Solutions (1)

SmileZhang
Product and Topic Expert
Product and Topic Expert

Hi Heshamity,

I tested in our system, if the item category is marked as not relevant for weight and volume, it will not be calculated on the net weight of the sales order. In addition, the weight is also 0 at item level.

Could the issue be reproduced in your system?

Do you get weight being determined at item level?

If yes, you could enter debugging mode and set watchpoint at VBAP-BRGEW to trace why it gets filled.

In SAPFV45P FORM VBAP_GEWICHT_VOLUMEN_ERMITTELN

there exists statment to check the VOV7 setting before moving the weight to XVBAP-BRGEW like

IF tvap-gwrel = charx.

CALL FUNCTION 'SD_WEIGHT_VOLUME_DETERMINE'

Hope it helps.

Thanks and best regards,

Smile

Answers (0)