Hi All,
I have a synchronous method that calls EL29 (ISU). In the transaction user can select meter reading dates and change the recorded amounts. After each change, the system does a commit work before proceeding to the next selected date.
If the user executes this in workflow, after saving the first record, the step ends. Debugging shows that the call transaction ends right after the commit work.
Should I change this to an asynchronous method and look for an event at the end of the transaction? Is there any way to keep it synchronous?
Thanks,
KK