Hi All,
We have a workflow in which the the last step is a dialogue step which call a Z program and updates/changes sales order using "BAPI_SALESORDER_CHANGE". After this BAPI call we are using 'BAPI_TRANSACTION_COMMIT' ,after the commit statement the workflow control comes back from Z program to workflow itself.
After the 'BAPI_TRANSACTION_COMMIT' we have few more steps in the Z program like updating of Z tables and displaying of output. This we are not able to see from the workflow step.
Question: how to avoid interim termination of workflow after COMMIT statement,please guide.