<?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: t.code debug in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-debug/m-p/2382322#M528952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do u have the authorizations ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check /nSU53 after ME52N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 04:18:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-15T04:18:07Z</dc:date>
    <item>
      <title>t.code debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-debug/m-p/2382321#M528951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi :&lt;/P&gt;&lt;P&gt;  In ME52N , when im displaying PR in sandbox, depending on the cost in valuation tab its picking the tab Release Stratagei, but in Development sys. for the same config . its not picking the Release Stratagei tab ...how can i debug the T.Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 15:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-debug/m-p/2382321#M528951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T15:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: t.code debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-debug/m-p/2382322#M528952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do u have the authorizations ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check /nSU53 after ME52N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 04:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-debug/m-p/2382322#M528952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T04:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: t.code debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-debug/m-p/2382323#M528953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging a T Code is not an easy task , as it will go through a whole lot of standard SAP code.&lt;/P&gt;&lt;P&gt;To debug it , you can use dynamic debugging using '/h' .&lt;/P&gt;&lt;P&gt;at whatever point you want to start debugging just put /h and press enter , from the very next step you try to perform , you can actually debug on what all is happening in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that solves your query.&lt;/P&gt;&lt;P&gt;Reward points if helpul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harmeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 07:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-debug/m-p/2382323#M528953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T07:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: t.code debug</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-debug/m-p/2382324#M528954</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;type /h in command line and try to execute the program. Another way is to set break-point at the function module or the required line and do single step execute or execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third option in certain  cases is to  check for sy-subrc &amp;lt;&amp;gt; 0  and proceed from there by  making it 0 by updating the sy-subrc in the debug editor  and  see how the program  behaves if the value is what  you enterd in the debug screen. For certain case  try to use WATCH POINT feature in debug  editor. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 07:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-debug/m-p/2382324#M528954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T07:28:05Z</dc:date>
    </item>
  </channel>
</rss>

