cancel
Showing results for 
Search instead for 
Did you mean: 

Work Flow integration with Abap Web Dynpro's

Former Member
0 Kudos

Hi,

We are currently working on Custom ABAP WD Applications which gets called from Workflow. For eg., we are trying to simulate the ESS Leave Process, like Java WD Leave application gets called on execution of Leave Approval Workitem.

We developed our ABAP WD and also the workflows individually. In fact we maintained entries in SWFIVSU transaction, but we were not able to send the data from WORKFLOW(WORKITEM) to ABAP WD Application.

Can anyone help us with this integration to send data from Workflow to ABAP WD.

Hope I am clear.

Regards,

Sharad todkar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You create a parameter for your webdynpro application wi_id of type sww_wiid

now when you click on the UWL this wi_id gets filled with the workitem no.

Now you can use this workitem id get the workflow container from the workitem id

using function module

SWW_WI_CONTAINER_READ

In order to terminate this task you have to use an asynchronous method.

And terminate by using an event.

Regards,

Manish

Former Member
0 Kudos

Have you already had a look at UWL ?

Regards,

Subramanian V.

Former Member
0 Kudos

Hi ,

i have already looked at the UWL's.

When the workitem is executed in UWL the WD Application is being called with no data.

So the problem is not calling the WD applicaiton but sending the data from Work flow to ABAP WD.

Former Member
0 Kudos

Hi, sharad

we want to do exactly the same thing as you,

maybe this blog is helpful

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

we are trying another option that is to use hcm process form framework to do the job.

br.

jun