cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to disable Shop Order and SFC Hold on production order update(ECC)?

0 Likes
1,207

Hello

We have a problem, each time that the planner is doing rescheduling or routing print on the production order at ECC. a LOIPRO04 interface is executing and ME is putting Shop Order and SFC on Hold.

We are not doing any changeses on routing or on the BOM and we don't need the Hold status.

anyone knows how to avoid the Hold?

Thanks

Accepted Solutions (0)

Answers (5)

Answers (5)

kumar_semmalai
Active Contributor
0 Likes

hello Yuval,

Its good to control at ME side, but you can try on the ECC side by activating the BADI which will help us lot better ( will not create Unnecessary IDoc's).

Badi: IF_CO_MES_INT_REDISTRIBUTION

sergiy_katerinich
Product and Topic Expert
Product and Topic Expert
0 Likes

As soon as the system recognizes a significant difference in Routing or BOM between the incoming order update request and already existing orders, it will always trigger Hold. It is not configurable.

former_member784860
Discoverer
0 Likes

ohh I understand

we did there some custom solution

in ME ERP Data Field maintenance we set that only changes in the description of the routing or the BOM the system will update them.
If there is no Routing Update or no BOM update than SFC and Shop Order are not set to HOLD.

On Ecc we concatenate the Change number to the routing/BOM description.
hope it help.

former_member773350
Discoverer
0 Likes

Hello Yuval,

Thank you for your answer,

I assume you used the "updateShopOrderSchedules" Method.

When the pass handler transaction is activated, this is done after the LOIPRO is sent to ME and integrated into SAP ME; How can we avoid to put an hold in this case ? I guess this hold is already raised.

Bruno

former_member784860
Discoverer
0 Likes

Hello Bruno

We did there a custom workflow and use ME Papi to run shop order Schedule update

in the pass handler transaction.