<?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 function module in update task ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/13612795#M2026643</link>
    <description>&lt;P&gt;Hi, it is actually possible to debug FM called under IN UPDATE TASK. You have to put a debugger (if session breakpoint is not working then try external breakpoint) in the code inside the FM and enable update debugging in debugger settings, it will hit the piece of code.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 14:30:14 GMT</pubDate>
    <dc:creator>JubinSalim</dc:creator>
    <dc:date>2024-02-20T14:30:14Z</dc:date>
    <item>
      <title>how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665718#M1447025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;          i have following code :&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'ZSD_t_UPDATE' IN UPDATE TASK
             TABLES
                              it_xvbkd = xvbkd.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;Inside this function module i have some code  to debug . How can i debug it ?&lt;/P&gt;&lt;P&gt;I put the breakpoint in it but its not working .&lt;/P&gt;&lt;P&gt;It is triggered on save of  a tcode .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 11:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665718#M1447025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T11:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665719#M1447026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jsut &lt;STRONG&gt;search&lt;/STRONG&gt; with this text  &lt;STRONG&gt;debug function module in update task&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 11:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665719#M1447026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T11:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665720#M1447027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a breakpoint just before the FM. When in debug mode select the&lt;/P&gt;&lt;P&gt;'update debugging' flag in the settings section then continue with&lt;/P&gt;&lt;P&gt;your debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while debugging  use F5 key to  debug line by line ..... it will take you to source of that function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: topppi on Mar 17, 2010 12:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 11:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665720#M1447027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T11:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665721#M1447028</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;put the break point on the function module,&lt;/P&gt;&lt;P&gt;when the cursur come to function module  press f5,  the cursur will go inside the function module  then u can debug the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 12:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665721#M1447028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T12:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665722#M1447029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i tried this but still its not working . The cursor didnt enter into the function module .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 12:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665722#M1447029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T12:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665723#M1447030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[debug function module in update task|http://www.sdn.sap.com/irj/scn/advancedsearch?query=debug&lt;EM&gt;function&lt;/EM&gt;module&lt;EM&gt;in&lt;/EM&gt;update+task#ABAP,%20General]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 12:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665723#M1447030</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2010-03-17T12:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665724#M1447031</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;It is not possible to debug in update task. If it is a zprogram, I suggest you call the function module without the update task, debug and see what is the problem, once it is resolved you call it again using update task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665724#M1447031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665725#M1447032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ujjwal_dk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can debug it in update task..&lt;/P&gt;&lt;P&gt;first you should set update debugging active. you can do that from debugger screen with debug settings. than you say commit system closes normal debugging and will open for update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best  regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ERHAN YAZICI on Mar 17, 2010 3:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665725#M1447032</guid>
      <dc:creator>former_member270407</dc:creator>
      <dc:date>2010-03-17T14:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665726#M1447033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My home-grown method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set your breakpoint in the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your transaction, just before you press save, enter hobble mode in your command box with '/h'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your first debug screen, toggle settings&amp;gt;system debugging ON (NetWeaver Drop-down menu) or see previous notes for earlier WebAS versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select continue (F8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program should then stop at your break-point in the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665726#M1447033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T14:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665727#M1447034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search before posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keshav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 15:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665727#M1447034</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-17T15:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665728#M1447035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your reply .....&lt;/P&gt;&lt;P&gt;I removed the update task as suggested....&lt;/P&gt;&lt;P&gt;also changing settings for update task is also valuable....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 07:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665728#M1447035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-19T07:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665729#M1447036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi erhan ..........you say commit to system while debugging........whats that i didnt get....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 07:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665729#M1447036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-19T07:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665730#M1447037</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;for update task, you should commit system, then system will go update task .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 12:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665730#M1447037</guid>
      <dc:creator>former_member270407</dc:creator>
      <dc:date>2010-03-22T12:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665731#M1447038</link>
      <description>&lt;P&gt;hi guy,&lt;/P&gt;&lt;P&gt;could you please click this link. After, you can debug it, easly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://saptechnical.com/Tutorials/ABAP/Debug/Index.htm" target="test_blank"&gt;https://saptechnical.com/Tutorials/ABAP/Debug/Index.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 10:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665731#M1447038</guid>
      <dc:creator>Erol_CAGLAR</dc:creator>
      <dc:date>2019-05-20T10:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665732#M1447039</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when a function module is called in update task it cannot be debugged normally because it wont run in same user session so in debugging mode goto menu&lt;/P&gt;&lt;P&gt;System-&amp;gt; update debugging. Switch it on to debug the FM.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 18:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/6665732#M1447039</guid>
      <dc:creator>cdprasanna</dc:creator>
      <dc:date>2019-11-01T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: how  to debug function module in update task ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/13612795#M2026643</link>
      <description>&lt;P&gt;Hi, it is actually possible to debug FM called under IN UPDATE TASK. You have to put a debugger (if session breakpoint is not working then try external breakpoint) in the code inside the FM and enable update debugging in debugger settings, it will hit the piece of code.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 14:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-function-module-in-update-task/m-p/13612795#M2026643</guid>
      <dc:creator>JubinSalim</dc:creator>
      <dc:date>2024-02-20T14:30:14Z</dc:date>
    </item>
  </channel>
</rss>

