cancel
Showing results for 
Search instead for 
Did you mean: 

who know ME's StepStatus API .

Former Member
0 Kudos

Hi, All

I want to realize the ME's StepStatus function by using SDK API .

(set SFC inqueue from curent step to pre step)

who can tell me The Name and usage if the API exist.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This API was intentionally kept unexposed because of the fairly dangerous nature of the API.

However, if you need capabilities to move SFCs around that go beyond the existing methods like

com.sap.me.production.SfcRoutingServiceInterface.placeInQueueAtStep(PlaceInQueueAtStepRequest)

com.sap.me.production.SfcStateServiceInterface.updateSfcStatus(UpdateSfcStatusRequest)

com.sap.me.production.SfcStateServiceInterface.markSfcAsDone(MarkSfcAsDoneRequest)

(note: depending on your version you might not see all of these).

I would encourage you to submit a CSS ticket against ME API component, "Missing public API" category.

Please descrine the use cases that you need to support.

Thanks,

Mikhail

Former Member
0 Kudos

Hi, Mikehill

thank you for your answer.

your suply the API :com.sap.me.production.SfcRoutingServiceInterface.placeInQueueAtStep(PlaceInQueueAtStepRequest) dose not exist in SDK.

could you help me confirm the API.

  • the other tow API in your answer dose not sesolve my problem.

thank you

Wenjun Du

Former Member
0 Kudos

Sorry, but those APIs do not exist in 5.x and are now private APIs in 6.0.3+. They are not meant to be used by customers since they only support a very limited set of scenarios.