cancel
Showing results for 
Search instead for 
Did you mean: 

how to Change completed SFC's Status to inQueue by Using API or Web Service

Former Member
0 Kudos

Hi, All

I want to Change completed SFC's Status to inQueue by Using API or Web Service.

do you know Whict API and WebService can do it.

thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

resesolved by myself

Former Member
0 Kudos

Check out this thread

Former Member
0 Kudos

Hi, Ivan

thank you for your answer, in that topic your answer is no API. is it right?

and SFCStepStatus(ME UI) can change the Completed SFC's Status to InQueue.

so My customer want to find API or WS for change SFC status.

do you have any solution. please let know.

Thanks

Former Member
0 Kudos

Hi Wenjun,

If you set activity SU540 (Change Production) Rule ALLOW_DONE_SFCS=TRUE in activity maintenance, the change production function can move a Done SFC to another step.

But the problem is the SFC status is still Done even if move to another step successfully.

I think it's maybe a bug.

Former Member
0 Kudos

Hi Wenjun,

The solution is to request new API from SAP. Contact your SAP client partner for that matter and he will provide you steps to do

thanks

Ivan

Former Member
0 Kudos

Hi, all

I have resolved this problem by using SFCBInterface.updateStatus()

and ChangeProductionServiceInterface.changeProduction()

thanks.