cancel
Showing results for 
Search instead for 
Did you mean: 

decision task not appearing in UWL

former_member361003
Participant
0 Kudos

Hi All,

I am not able to see my decision task TS12000025 in UWL however I could see in business inbox in backend. Does anybody have any idea ?

Appreciated.

-Bijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You need to use UserDecisionHandler in your UWL XML-configuration. Take a look here: http://help.sap.com/saphelp_nw2004s/helpdata/en/7a/df014b037141ca9afc6433ed42b519/content.htm

Or even easier: Go to portal and into the UWL configuration page, and register the items again for your backend system. It will create the configuration automatically.

Regards,

Karri

Answers (2)

Answers (2)

former_member361003
Participant
0 Kudos

Thanks a lot.

imthiaz_ahmed
Active Contributor
0 Kudos

did you add this entry in Trx SWFVISU.

Regards, IA

former_member361003
Participant
0 Kudos

Thanks Ahmed.

I added my task and visualization type as Java webdynpro.

But What parameters should I add in transaction SWFVISU.

Thanks

Bijay

Former Member
0 Kudos

Hi Bijay Kumar,

In SWFVISU transaction you have to add this things.

1. Task--Give the task id which has to be sent to the UWL

2. Visualization--How you are going to view the screen (using java web dynpro) so give as Java web dynpro.

3. Screen id--For which screen your are going to assign this task.

4. Application ID--While you activate a web dynpro screen it will be providing a application id this has to be done in dynpro side and give that number in this parameter. After that if your activate the dynpro it will be giving the new application id so you have change the old id to the new one in SWFVISU transaction.

Thanks and Regards

Balaji K.