cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to change the priority of a SFC or a group of SFCs?

Former Member
0 Kudos

I knew thta Shop Order maintenance can change the shop order's priority.

But customer want to change change the priority of a SFC or a group of SFCs?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

I can think of 2 options only:

- re-assigning the SFC to another Shop Order with different priority (but not sure if this works) or

- manual change of SFC priority via DataXchange (what is not recommended).

Regards,

Sergiy

Former Member
0 Kudos

SFC priority is set when an SFC is released in a shop order. However if shop order priority is updated later on the SFC priority stays the same.

As a solution you may create custom functionality to change the SFC priority and then expose it as a web service or UI.

Unfortunately there is no public API to change the SFC priority. We have an OSS ticket with SAP requesting this method in API.

Temporary the workaround is to use domain services to update the priority.

Former Member
0 Kudos

Thank you for your information.

May I ask which xml of xchange can change SFC priority?

Former Member
0 Kudos

Thank you for your information.

May I ask what do you mean to use domain services to update the priority?

Thanks!

0 Kudos

The approach is the same as per Xchange Guide for ME 5.1.3 at SMP once no changes in 5.2:

- send EXPORT request for SFC_OBJECT;

- check PRIORITY tag there;

- change its value;

- copy-paste the structure of SFC_OBJECT to IMPORT request with mode=update.

Regards,

Sergiy

Former Member
0 Kudos

Understood, thanks!

Answers (0)