<?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 what are the debugging techniques while debugging using /h? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846825#M1785793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any short way that we can find the enhancements(added custom code using implicit or explicit enhancements) what we added for the standard transaction code using /h debugging. or else do we need to execute each and every step and find this enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means: when i try to debug the standard tcode using /h it opens a screen in dubugging mode with pai and pbo modules, under this pai, pbo modules there could be lot of modules implemented. but it is taking more time to identify that pirticular enhancement by executing each and every module . what my doubt is is there any way that i can get the error spot simply in this /h debuggin? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2013 05:42:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-06T05:42:59Z</dc:date>
    <item>
      <title>what are the debugging techniques while debugging using /h?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846825#M1785793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any short way that we can find the enhancements(added custom code using implicit or explicit enhancements) what we added for the standard transaction code using /h debugging. or else do we need to execute each and every step and find this enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means: when i try to debug the standard tcode using /h it opens a screen in dubugging mode with pai and pbo modules, under this pai, pbo modules there could be lot of modules implemented. but it is taking more time to identify that pirticular enhancement by executing each and every module . what my doubt is is there any way that i can get the error spot simply in this /h debuggin? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 05:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846825#M1785793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-06T05:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: what are the debugging techniques while debugging using /h?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846826#M1785794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sivaramakrishnan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what are you looking for. But still I can share one small trick (many ppl know abt this) that can help you to identify the BADIs implemented in the standard transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the transaction SE24&lt;/P&gt;&lt;P&gt;Enter the Object type as "CL_EXITHANDLER" and click on display &lt;/P&gt;&lt;P&gt;There is a method called "GET_INSTANCE" double click on this &lt;/P&gt;&lt;P&gt;Keep Break point in the line no 14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the above steps execute the standatd transaction in which you want to find the BASI implementations. &lt;/P&gt;&lt;P&gt;Debugger stops at this point every time when it comes across a BADI. &lt;/P&gt;&lt;P&gt;Simply press "F6" then in the field class_name you will get the Implementation class name and in field exit_name you will get the implementation name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a list of these implementation and continue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once your standard transaction gets over then you can check these implementations, that will bring you close to the spot where the problem is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for some other information, please let me know, I'm happy to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Nivash &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 05:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846826#M1785794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-06T05:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: what are the debugging techniques while debugging using /h?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846827#M1785795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly are you looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 06:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846827#M1785795</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-06T06:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: what are the debugging techniques while debugging using /h?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846828#M1785796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sivaramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You can execute your standard Tcode and find out the Main Program (using System-&amp;gt; Status)&lt;/P&gt;&lt;P&gt;2) got to SE80 and select "Program" and put the Program name and then press "enter" key.&lt;/P&gt;&lt;P&gt;3) You would see all the related techical details of the Program.&lt;/P&gt;&lt;P&gt;4) You would see a folder named " Enhancement Implementations". Under this folder you would get all implicit/Explicit enhancements that have been implemented.&lt;/P&gt;&lt;H1 style="margin: 13px 0 10px; font-size: 2em; background-color: #ffffff; color: #333333;"&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 07:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846828#M1785796</guid>
      <dc:creator>former_member219162</dc:creator>
      <dc:date>2013-11-06T07:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: what are the debugging techniques while debugging using /h?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846829#M1785797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first of all thanks for immediate reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 07:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846829#M1785797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-06T07:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: what are the debugging techniques while debugging using /h?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846830#M1785798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello sivaramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first put the transaction in debugging mode by using '/h'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the menu bar their is menu option ' break point'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find here where you want put the break point.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/315745" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 07:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846830#M1785798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-06T07:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: what are the debugging techniques while debugging using /h?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846831#M1785799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can find enhancements as said by Nivash for old badi. To find enhancements for new badi Set break point at abap statement Get Badi . Get badi &amp;lt;ref&amp;gt;,here &amp;lt;ref&amp;gt; contains all references to classes which implemented enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 07:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-debugging-techniques-while-debugging-using-h/m-p/9846831#M1785799</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-11-06T07:42:48Z</dc:date>
    </item>
  </channel>
</rss>

