cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow program exit is not triggered

Former Member
0 Kudos

Hi Folks,

I have a scenario where I am showing all the pending items in a report list and when user clicks on a particular work item it is navigating to a Z transaction. When user clicks on the submit button on the ztcode the work item that was opened needs to be closed but it is not happening as the work item is waiting for the wait step with event type which is being called from the program exit in the work item.

My question why the program exit is not called when I am using the ztode but the program exit is called when I am opening the same work item from the sap inbox.

I have tried by copying the bor object but its also not calling the program exit.

Please suggest some solution. Rewards will be provided.

pokrakam
Active Contributor

What kind of reward?

Accepted Solutions (0)

Answers (1)

Answers (1)

GauthamV
Active Contributor
0 Kudos

You need to use SUBMIT program and RETURN option when calling the Z transaction.

Then you will get the control back to workflow.

Regards,

Gautham.