<?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: Update Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210676#M473462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of switching the dedug on, try to put a break point on yoy FM or exit, this will not let you screen to vanish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 13:41:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T13:41:40Z</dc:date>
    <item>
      <title>Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210674#M473460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a BDC Call Transaction in my User-Exit through a Function Module. This user-exit triggers only in the Update Debugging Mode, So I switch the Update Debugging On and I enter the Exit, As soon as the trigger comes to "Call Transaction", the Update Debugging Screen vanishes. Can anyone please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;JM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 13:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210674#M473460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T13:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210675#M473461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johann,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;       The debugging will be switched off by some of the FM's and keywords. SO the only alternate I think in Ur case is use the mode A in the call transaction and check for the process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 13:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210675#M473461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T13:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210676#M473462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of switching the dedug on, try to put a break point on yoy FM or exit, this will not let you screen to vanish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 13:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210676#M473462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T13:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210677#M473463</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 am using the MODE 'A', but the problem is as soon as the call transaction is triggered the "Update Debugging" session vanishes of and am getting a Error message in my SAP mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 13:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210677#M473463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T13:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210678#M473464</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 think we cannot use CALL TRANSACTION... or SUBMIT STATEMENTS... inside a update task, that is why the statement is not getting executed and the update is ending abruptly. This is when we receive a mail to our SAP Mail ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The alternative can be to use a BAPI inside or try to do direct update or insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please let me know if further details are required from my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 15:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210678#M473464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T15:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210679#M473465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'TCODE' using bdcdata  MODE 'A' &lt;/P&gt;&lt;P&gt;update 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 15:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/2210679#M473465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T15:49:34Z</dc:date>
    </item>
  </channel>
</rss>

