<?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: Debug technique - how to? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845255#M45049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, searching the forum  sometimes gives the answer or idea &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I think I found the scenario - it is to use entire power of parallel processing:&lt;/P&gt;&lt;P&gt;CALL .. STARTING NEW TASK PERFORMING someTaskInCaller ON END OF TASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should do the trick and help me check what's going on in my 'parallel' task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I think, it's impossible to debug task started in parallel process, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ivaylo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2005 13:44:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-14T13:44:16Z</dc:date>
    <item>
      <title>Debug technique - how to?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845254#M45048</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 would like to stop processing for debug in a function module, called in a way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'My_Function_Module_Name' STARTING NEW TASK '0001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible? If yes - How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explanations: Calling FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ...CALL FUNCTION 'ENQUEUE_E_TRDIR'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from my FM 'My_Function_Module_Name' I achieved starting of only 1 instance of my FM 'My_Function_Module_Name' at a time. If I call it without the addition 'STARTING NEW TASK...' everything behaves as expected, but I'm unable to check if the FM will behave correctly if I call it as expected - with mentioned addition.&lt;/P&gt;&lt;P&gt;Correctly means if there will be only 1 instance at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help whould be highly appreciated.&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regadrs,&lt;/P&gt;&lt;P&gt;Ivaylo Mutafchiev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 12:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845254#M45048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T12:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Debug technique - how to?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845255#M45049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, searching the forum  sometimes gives the answer or idea &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I think I found the scenario - it is to use entire power of parallel processing:&lt;/P&gt;&lt;P&gt;CALL .. STARTING NEW TASK PERFORMING someTaskInCaller ON END OF TASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should do the trick and help me check what's going on in my 'parallel' task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I think, it's impossible to debug task started in parallel process, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ivaylo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 13:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845255#M45049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T13:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Debug technique - how to?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845256#M45050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivaylo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug a function module being processed parallelly using system debugging. Set a breakpoint at the function call (the one using STARTING NEW TASK) and then switch on system debugging in the debug mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 15:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845256#M45050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T15:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debug technique - how to?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845257#M45051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Might help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 20:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845257#M45051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T20:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Debug technique - how to?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845258#M45052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; This Might help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Not At All!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the actual Date Of question.It been Close to 4 years before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2008 01:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845258#M45052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-09T01:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debug technique - how to?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845259#M45053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Again.....I didn't noticed that...Wl take care in future....I am surprised how it came into the current threads....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2008 05:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-technique-how-to/m-p/845259#M45053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-09T05:37:51Z</dc:date>
    </item>
  </channel>
</rss>

