cancel
Showing results for 
Search instead for 
Did you mean: 

FM or BAPI to update the Prd order system status

AnkitB
Participant
0 Kudos

Hello Experts,

We are looking to remove a particular system status 'DISB' from the prdoduction order for a while and then put it back. We have FM STATUS_CHANGE_INTERN but it triggers an IDOC everytime we use it. We would not be able to convince the stakeholders as to why we have 2 IDOCs for an internal change. Need to do WM staging via BAPI but status DISB does not allow it. Could you please help us how we can achieve? Our sequence:

- Remove system status
- Do WM staging (use BAPI)
- Put the system staus back

Let me know if you need more details on this. Appreciate your help here.

Regards, Ankit

View Entire Topic
DanielP
Active Participant

Perhaps you can skip this message CO_MES_INT028 only for your RFC user performing the BAPI call from your MES.

Additionally, you will likely need to activate your own BAdi to control that you do not want to send the changes sent form MES -> ERP back to MES, since these were done in MES after all in the first place.

Good Luck. /Daniel

AnkitB
Participant
0 Kudos

During the BAPI processing. Our message is a warning and message is shown below. But we will try to implement the same approach: BS(011) - System status DISB is active (ORD xxxxxxxxxx). Thank you so much Daniel.