cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro & Workflow

Former Member
0 Kudos

Hi all,

In the current scenario, I have an employee, who makes changes to his personal data. After he clicks saves, the workflow is triggered and a workitem, should go to the approver,in the Universal work List. Once an approver clicks the work item, a webdynpro application should be displayed, showing the approver's screen.

To create the workflow, i need to mention an ABAP Class/ BOR Object.

How do i handle this situation in the case of a WebDynpro Application?

If I leave this blank on executing the workflow it shows the status completed and is shown in the Outbox.

I have maintained entries in Transation SWFVISU, and the system is registered in UWl.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sarath Raj,

Check this blog to get a better understanding

/people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist

Regards

<i><b>Raja Sekhar</b></i>

Former Member
0 Kudos

The following error was encountered:

Connection to URL Failed

Former Member
0 Kudos

Hi,

Search for a blog with name "Create new UI's for existing workflow tasks with ABAP Web Dynpro and Universal Worklist!".

Regards

<i><b>Raja Sekhar</b></i>

Former Member
0 Kudos

Hi Rajashekhar,

While creating the task which BOR object and method should I give.

I tried BOR object EXTSRV and method PROCESS and WEBSERVICE and method PROCESSDIALOG showing error "Task not fully defined"

Former Member
0 Kudos

Hi Raj,

it doesn't actually matter what BO/class you are using since the the UWL visualization settings (maintained in SWFVISU) will override them.

I've normally just done a dummy task with a BO/class which shows a simple "go to UWL" message to the user in case someone will execute the work item in Business Workplace.

To make the Web Dynpro app get launched, you can maintain the visualization settings in transaction SWFVISU (have a look at the other entries for examples). Then just remember to re-register your newly defined task types in UWL.

Hope this helps,

Mikko