Confustion about UWL behvior related to debugging

Greutter, Markus markus.greutter at sap.com
Mon Oct 24 13:53:14 EDT 2011


Hi WF experts,

in our UWL configuration file we use the action handler "ObjectNavigationLauncher". The actions are defined like this:

<Action name="OpenChangeRequest" referenceBundle="..." handler="ObjectNavigationLauncher" ...>
    <Properties>
        <Property name="System" value="SAP_ERP_Common"/>
        <Property name="ObjectName" value="${item.OBN_BO_NAME}"/>
        <Property name="Operation" value="${item.OBN_OPERATION}"/>
        <Property name="ObjectValue" value="CREQUEST=${item.CREQUEST}&amp;CREQUEST_WORKITEM=${item.externalId}&amp;${item.OBN_PARAMS}" />
    </Properties>
</Action>

The business logic is provided by BOR object BUS2250. The defined properties refer to attributes of the underlying BOR Object BUS2250.

This action is defined as "defaultAction" for our Item Types (connector="WebFlowConnector").

Now we come to the confusing part
---------------------------------
The BOR attributes are virtual attributes so that there is ABAP coding where I can put a break-point.

After triggering the action the UWL framework calls into the corresponding backend system to retrieve the runtime values.

BUT:
Several debugger sessions are started for different entries in the UWL and if I'm lucky also for the entry I clicked.

Does anybody knows why debugger sessions are started for objects I didn't click? (I waited until the refresh was finished and the automatic refresh didn't start yet)


Best regards,
Markus



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20111024/e391e007/attachment.htm


More information about the SAP-WUG mailing list