<?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 standard tcodes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893646#M1143165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It mainly depends on the requirement for which you debug the standard t-codes. &lt;/P&gt;&lt;P&gt;1) If you go to the object list, you would find all the sub-routines used in the program for that standard t-code. You could select the proper sub-routine and put a break-point in that sub-routine, if you are able to track it.&lt;/P&gt;&lt;P&gt;2) If you are not sure, then you can directly run the t-code and then put '/H'. Switch the debugger mode on. Then while debugging, you can put Watch Points at appopriate places. For. E.G. if you are looking for any errors, you can create a watch point for SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, its finally your patience that pays off, as it is a very tedious task to debug standard programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2008 09:55:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-18T09:55:08Z</dc:date>
    <item>
      <title>how to debug standard tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893645#M1143164</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 generally face difficulties while debugging standard tcodes, what method to be followed while debugging standard tcodes like "BP" , "VA02" , "FBL5N" etc...&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, 18 Dec 2008 09:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893645#M1143164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T09:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug standard tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893646#M1143165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It mainly depends on the requirement for which you debug the standard t-codes. &lt;/P&gt;&lt;P&gt;1) If you go to the object list, you would find all the sub-routines used in the program for that standard t-code. You could select the proper sub-routine and put a break-point in that sub-routine, if you are able to track it.&lt;/P&gt;&lt;P&gt;2) If you are not sure, then you can directly run the t-code and then put '/H'. Switch the debugger mode on. Then while debugging, you can put Watch Points at appopriate places. For. E.G. if you are looking for any errors, you can create a watch point for SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, its finally your patience that pays off, as it is a very tedious task to debug standard programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 09:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893646#M1143165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T09:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug standard tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893647#M1143166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There cannot be a particular method to be followed.&lt;/P&gt;&lt;P&gt;It becomes lot easy if you know what you are tracking. say a particular variable some value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use break points at FMs. you can also make use of tracking sy-subrc value ...&lt;/P&gt;&lt;P&gt;Use Watch points. These tols make it possible to avoid going thru unnecessary code lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 09:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893647#M1143166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T09:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug standard tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893648#M1143167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;directly run the tcode using "/H", then you can able to debug the particular standard tcodes by putting the watch points where ever u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhir K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 10:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893648#M1143167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T10:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug standard tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893649#M1143168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding sub-routines uses, shoud i go to se80 first,and put the breakpoints ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 10:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893649#M1143168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug standard tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893650#M1143169</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;Nothing special in that.&lt;/P&gt;&lt;P&gt;Goto that TCode after that GIVE in commnad line as /H&lt;/P&gt;&lt;P&gt;IT will goto debugging.&lt;/P&gt;&lt;P&gt;Then rest of the things are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Flavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 10:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893650#M1143169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T10:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug standard tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893651#M1143170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to debug the standard programs put /h in the standarad program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u will go to debugger screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then from menu bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gto--&amp;gt;Breakpoint at statement ---&amp;gt;perform then all will subroutines will be triggered in the standarda progra.&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, 18 Dec 2008 10:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893651#M1143170</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2008-12-18T10:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug standard tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893652#M1143171</link>
      <description>&lt;P&gt;how to add a parameter in standarad T-code f-02 screen&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 04:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-standard-tcodes/m-p/4893652#M1143171</guid>
      <dc:creator>former_member751224</dc:creator>
      <dc:date>2023-02-28T04:08:58Z</dc:date>
    </item>
  </channel>
</rss>

