cancel
Showing results for 
Search instead for 
Did you mean: 

Steps to Link Webdynpro with workflow

raja_narayanan2
Active Participant
0 Kudos

Hi.......

Can any one help me how to link webdynpro application with workflow. For Eg. if i click on submit button in webdynpro i need to trigger the workflow and get the workitem in the inbox...

Thanks in advance.....

Regards

Raja

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi RN,

I working on the similar process... It works for me!...

Follow the below steps:

1. Create a business object to hold the data that you will passing when you click on the submit button.

2. Create an event that is supposed to trigger when you click on the submit button.

3. Inside the Onaction method of Submit use the FM "SAP_WAPI_CREATE_EVENT" that will trigger the event and inturn your workflow.

Hope this helps!

Regards,

Renu

Former Member
0 Kudos

Hi Raja,

Check this Blog to Trigger workflow from Web Dynpro for ABAP.

Thanks

Suman

uday_gubbala2
Active Contributor
0 Kudos

Hi,

Not sure if this is gonna help you but just go through this [article|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/using%20web%20dynpro%20java%20and%20web%20dynpro%20abap%20applications%20in%20universal%20work%20list.pdf] in which Abhimanyu has written as to how we can create a Web Dynpro Java Application to Trigger Workflow and how we can configure the workflow Task with our Web Dynpro ABAP Application.

Uday