cancel
Showing results for 
Search instead for 
Did you mean: 

Opening Web Dynapro Java Application from Workitem of Workflow

Former Member
0 Kudos

Dear all,

We have a requirement in which we have to open the Web Dynpro Java application form from the workitem which is present in the portal inbox of the user. As i am new to the Workflows, can you please give me the step by step description of calling the Web Dynpro Java Application.

Regards,

Sachin Mahajan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sachin,

I hope you are using the ECC system.

If you are using the ECC system, then follow the below steps:

Configuration to open customized WebDynpro application when user opens a task in UWL inbox in Portal.

Go to the SWFVISU transaction in SAP GUI.

It will show all the taks available in all the workflows in the ECC system.

Select a particular task and select Visualization type for that task

Here you have to select u201CJava WebDynprou201D

And click on Visualization Parameters

It will open the u201CChange Visualization Parameteru201D screen

Here enter the WebDynpro application name which needs to be opened when user clicks on task item id.

You need to confgure this taks item id in UWL standard XML file.

This link ll be useful for you

http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-tech...

Hope this helps you.

Regards,

Saleem

Answers (2)

Answers (2)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Sachin Mahajan

See the UWL documentation:

[Universal Worklist Configuration|http://help.sap.com/saphelp_nw70/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/content.htm],

[Advanced Configuration|http://help.sap.com/saphelp_nw70/helpdata/en/27/8be9f12c6746158328764a13c0ef99/content.htm],

[How To Create Custom Views|http://help.sap.com/saphelp_nw70/helpdata/en/7b/1232a8ef574332ba83406f4f5343a3/content.htm]

BR, Siarhei

Former Member
0 Kudos

Hi Sachin,

You can do it with the help of creating Callable Objects out of Web Dynpro Application by first configuring the Development Component for Guided Procedures and then puting in the custom code.

Then, you create an Action out of each of these callable objects and then a block out of it and finally the process. Once the process is initiated, it creates a workitem in the Universal Work List's Inbox of the portal and then you can call the application by simply clicking or opening the Work item.

Use the following link to furnish your this functionality

http://help.sap.com/saphelp_nw70/helpdata/EN/30/32c2331c47420796861c1bca26f21e/frameset.htm

Regards,

Tushar Sinha