cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro ABAP and Workflow

Former Member
0 Kudos

Hi All,

We want to build the Vendor Master data creation workflow using WebDynpro ABAP. The workflow is already available wit SAPGUI.

Client dont want to use GP also.

If some one could through some light on how to call the WebDynpro UI in the SAP workflow (SWDD))?

Thanks and Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Basically this should be relatively straightforward. You just need to replace your old user interface layer with a new one. Are you able to replace the currect user interface with WDA?

Then when you have proper WDA application to do exactly the same things as your old UI, you just need to take care of few things:

1) How the workflow is started currently? If for example with an event, then you need to raise this same event with your WDA application

2) How the workflow tasks are completed? If for example they are completed with terminating events, you just need to raise these same terminating events from your WDA.

3) Etc.

>If some one could through some light on how to call the WebDynpro UI in the SAP workflow (SWDD))?

If you still want to launch the workflow tasks from business workplace, you can develop a method, in which you call the WDA application (it can open into a new browser) (there should be various ways to do it, and you can easily find instructions here in SDN by searching). If you want to start using UWL instead of business workplace, check the articles/blogs in the previous post.

Regards,

Karri

arjun_thakur
Active Contributor
0 Kudos

Hi Subbu,

Use below mentioned link to get some idea about workflow in wda:

[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]

[Blog|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2778] [original link is broken] [original link is broken] [original link is broken];

[Doc|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6]

I hope it helps.

Regards

Arjun