Hi All.<br><br>I have workflow task that execute ABAP program via call transaction. So when user receive work item they execute work item and bring ABAP program.<br>Within this program user need to click certain button. When they execute certain button, data base field get updated and need to update task container element.<br>
<br>The design is when work item executed, it send work item to ABAP program and do SAP_WAPI_WRITE_CONTAINER to update container element depend on selected button.<br>I got enqueue error message says that work item has been locked by the user it self.<br>
It is obvious when user execute work item and transaction called, work item still get locked.<br><br>Is there any alternative to update container element of work item while work item executed?<br>Statement &quot;LEAVE TO TRANSACTION&quot; is not an option since I need to pass parameters value when I call ABAP transaction<br>
<br><br>