30.1.11

SAP Note 19857 - VL04: Selecting by weight or volume

Symptom:

When you select orders for delivery (VL04), the maximum values for weight, volume, and maximum processing time are only taken into account if you also select by material, plant, or storage location.

Cause and prerequisites

Was programmed that way

Solution
You can insert the following lines in program LV05LU03:

IF VBCO2-MATNR CN ' 0' OR
VBCO2-WERKS CN ' 0' OR
VBCO2-LGORT CN ' 0' OR "<-- change line
VBCO2-BRGEW NE 0 OR "<-- new line
VBCO2-VOLUM NE 0 OR "<-- new line
VBCO2-MAXZT NE 0. "<-- new line

IF LVBVFI-VBTYP IS INITIAL.
MOVE-CORRESPONDING LVBVFI TO VEPVG.

No comments:

Post a Comment