21.2.11

SAP Note 22863 - VL02 Transaction termination VL698 ( )

Symptom:

VL02 Transaction termination VL698 ( )

Cancellation VL698 occurs when deleting an item:
Processing error: XLIPS and VLBEFU do not match.

Cause and prerequisites

Program error
The error was discovered during the attempt to post a goods issue, for example, missing availability. One or more of the incorrect items are deleted and you try to post the goods issue again. Now the error message is displayed: 'VLBEFU and XLIPS do not match'.
Reason: During the item deletion, the system tries to delete all items from VLBEFU. For items that are not relevant for the goods issue (text items, items of a bill of material, and so on), this is not only senseless but also causes the above-mentioned error.

Solution
Corrections:
S11K134596 in S11 for 3.0A
P22k007129 in P22 for 2.2E
P21K005330 in P21 for 2.1L

You can make the following preliminary correction:

Module FV50PFLP FORM XLIPS_LOESCHEN USING XL_ALL XL_POSE. in Rel. 3.0
FORM XLIPS_LOESCHEN USING XL_ALL XL_POSE. in Rel. 2.2
FORM XLIPS_LOESCHEN USING XL_ALL. in Rel. 2.1

....

* WA-Buchung schon versucht?
IF NOT XLIPS-LBEFU_IND IS INITIAL. <= new
PERFORM WA_BUCHUNG_PRUEFEN(SAPFV50W).
ENDIF. <= new

......

ENDFORM.

No comments:

Post a Comment