<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Courier New, monospace" size="2">
<div>Hi WF experts,</div>
<div>&nbsp;</div>
<div>in our UWL configuration file we use the action handler &#8220;ObjectNavigationLauncher&#8221;. The actions are defined like this:</div>
<div>&nbsp;</div>
<div>&lt;Action name=&quot;OpenChangeRequest&quot; referenceBundle=&quot;...&quot; handler=&quot;ObjectNavigationLauncher&quot; ...&gt;</div>
<div>&nbsp;&nbsp;&nbsp; &lt;Properties&gt;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Property name=&quot;System&quot; value=&quot;SAP_ERP_Common&quot;/&gt;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Property name=&quot;ObjectName&quot; value=&quot;${item.OBN_BO_NAME}&quot;/&gt;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Property name=&quot;Operation&quot; value=&quot;${item.OBN_OPERATION}&quot;/&gt;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Property name=&quot;ObjectValue&quot; value=&quot;CREQUEST=${item.CREQUEST}&amp;amp;CREQUEST_WORKITEM=${item.externalId}&amp;amp;${item.OBN_PARAMS}&quot; /&gt;</div>
<div>&nbsp;&nbsp;&nbsp; &lt;/Properties&gt;</div>
<div>&lt;/Action&gt;</div>
<div><font face="Calibri, sans-serif">&nbsp;</font></div>
<div>The business logic is provided by BOR object BUS2250. The defined properties refer to attributes of the underlying BOR Object BUS2250.</div>
<div><font face="Calibri, sans-serif">&nbsp;</font></div>
<div>This action is defined as &#8220;defaultAction&#8221; for our Item Types (connector=&quot;WebFlowConnector&quot;). </div>
<div><font face="Calibri, sans-serif">&nbsp;</font></div>
<div>Now we come to the confusing part</div>
<div>---------------------------------</div>
<div>The BOR attributes are virtual attributes so that there is ABAP coding where I can put a break-point. </div>
<div>&nbsp;</div>
<div>After triggering the action the UWL framework calls into the corresponding backend system to retrieve the runtime values.</div>
<div><font face="Calibri, sans-serif">&nbsp;</font></div>
<div>BUT:</div>
<div>Several debugger sessions are started for different entries in the UWL and if I&#8217;m lucky also for the entry I clicked.</div>
<div>&nbsp;</div>
<div>Does anybody knows why debugger sessions are started for objects I didn&#8217;t click? (I waited until the refresh was finished and the automatic refresh didn&#8217;t start yet)</div>
<div><font face="Calibri, sans-serif">&nbsp;</font></div>
<div><font face="Calibri, sans-serif">&nbsp;</font></div>
<div>Best regards,</div>
<div>Markus</div>
<div><font face="Calibri, sans-serif">&nbsp;</font></div>
<div>&nbsp;</div>
<div><font face="Calibri, sans-serif">&nbsp;</font></div>
</font>
</body>
</html>