SAP for Public Sector Discussions
Foster conversations about citizen engagement, resource optimization, and service delivery improvements in the public sector using SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

migo 221 movement fm error

Former Member
0 Kudos

Dear all

When we try to make a movement with t-code migo, movement type 221, we get the following error. What could be the reason?

(we get this error after an upgrade, couldnt find any oss notes)

Reduction not possible; doc has a doc cat. (030) that is not

allowed

    Message No. RE012

Diagnosis

    You refer to the earmarked funds 0200000727 with document type 030 in

    this document. This is not allowed. Earmarked funds with document type

    030 cannot be reduced by certain documents (for example, FI documents).

    Earmarked funds with document type 002 (funds transfers) and 020 (funds

    blocking) cannot be reduced at all.

3 REPLIES 3

iklovski
Active Contributor
0 Kudos

Hi,

What type of upgrade do you speak of? To which release, 6.07?

If I get correctly EMF you are using is from 'Reservation' type. Normally, this type is allowed to be consumed by any document.

Regards,


Eli

Former Member
0 Kudos

Dear Eli,

We debugged the code, system checks  if "Goods Issues can consume Reservation documents."

According to debugging, as you said, system allows it. But prior to this control, system checks the following condition. Maybe the problem is because of this.

IF NOT cl_psm_core_switch_check=>psm_fm_core_gen( ) IS INITIAL.

iklovski
Active Contributor
0 Kudos

Where is the message issued? In CHECK_REFDATA_VORGN method? Could you please specify your current SAP release?

PSM_FM_CORE_GEN should be normally cleared, unless something is changed with the release.