10.9.11

SAP Note 27216 - Availability: Issue quantity not taken into account

Symptom:

The quantity already issued in the reservation is not taken into account for the availability check in the production order.

Cause and prerequisites

The field "Confirmed quantity for the availability check" (RESB-VMENG) in the reservation was not updated at goods movement.

Solution

If you are using backflushing of components, note 35645 has to be implemented as well.

Expand the following structures in the ABAP/4 Dictionary:

  • Structure RBEFU: Field name Data element
    VFMNG VMENGMaintain reference table RESB and reference field MEINS by double-clicking on VFMNG
    Save and activate the structure.
  • Structures DM07M and SMRES: Field name Data element
    VFMNG VMENGMaintain reference table MSEG and reference field MEINS by double-clicking on VFMNG.
    Save and activate the structures.
Use transaction se37 to maintain a new import parameter in function module MB_FILL_MRES_ENQUEUE_TABLE:
Parameter Struct./Field
VFMNG DM07M-VFMNG
Save function module.

Attention: If you use release 2.2A - 2.2D, please now make the
corrections described in Note 21459
because the fields newly defined there are also required
for the following correction.

Then make the following source code corrections:
(Please note: This Note has been created on the basis of 2.2G. If the
following coding contains lines which do not exist in
Release 2.2 and are not marked as 'new', you can ignore
them.

Additional key words

CO06, backorder processing

No comments:

Post a Comment