<?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 in CALL FUNCTION Starting new Task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281903#M1531614</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 create a lot of parallel Function Calls during my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO 50 Times. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'Z_DO_SOMETHING'&lt;/P&gt;&lt;P&gt;        STARTING NEW TASK lv_task_name&lt;/P&gt;&lt;P&gt;        DESTINATION IN GROUP p_group&lt;/P&gt;&lt;P&gt;        PERFORMING get_results ON END OF TASK&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i now go into debugger and press F5 before Call Function, a new window opens, where i then see the Function Z_DO_SOMETHING and i can debug it there. Fine. &lt;/P&gt;&lt;P&gt;Now if i set a Breakpoint somewhere (does not depend if i do it directly in the coding or if i create it in the "Breakpoint"-tab of the debugger, internal and external breakpoints) and click save in the debugger (to save the Breakpooints) and i press F8, the debugger never stopps at the points. &lt;/P&gt;&lt;P&gt;The reason for this is, if i then debug again in this Function Z_DO_SOMETHING (for example in the second loop round), i can see that the breakpoint tab is completely empty. So why are my breakpoints deleted? Why i have to create them in each session which is triggered by the coding above seperately? How can i set a break-point which works in such cases?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Kind Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Sep 2010 07:55:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-16T07:55:14Z</dc:date>
    <item>
      <title>How to Debug in CALL FUNCTION Starting new Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281903#M1531614</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 create a lot of parallel Function Calls during my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO 50 Times. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'Z_DO_SOMETHING'&lt;/P&gt;&lt;P&gt;        STARTING NEW TASK lv_task_name&lt;/P&gt;&lt;P&gt;        DESTINATION IN GROUP p_group&lt;/P&gt;&lt;P&gt;        PERFORMING get_results ON END OF TASK&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i now go into debugger and press F5 before Call Function, a new window opens, where i then see the Function Z_DO_SOMETHING and i can debug it there. Fine. &lt;/P&gt;&lt;P&gt;Now if i set a Breakpoint somewhere (does not depend if i do it directly in the coding or if i create it in the "Breakpoint"-tab of the debugger, internal and external breakpoints) and click save in the debugger (to save the Breakpooints) and i press F8, the debugger never stopps at the points. &lt;/P&gt;&lt;P&gt;The reason for this is, if i then debug again in this Function Z_DO_SOMETHING (for example in the second loop round), i can see that the breakpoint tab is completely empty. So why are my breakpoints deleted? Why i have to create them in each session which is triggered by the coding above seperately? How can i set a break-point which works in such cases?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Kind Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 07:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281903#M1531614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-16T07:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug in CALL FUNCTION Starting new Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281904#M1531615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Me personally would code an infinite loop into the FM, just dont forget to add a ending condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can capture the mode in SM50 and jump into debugging it.&lt;/P&gt;&lt;P&gt;Then change your variable assigned to the ending condition of your infinite loop, so that it stops looping, and now proceed to debug the rest of coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 08:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281904#M1531615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-16T08:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug in CALL FUNCTION Starting new Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281905#M1531616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a crude but very effective way of debugging aRFC &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If i remember you're not a hard-core ABAPer !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 09:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281905#M1531616</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-09-16T09:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug in CALL FUNCTION Starting new Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281906#M1531617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav.T  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, i don't understand your post. I have read the link you posted, but how can i inflience now the ABAP Debugger to debug these cases?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 09:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281906#M1531617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-16T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug in CALL FUNCTION Starting new Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281907#M1531618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aye you´re right i´m more into FORM-Printing, but well i tend to get SD and MM jobs more and more, so yeah expierience is growing &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 10:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281907#M1531618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-16T10:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug in CALL FUNCTION Starting new Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281908#M1531619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See notes: 573128, 444078 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 10:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-in-call-function-starting-new-task/m-p/7281908#M1531619</guid>
      <dc:creator>Maciej_DomagaBa</dc:creator>
      <dc:date>2010-09-16T10:18:50Z</dc:date>
    </item>
  </channel>
</rss>

