<?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 debug when an asynchronous task is running in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491776#M1557394</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;You need to activate the SAPScript debugger. Then perform the task (VL02N),.To activate the debugger use the below path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE71. Give the formname. then Utilities-&amp;gt;Activate Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Dec 2010 02:11:50 GMT</pubDate>
    <dc:creator>Subhankar</dc:creator>
    <dc:date>2010-12-14T02:11:50Z</dc:date>
    <item>
      <title>How to debug when an asynchronous task is running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491775#M1557393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to debug a Z code which is responsability to generate a SAPScript form, but when I'm in the VL02N, I send the form to printing but I can't debug the code which really generates the data of the form &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; After a few seconds the form will be on my spool (SP01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, could someone tell if there's some way to debug or even find the Z code that fill that form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 00:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491775#M1557393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-14T00:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug when an asynchronous task is running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491776#M1557394</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;You need to activate the SAPScript debugger. Then perform the task (VL02N),.To activate the debugger use the below path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE71. Give the formname. then Utilities-&amp;gt;Activate Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 02:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491776#M1557394</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2010-12-14T02:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug when an asynchronous task is running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491777#M1557395</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;STRONG&gt;Update Debugging&lt;/STRONG&gt;: turn on this setting if you need to analyze asynchronous updates, which are functions that are called as follows: CALL FUNCTION u2018...' IN UPDATE TASK. These functions are executed asynchronously in a special update work process (after the next COMMIT WORK statement). The debugger can't follow them since it is attached to a single process. Set a breakpoint in the function that is called IN UPDATE TASK, start debugging, turn on this setting, and the debugger will reach the breakpoint in your update function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below link for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[New ABAP Debugger u2013 Tips and Tricks|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/21986] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers !!&lt;/P&gt;&lt;P&gt;Soumya Ranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 10:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491777#M1557395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-14T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug when an asynchronous task is running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491778#M1557396</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;Actually I use this way, but I can't debug by this way because the form isn't generate on my save action, but in a separated process, so the sapscript debugger doesn't starts... &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 13:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491778#M1557396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-14T13:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug when an asynchronous task is running</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491779#M1557397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, very useful answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll check this way, seems it will work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I saw that article on SDN main page, but I didn't read yet. It is a very, very useful article!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 13:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-when-an-asynchronous-task-is-running/m-p/7491779#M1557397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-14T13:11:23Z</dc:date>
    </item>
  </channel>
</rss>

