Hi All,
I have a scenario where we have a custom task which has now appeared in the UWL but we are not able to act on it as it doesn't open up when we click on it.
As the requirement is to open the SAP Transaction and in GUI for HTML when the work item is clicked, I then included the below code in the downloaded XML file and uploaded it again. But it still doesn't help. As the work item just needs to open a SAP Transaction we didn't do anything about it in SWFVISU.
-<ItemType name="uwl.task.webflow.TS98000050.SAP_R3_Financials" defaultAction="launchSAPTransaction" defaultView="FinancialsView" connector="WebFlowConnector">
<ItemTypeCriteria connector="WebFlowConnector" externalType="TS98000050" systemId="SAP_R3_Financials"/>
-<Actions>
-<Action name="launchSAPTransaction" launchInNewWindow="yes" returnToDetailViewAllowed="yes" referenceBundle="execute" handler="SAPTransactionLauncher" groupAction="">
-<Properties>
<Property name="GuiType" value="WinGui"/>
<Property name="sap-language" value="EN"/>
</Properties>
</Action>
-<Action name="launchSAPTransactionWeb" launchInNewWindow="yes" returnToDetailViewAllowed="yes" referenceBundle="executeMobile" handler="SAPTransactionLauncher" groupAction="">
-<Properties>
<Property name="sap-language" value="EN"/>
</Properties>
</Action>
</Actions>
</ItemType>
Can anyone let me know if I am missing something here ?
Regards,
Shri Vidya S