cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow - Instantiate task programmatically

Former Member
0 Kudos

Hi all,

at design time of myworkflow i don't know the receivers of a certain task.

So i would like to know if it is possible to instantiate a task programmatically?

Or how can i handle this issue?

kind regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Go through the following links for workflow:

Regarding Work Flow

check this links

http://help.sap.com/saphelp_erp2005/helpdata/en/fb/135962457311d189440000e829fbbd/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm

Workflow

http://www.sap-img.com/workflow/sap-workflow.htm

http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm

For examples on WorkFlow...check the below link..

http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf

http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm

http://www.workflowing.com/id18.htm

http://www.e-workflow.org/

http://web.mit.edu/sapr3/dev/newdevstand.html

Workflow

http://www.sap-img.com/workflow/sap-workflow.htm

http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm

http://www.erpgenie.com/workflow/index.htm

http://www.sap-basis-abap.com/wf/sap-business-workflow.htm

http://www.insightcp.com/res_23.htm

A good tutorial

http://www.thespot4sap.com/articles/Invoice_Verification_Automation_Using_SAP_Workflow.asp

http://www.sap-basis-abap.com/wf/sap-business-workflow.htm

/people/alan.rickayzen/blog

/people/jocelyn.dart/blog/2006/06/19/why-use-abap-oo-with-workflow

a good book

http://www.sap-press.com/product.cfm?account=&product=H950

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf

http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm

http://www.workflowing.com/id18.htm

http://www.e-workflow.org/

http://web.mit.edu/sapr3/dev/newdevstand.html

http://www.sap-press.com/downloads/h950_preview.pdf

Check the following PDF also:

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf

also seach the workflow forum:

former_member554978
Active Contributor
0 Kudos

Hi,

You can do by creating an Event thru TCODE SWUE.

Thanks