<?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 How to Debug Workflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-workflow/m-p/3465267#M832865</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;I have created one program, which generates PDF file and sents the PDF file as attachment through mail by using function module SO_DOCUMENT_SEND_API1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program is runing smooth in Foreground and Background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the same program is used via workflow and in that case the program does not send any mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can anyone please help me how I can debug or find the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to Workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 13:10:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-26T13:10:32Z</dc:date>
    <item>
      <title>How to Debug Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-workflow/m-p/3465267#M832865</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;I have created one program, which generates PDF file and sents the PDF file as attachment through mail by using function module SO_DOCUMENT_SEND_API1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program is runing smooth in Foreground and Background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the same program is used via workflow and in that case the program does not send any mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can anyone please help me how I can debug or find the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to Workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 13:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-workflow/m-p/3465267#M832865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T13:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-workflow/m-p/3465268#M832866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;in workflow no debugging process available but we can see whether workflow started or not and if it starts where was it stopped  etc by using  &lt;STRONG&gt;WORKFLOW LOG&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After executing the workflow, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SWIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now click the execute button. It will display list of   &lt;STRONG&gt;DISPALY WORKFLOW LOG&lt;/STRONG&gt; workitems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Select the appropriate workitem and click the  button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;WORKFLOW LOG&lt;/STRONG&gt; screen will appear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Press the button "List with technical details" button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Click "Show work item container" icon in the &lt;/P&gt;&lt;P&gt;displayed table ot details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; after that A green line u will see, that represents flow of process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if its useful&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6ce9d51d-0b01-0010-00ba-b7934da764de" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6ce9d51d-0b01-0010-00ba-b7934da764de&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: p541399 on Feb 26, 2008 6:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 13:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-workflow/m-p/3465268#M832866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-workflow/m-p/3465269#M832867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can debug the workflow,if you have created the workflow task and standard tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Tcode: SWDD and give the task number and click OK. If your workflow process is defined , the you can use TEST button on the application bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 13:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-workflow/m-p/3465269#M832867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T13:17:09Z</dc:date>
    </item>
  </channel>
</rss>

