21.2.11

SAP Note 22828 - Requirement is not reduced after GI

Symptom:

Requirements records are retained after goods issue. This error occurs each time when the delivery also contains items which do not create requirements records.

Cause and prerequisites

Program error
1.) Relevant to releases from 2.1J, 2.2E and 3.00 or
2.) Relevant to all releases if note 16129 was delivered.

Solution
Please make the following corrections.
Member: FV50WF0A FORM: AVBBD_FUELLEN

IF XLIPS-VPZUO = SPACE.
*del PERFORM T459K_SELECT(SAPFV50V) USING LIPS-BEDAR_LF "P22K006662
PERFORM T459K_SELECT(SAPFV50V) USING XLIPS-BEDAR_LF "P22K006662
SPACE
SY-SUBRC.

IF SY-SUBRC <> 0. "requirements type defined?
*del MESSAGE A250 WITH LIPS-BEDAR_LF. "P22K006662
MESSAGE A250 WITH XLIPS-BEDAR_LF. "P22K006662
ENDIF.

Please also see note 25444 after making the correction for reorganizing the requirements.

No comments:

Post a Comment