Skip to Content
Technical Articles
Author's profile photo Akshay Yerawar

Inconsistency Phase/Status Management

Pre-requisites & Disclaimer

This blog is useful if you are in the migration phase from ECC to S4H.

 

Introduction

During SH4 migration, you might get the error message “IM285 – Inconsistency Phase/Status Management” while opening notification and you will not able to modify the QM/PM notifications.

 

While migrating form ECC to S4H, SAP systems checks for filed PHASE of table QMEL. The filed is available in ECC too but not being validated by SAP program.

The same notifications which ware editable before, are not editable post S4H migration. This error arises because post migration all the notification transaction checks for the field “QMEL-PHASE” which is not being checked before.

The field QMEL-PHASE should contain any value from the below list:

 

Resolution

To correct this, you need to implement SAP Note 2641810 – EAM notification/QM notification/PS notification: Inconsistencies: Notification phase/status management.

This note contains an executable program which goes to QMEL table and update field PHASE of each notification, based on active status in table JEST for the OBJNR.

The correction program works on below logic of JEST-STAT:

If JEST-STAT = I0068.

1 is updated in QMEL-PHASE.

If JEST-STAT = I0069.

2 is updated in QMEL-PHASE.

If JEST-STAT = I0070.

3 is updated in QMEL-PHASE.

If JEST-STAT = I0072.

4 is updated in QMEL-PHASE.

If JEST-STAT = I0076.

5 is updated in QMEL-PHASE.

 

Caution:

  1. This program takes time for execution depending upon number of notifications in QMEL table. More the number of notifications more the time required for execution of program. So, it is advisable to execute this program at time when more SAP resources are available i.e. when less users are accessing SAP.
  2. The program works for all the notification of notification category ‘01’, ‘02’, ‘03’ & ‘04’.

Conclusion

Post implementing the note 2641810 the field QMEL-PHASE will get updated for all the notification numbers and the error message will not appear.

 

Happy Learning!!! 🙂

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Andreas Freiberger
      Andreas Freiberger

      Note 2641810 isn't available. When will the Note be active?

      Author's profile photo Akshay Yerawar
      Akshay Yerawar
      Blog Post Author

      Hi Andreas,

       

      The note 2641810 is available but in status "Pilot Release". Please refer below blog by Yang Bai explaining about status "Pilot Release".

      https://blogs.sap.com/2016/04/25/have-you-ever-been-pilot-released/

      Kindly let me know if you need any further information on it.

       

      Regards,

      Akshay

      Author's profile photo Maria Terence
      Maria Terence

      Hi,

      492742 - Notification has status ORAS (I0071) but no order

      This is the correction note for this issue.

      Regards

      Terence