cancel
Showing results for 
Search instead for 
Did you mean: 

Stop execution on process in MII OEE extension

emre_bicer
Explorer
0 Kudos
292

Hi everyone,

I want to stop execution of process when an error occurred in my extension point. When I throw error the error message displaying in error log page but process execution is continuing.What is the way of stop execution?

Here my configuration:

I tried both bot of the process type.

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

Use the Terminate Action Block (Logic).

Cheers, Mike

PS Did you have exceptions enabled? I could not see it in the screenshot. Throwing an error may not be what you want to do without have a Catch afterwards (after recording whatever error message you want). After the Catch (with Exceptions Enabled), then you can kill the transaction with the Terminate.

emre_bicer
Explorer
0 Kudos

Hi Mike,

I tried your suggestion but ıt didnt work. Actually the problem is not stopping transaction, the problem is process not stopping. When user delete the reported quantity ,process must be stop when an error occured.According sap note(https://launchpad.support.sap.com/#/notes/1844194) there is an extension point for delete quantity but ıt is not including the error handling.

agentry_src
Active Contributor
0 Kudos

I do not understand what you mean by process did not stop. Are you trying to cancel a confirmation?

agentry_src
Active Contributor
0 Kudos

Which ME OEE transaction are you working with? BTW, since I am a P-user, I can't see the contents of the Note you mentioned.