<?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 debug transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-transaction/m-p/3473037#M834817</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;There is a notepad(with debugging code) to drag and drop into the transaction, so that the transaction moves into debugging mode.Does any body know what the notepad content should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 05:29:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-05T05:29:55Z</dc:date>
    <item>
      <title>debug transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-transaction/m-p/3473037#M834817</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;There is a notepad(with debugging code) to drag and drop into the transaction, so that the transaction moves into debugging mode.Does any body know what the notepad content should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 05:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-transaction/m-p/3473037#M834817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T05:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: debug transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-transaction/m-p/3473038#M834818</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 u r looking for Pop Up Debugger...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the contents for that notepad..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Function]&lt;/P&gt;&lt;P&gt;COMMAND = /H&lt;/P&gt;&lt;P&gt;Title = Debugger&lt;/P&gt;&lt;P&gt;Type = systemcommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this file to debug Sap Tcodes when any pop up comes.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 05:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-transaction/m-p/3473038#M834818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T05:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: debug transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-transaction/m-p/3473039#M834819</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;  Just paste the below code in empty notepad and drag then the debugger starts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[FUNCTION]    &lt;/P&gt;&lt;P&gt;Command=/H&lt;/P&gt;&lt;P&gt;Title=Debugger&lt;/P&gt;&lt;P&gt;Type=SystemCommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:Put FUNCTION in square brackets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bujji on Mar 5, 2008 6:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 05:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-transaction/m-p/3473039#M834819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T05:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: debug transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-transaction/m-p/3473040#M834820</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;Use the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[FUNCTION]&lt;/P&gt;&lt;P&gt;Command=/H&lt;/P&gt;&lt;P&gt;Title=Debugger&lt;/P&gt;&lt;P&gt;Type=SystemCommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the above in the notepad and then drag &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 05:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-transaction/m-p/3473040#M834820</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-03-05T05:34:18Z</dc:date>
    </item>
  </channel>
</rss>

