cancel
Showing results for 
Search instead for 
Did you mean: 

Create workflow item in backend

Former Member
0 Kudos

Short question,

is it possible to create workflow item in the backend over an web dynpro application?

Has somebody already done this and can share knowledge?

Best regards,

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

yes it is possible to create a workflow item in the backend for a webdynpro application ,

we have developed such application with workflow in the backend and WD application on submit

will process in the UWL of Portal.

Thanks

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You can develop elaborate WD applications which make use of SAP Workflows. There is a rich API in form of RFC enabled function modules which can be consumed as RFC models in WD applications. There are function modules to start a workflow, read a workflow container, write to a workflow container, complete a workitem, forward a workitem and so on. Go to transaction SE37 to browse these. Search function modules with names starting with SAP_WAPI*.

To further this, you can actually define visualization parameters for Workflow Tasks to call WD applications to process the workitems corresponding to the workflow tasks. See transaction SWFVISU.

Regards

kk..

Former Member
0 Kudos

Hi Thomas,

Yes it is possible, you only need to know the RFC's that create the items in SAP system, then you create Adaptve RFC model in your web dynpro app, for execute those RFC's.

Regards.