<div>Hi,</div>
<div>&nbsp;</div>
<div>I have developed a custom workflow since&nbsp;there is no standard one for solution manager document approval&nbsp;using digital signature.&nbsp;I am able to raise the event SolManDoc.Signature_process_start&nbsp;however the workflow&nbsp;is not getting instantiated properly. &nbsp;Workflow is getting triggered correctly but no content in the container. If I run the workflow as a standalone by passing both physical and logical file attributes the approval process works just fine and I am able to perform digital signature approval process.</div>

<div>&nbsp;</div>
<div>Looks like the way the event is being raised seems to be the issue. SAP raises the event in a FM that is called in an update task mode and without an explicit commit in the code. I executed the FM separately and passed&nbsp;both the keys it created the container with keys and &nbsp;it raised the event but WF container is empty. Do you think different LUWs causing the issue? </div>

<div>&nbsp;</div>
<div>&nbsp;The code is very simple and straight forward. See below</div>
<div>&nbsp;</div>
<div><font size="1">
<p>INCLUDE &lt;cntn01&gt;.</p>
<p>INCLUDE &lt;swfcntn01&gt;.</p>
<p>DATA:</p>
<p>bor_obj TYPE swc_object,</p>
<p>BEGIN OF KEY,</p>
<p>PHYSICALDOCUMENT LIKE SA01PHIO-PHIO_ID,</p>
<p>LOGICALDOCUMENT LIKE IWB0LOIO-LOIO_ID,</p>
<p>END OF KEY.</p>
<p>&nbsp;</p>
<p>key-physicaldocument = PHIO.</p>
<p>key-logicaldocument = LOIO.</p>
<p>swc_create_object bor_obj &#39;SOLMANDOC&#39; KEY.</p>
<p>swc_container container.</p>
<p>swc_create_container container.</p><font size="1">
<p>swc_raise_event bor_obj &#39;SIGNATURE_PROCESS_START&#39; container.</p>
<p></p></font></font>&nbsp;I do not have developer key to copy the FM and remove the update task mode to test the workflow.
<p>I searched the OSS notes but I could not find anything relevant to my issue.</p>
<p>Environment Details:</p>
<p>SAP_BASIS&nbsp; 700&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0015&nbsp; &nbsp;SAPKB70015&nbsp; SAP Basis Component<br>SAP_ABA&nbsp;&nbsp;&nbsp;&nbsp; 700&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0015&nbsp;&nbsp; SAPKA70015&nbsp;Cross-Application Component<br>PI_BASIS&nbsp;&nbsp;&nbsp; 2006_1_700&nbsp;&nbsp; 0005&nbsp;&nbsp; SAPKIPYM05&nbsp;Basis Plug-In (PI_BASIS) 2006_1_700<br>
ST-PI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2005_1_700&nbsp;&nbsp; 0006&nbsp;SAPKITLQI6&nbsp;SAP Solution Tools Plug-In<br>SAP_BW&nbsp; 700&nbsp;0017&nbsp;SAPKW70017&nbsp;SAP NetWeaver BI 7.0<br>SAP_AP&nbsp;700&nbsp;0011&nbsp;SAPKNA7011&nbsp;SAP Application Platform<br>BBPCRM&nbsp;500&nbsp;0011&nbsp;SAPKU50011&nbsp;BBPCRM<br>CPRXRPM&nbsp;400&nbsp;0011&nbsp;SAPK-40011INCPRXRPM&nbsp;SAP xRPM/cProjects/cFolders 4.00 (ABAP)</p>

<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Any help is highly appreciated.</p>
<p>&nbsp;</p>
<p>Thanks</p>
<p>Raju Omkaram</p></div>
<div>&nbsp;</div>
<div>&nbsp;</div>