<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to create workflow?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-workflow/m-p/3016404#M712872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the standard Business Object doesn't serve the purpose then first of all you are required to create your own custom business object. &lt;/P&gt;&lt;P&gt;1. Plan the workflow steps on paper first.&lt;/P&gt;&lt;P&gt;2. Depending on the design of workflow, create the function module or ABAP Programs, which gives the required result.&lt;/P&gt;&lt;P&gt;3. Now, create business object using these function modules/programs in the transaction SWO1.&lt;/P&gt;&lt;P&gt;4. Create even triggering event which will be used to trigger the workflow.&lt;/P&gt;&lt;P&gt;5. Design the workflow using this business object in PFTC transaction.&lt;/P&gt;&lt;P&gt;6. Use the triggering event of business object in workflow for triggering it.&lt;/P&gt;&lt;P&gt;7. In the workflow, at the required approval task, agent assignment can be done. You can create agent and assign it to the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/sapna.modi/blog/2007/02/19/workflows-for-dummies--introductionpart-i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a step by step document to create a workflow:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fb/135983457311d189440000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fb/135983457311d189440000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow tutorials with step-by-step and with screenshots are available at &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2007 13:20:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-13T13:20:07Z</dc:date>
    <item>
      <title>how to create workflow??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-workflow/m-p/3016401#M712869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you plz tell me how to craete workflow or give some idea where can i found good material for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 12:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-workflow/m-p/3016401#M712869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T12:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to create workflow??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-workflow/m-p/3016402#M712870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow means right information at the right time at the right place to the right person.It is actually an automation of a number of steps in a business process.&lt;/P&gt;&lt;P&gt;Here,we define various activities which includes simple steps,decisions etc and tasks which perform the steps.&lt;/P&gt;&lt;P&gt;We also define the binding between the elements of a workflow whcih helps in triggering them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in a leave application,you apply for a leave in the systema nd then t goes to you manager for approval.If he approves,then it is updated in the systema dn you are sent an email.If it is rejected,then again you are sent an email and you can change the data for re-applyng.&lt;/P&gt;&lt;P&gt;This can all be done from workflow automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check the Developer's Guide in general:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/sdn/developersguide.sdn" target="test_blank"&gt;http://www.sdn.sap.com/sdn/developersguide.sdn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the concrete information on workflow you can find here:&lt;/P&gt;&lt;P&gt;Business Process Management&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9c/8d8442dcaad665e10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9c/8d8442dcaad665e10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Embedded processes (workflow)&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fd/517b42303e0e53e10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fd/517b42303e0e53e10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Business Workflow can be used to define business processes that are not yet mapped in the R/3 System. These may be simple release or approval procedures, or more complex business processes such as creating a material master and the associated coordination of the departments involved. SAP Business Workflow is particularly suitable for situations in which work processes have to be run through repeatedly, or situations in which the business process requires the involvement of a large number of agents in a specific sequence.&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Business Workflow provides a number of tools for defining and analyzing workflows as well as for monitoring operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Workflow Builder is for displaying and making changes to workflows. You can make small extensions directly to the original workflows supplied by SAP, such as carrying out your own agent assignments or changing deadline monitoring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several Workflow Wizards to support you in the definition of workflows, with which you can create specific parts of a workflow. The Workflow Wizard Explorer gives you an overview of the existing Workflow Wizards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to make the functions of the R/3 Systems available to a workflow, you use business objects, which you can define and analyze in the Business Object Builder. These business objects are made available to the workflow in reusable tasks. The Business Wizard Explorer gives you an overview of all existing tasks.&lt;/P&gt;&lt;P&gt;You can also use SAP Business Workflow to respond to errors and exceptions in other, existing business processes. You can start a workflow when predefined events occur, for example an event can be triggered if particular errors are found during an automatic check.&lt;/P&gt;&lt;P&gt;Please follow the links,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/04/926f8546f311d189470000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/04/926f8546f311d189470000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/a1/172437130e0d09e10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/a1/172437130e0d09e10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A good tutorial&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/articles/Invoice_Verification_Automation_Using_SAP_Workflow.asp" target="test_blank"&gt;http://www.thespot4sap.com/articles/Invoice_Verification_Automation_Using_SAP_Workflow.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/wf/sap-business-workflow.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/wf/sap-business-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/workflow/sap-workflow.htm" target="test_blank"&gt;http://www.sap-img.com/workflow/sap-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/people/alan.rickayzen/blog&lt;/P&gt;&lt;P&gt;/people/jocelyn.dart/blog/2006/06/19/why-use-abap-oo-with-workflow&lt;/P&gt;&lt;P&gt;a good book&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950" target="test_blank"&gt;http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.workflowing.com/id18.htm" target="test_blank"&gt;http://www.workflowing.com/id18.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.e-workflow.org/" target="test_blank"&gt;http://www.e-workflow.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/dev/newdevstand.html" target="test_blank"&gt;http://web.mit.edu/sapr3/dev/newdevstand.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check the following PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/fb/135962457311d189440000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/fb/135962457311d189440000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/workflow/sap-workflow.htm" target="test_blank"&gt;http://www.sap-img.com/workflow/sap-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For examples on WorkFlow...check the below link..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.workflowing.com/id18.htm" target="test_blank"&gt;http://www.workflowing.com/id18.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.e-workflow.org/" target="test_blank"&gt;http://www.e-workflow.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/dev/newdevstand.html" target="test_blank"&gt;http://web.mit.edu/sapr3/dev/newdevstand.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/workflow/sap-workflow.htm" target="test_blank"&gt;http://www.sap-img.com/workflow/sap-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/workflow/index.htm" target="test_blank"&gt;http://www.erpgenie.com/workflow/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/wf/sap-business-workflow.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/wf/sap-business-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.insightcp.com/res_23.htm" target="test_blank"&gt;http://www.insightcp.com/res_23.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A good tutorial&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/articles/Invoice_Verification_Automation_Using_SAP_Workflow.asp" target="test_blank"&gt;http://www.thespot4sap.com/articles/Invoice_Verification_Automation_Using_SAP_Workflow.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/wf/sap-business-workflow.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/wf/sap-business-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/people/alan.rickayzen/blog&lt;/P&gt;&lt;P&gt;/people/jocelyn.dart/blog/2006/06/19/why-use-abap-oo-with-workflow&lt;/P&gt;&lt;P&gt;a good book&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950" target="test_blank"&gt;http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.workflowing.com/id18.htm" target="test_blank"&gt;http://www.workflowing.com/id18.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.e-workflow.org/" target="test_blank"&gt;http://www.e-workflow.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/dev/newdevstand.html" target="test_blank"&gt;http://web.mit.edu/sapr3/dev/newdevstand.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/downloads/h950_preview.pdf" target="test_blank"&gt;http://www.sap-press.com/downloads/h950_preview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following PDF also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 13:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-workflow/m-p/3016402#M712870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to create workflow??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-workflow/m-p/3016403#M712871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950" target="test_blank"&gt;http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow automates the steps and activities in a business process according to predefined procedures and rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow presents information and documents to the appropriate knowledge worker or agent (another entity such as a program) to make a decision or perform an activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow tracks each and every step in the process flow and maintains an ongoing status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow also collects and reports all of the metrics associated with the execution and completion of the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below links u will get lot of info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950" target="test_blank"&gt;http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/workflow/sap-workflow.htm" target="test_blank"&gt;http://www.sap-img.com/workflow/sap-workflow.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;For examples on WorkFlow...check the below link.. &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.workflowing.com/id18.htm" target="test_blank"&gt;http://www.workflowing.com/id18.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.e-workflow.org/" target="test_blank"&gt;http://www.e-workflow.org/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/dev/newdevstand.html" target="test_blank"&gt;http://web.mit.edu/sapr3/dev/newdevstand.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following links on FORK :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f1e7454311d189430000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f1e7454311d189430000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.insightcp.com/res_23.htm" target="test_blank"&gt;http://www.insightcp.com/res_23.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For more reference on workflow: &lt;A href="http://saptechnical.com/Tutorials/Workflow/Workflow.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/Workflow/Workflow.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/9277a346f311d189470000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/9277a346f311d189470000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check these links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/workflow/index.htm" target="test_blank"&gt;http://www.sapgenie.com/workflow/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950" target="test_blank"&gt;http://www.sap-press.com/product.cfm?account=&amp;amp;product=H950&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.workflowing.com/id18.htm" target="test_blank"&gt;http://www.workflowing.com/id18.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.e-workflow.org/" target="test_blank"&gt;http://www.e-workflow.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/workflow/sap-workflow.htm" target="test_blank"&gt;http://www.sap-img.com/workflow/sap-workflow.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For examples on WorkFlow...check the below link.. &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.workflowing.com/id18.htm" target="test_blank"&gt;http://www.workflowing.com/id18.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.e-workflow.org/" target="test_blank"&gt;http://www.e-workflow.org/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/dev/newdevstand.html" target="test_blank"&gt;http://web.mit.edu/sapr3/dev/newdevstand.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/workflow/sap-workflow.htm" target="test_blank"&gt;http://www.sap-img.com/workflow/sap-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;For examples on WorkFlow...check the below link..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.workflowing.com/id18.htm" target="test_blank"&gt;http://www.workflowing.com/id18.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.e-workflow.org/" target="test_blank"&gt;http://www.e-workflow.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/dev/newdevstand.html" target="test_blank"&gt;http://web.mit.edu/sapr3/dev/newdevstand.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow tutorials with step-by-step and with screenshots are available at &lt;A href="http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/workflow/" target="test_blank"&gt;http://www.sapgenie.com/workflow/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/workflow/sap-workflow.htm" target="test_blank"&gt;http://www.sap-img.com/workflow/sap-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.workflowing.com/id18.htm" target="test_blank"&gt;http://www.workflowing.com/id18.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.e-workflow.org/" target="test_blank"&gt;http://www.e-workflow.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/dev/newdevstand.html" target="test_blank"&gt;http://web.mit.edu/sapr3/dev/newdevstand.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/wf/sap-business-workflow.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/wf/sap-business-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2857887" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2857887&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2855919" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2855919&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2735228" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2735228&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug a workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has a step by step procedure :&lt;/P&gt;&lt;P&gt;&lt;A href="http://fuller.mit.edu/workflow/debugging.pdf" target="test_blank"&gt;http://fuller.mit.edu/workflow/debugging.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.erpgenie.com/sap/workflow/debugging.htm" target="test_blank"&gt;www.erpgenie.com/sap/workflow/debugging.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/workflow/debugging.htm?2b5de440" target="test_blank"&gt;http://www.erpgenie.com/workflow/debugging.htm?2b5de440&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow tutorials with step-by-step and with screenshots are available at &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/workflow/" target="test_blank"&gt;http://www.sapgenie.com/workflow/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/workflow/sap-workflow.htm" target="test_blank"&gt;http://www.sap-img.com/workflow/sap-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.workflowing.com/id18.htm" target="test_blank"&gt;http://www.workflowing.com/id18.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.e-workflow.org/" target="test_blank"&gt;http://www.e-workflow.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/dev/newdevstand.html" target="test_blank"&gt;http://web.mit.edu/sapr3/dev/newdevstand.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/wf/sap-business-workflow.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/wf/sap-business-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2857887" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2857887&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2855919" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2855919&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2735228" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=791580&amp;amp;messageID=2735228&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/WORKFLOW_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/WORKFLOW_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 13:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-workflow/m-p/3016403#M712871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T13:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to create workflow??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-workflow/m-p/3016404#M712872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the standard Business Object doesn't serve the purpose then first of all you are required to create your own custom business object. &lt;/P&gt;&lt;P&gt;1. Plan the workflow steps on paper first.&lt;/P&gt;&lt;P&gt;2. Depending on the design of workflow, create the function module or ABAP Programs, which gives the required result.&lt;/P&gt;&lt;P&gt;3. Now, create business object using these function modules/programs in the transaction SWO1.&lt;/P&gt;&lt;P&gt;4. Create even triggering event which will be used to trigger the workflow.&lt;/P&gt;&lt;P&gt;5. Design the workflow using this business object in PFTC transaction.&lt;/P&gt;&lt;P&gt;6. Use the triggering event of business object in workflow for triggering it.&lt;/P&gt;&lt;P&gt;7. In the workflow, at the required approval task, agent assignment can be done. You can create agent and assign it to the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/sapna.modi/blog/2007/02/19/workflows-for-dummies--introductionpart-i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a step by step document to create a workflow:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fb/135983457311d189440000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fb/135983457311d189440000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow tutorials with step-by-step and with screenshots are available at &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/Workflow/Workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 13:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-workflow/m-p/3016404#M712872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T13:20:07Z</dc:date>
    </item>
  </channel>
</rss>

