cancel
Showing results for 
Search instead for 
Did you mean: 

Opening application from Tracking tab of UWL

Former Member
0 Kudos

Hi All,

I am editing XML to open WDA application from "Tracking" tab of UWL .

But when I click the link of tasks on "Tracking" tab , explanation of the task is displayed by popup .

I want to open WDA application which displayed data gotten from SAP by workitem ID .

On task tab , links of "Task" tab work collectly , display the WDA application and passed workitem ID .

My procedure is described below .

1. I added the entry at SWFVISU to output the WDA application from "Task" tab .

2. I downloaded uwl.webflow.UWLSETXXX.XML file .

3. On the XML file , I copied entries made by the first process , and I modified the source .

I update just name and defaultview .

- name

before :<ItemType name="uwl.request.webflow.TS91000005.UWLSETXXX"

after: <ItemType name="uwl.task.webflow.WS91000001"

  • I had seen UWL support Information of "Tracking" tab items .

Item type of "Tracking" tab is like "uwl.task.webflow.WS91000001" . It does not contain system ID ".UWLSETXXX" .

It is difference "Task" tab and "Tracking" tab .

- defaultview

before : defaultView="DefaultView"

after : defaultView="WorkItemRequestsView"

4. I upload the XML file as the new name "uwl.webflow.UWLSETXXX_new" .

5. Clear cashes .

I notified that there is not "Item type configration name" in UWL support information of "Tracking" tab .

But UWL support information of "Task" tab has the data : uwl.webflow.UWLSETXXX_new in "Item type configration name" .

Does it matter ?

Help me .

I saw the below documents , but I do not resolve the problem .

- Integrating WebDynpro ABAP applications with UWL for workflow in Portal

http://wiki.sdn.sap.com/wiki/display/WDABAP/IntegratingWebDynproABAPapplicationswithUWLforworkflowin+Portal

- Workitems, Universal Worklist and Web Dynpro for ABAP

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6

- Object Visualization in UWL using WD4A

http://mailman.mit.edu/pipermail/sap-wug/2007-December/027431.html

Regards ,

Masao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Assuming that 2nd post- 1st code section is currently in use, while uploading your xml fine with new name- did u choose high priority or not.

Also, to get the proper idea of association, in the UWL iview choose 'yes' for the display of UWL support information. When you select the workitem in UWL list, due to this check, you can get full details of whether your configuration file is referred , what is the task id, etc. So you can check whether correct item type definition is being referred or not.

Thanks.

Former Member
0 Kudos

Hi, Sonali

Thank you for your answer .

I upload XML file as High priority setting .

But "Item Type Configration Name" of the item in UWL support information is blank .

Current Item Information

Item May Be Outdated: blank

Item Type Configuration Name: blank

Item Type: uwl.request.webflow.WS91000001

External Item Type: WS91000001

Item Type: Associated View: WorkItemRequestsView

Internal Item ID: 8811

External Item ID: 000000007534

....

regards ,

Masao

Former Member
0 Kudos

Hi,

Why does your xml code have different system ids for the same item type:

<ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />

and

<Property name="System" value="WDSETXXX" />

The system ids should be same- alias of one which is created in the portal landscape and also registered in the UWL administration page.

Please check and revert,

Thanks.

Former Member
0 Kudos

Hi , Sonali ,

Thank you for your answer .

The reason why the system alias for UWL and the one of WDA are different ,

is thair System-Settings are not same .

I think the way to repair system aliases is not the conclusion .

Because another tasks in Task tab which have silmiler settings work well . (the XML is as below )

> <ItemType name="uwl.task.webflow.TS91000005.UWLSETXXX_200" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">

> <ItemTypeCriteria systemId="UWLSETXXX_200" externalType="TS91000005" connector="WebFlowConnector" />

> <Actions>

> <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">

> <Properties>

> <Property name="WebDynproApplication" value="ZWD_WF_002" />

> <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no" />

> <Property name="DynamicParameter" value="wi_id=${item.externalId}" />

> <Property name="openInNewWindow" value="yes" />

> <Property name="System" value="WDSETXXX" />

> <Property name="WebDynproNamespace" value="sap" />

> <Property name="display_order_priority" value="5" />

> </Properties>

> <Descriptions default="" />

> </Action>

> </Actions>

> </ItemType>

Former Member
0 Kudos

Hi Masao,

Sorry for the late response. By now you might have resolved your problem.

Still, would like to add :

While uploading your xml file. Are you selecting the System alias name from the dropdown box?

The reason I am asking this is- as per the UWL information displayed, the configuration file name is not showing the system name appended in the end.

Thanks,

Sonali.

Former Member
0 Kudos

Hi , Sonali

I selected the collect System alias name from the dropdown box.

Thank you .

Masao

Answers (2)

Answers (2)

Former Member
0 Kudos

Any idea ?

Former Member
0 Kudos

I added below sources .

> <ItemType name="uwl.request.webflow.WS91000001" connector="WebFlowConnector" defaultView="WorkItemRequestsView" defaultAction="launchWebDynPro" executionMode="default">

> <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />

> <Actions>

> <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">

> <Properties>

> <Property name="WebDynproApplication" value="ZWD_WF_002" />

> <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no" />

> <Property name="DynamicParameter" value="wi_id=${item.externalId}" />

> <Property name="openInNewWindow" value="yes" />

> <Property name="System" value="WDSETXXX" />

> <Property name="WebDynproNamespace" value="sap" />

> <Property name="display_order_priority" value="5" />

> </Properties>

> <Descriptions default="" />

> </Action>

> </Actions>

> </ItemType>

...........

> <ItemType name="uwl.request.webflow.decision.WS91000001.UWLSETXXX" connector="WebFlowConnector" defaultView="WorkItemRequestsView " defaultAction="viewDetail" executionMode="default">

> <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />

> </ItemType>