<?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: debug a class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332487#M1228698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi please find this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="243521"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Mar 2009 10:34:06 GMT</pubDate>
    <dc:creator>former_member203501</dc:creator>
    <dc:date>2009-03-14T10:34:06Z</dc:date>
    <item>
      <title>debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332483#M1228694</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;what is the best way to debug a class? I dont know exactly which method will be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I set the breakpoint to be sure it will be reached in any case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 10:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332483#M1228694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T10:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332484#M1228695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to SE24....give the name of the class....double click on method name.....then put a break-point where ever you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 10:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332484#M1228695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T10:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332485#M1228696</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;If you are creating instance for the class then probably you can give break-point in constructor...&lt;/P&gt;&lt;P&gt;and then from then on you can be in debug mode....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its not possible ..&lt;/P&gt;&lt;P&gt;then give break-points in every method you will get to know what is happening and when...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 10:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332485#M1228696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T10:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332486#M1228697</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;Keep a break-point on the class when it enters the debugging mode now go to the &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SETTINGS in the menu-bar&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; and then say &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SYSTEM DEBUGGING ON/OFF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In this way you can debug a class as the system programs cannot be debugged with out this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will definitely work.&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;sarves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 10:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332486#M1228697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T10:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332487#M1228698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi please find this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="243521"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 10:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332487#M1228698</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2009-03-14T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332488#M1228699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls read my question more clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know which method is being called. how can I set a breakpoint in the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not set a breakpoint in each method. It not a developer like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be way to debug the class in any case .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 10:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332488#M1228699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T10:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332489#M1228700</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 what Sarves answered will work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 10:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332489#M1228700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T10:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332490#M1228701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why SYSTEM DEBUGGING ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want debug a class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 10:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332490#M1228701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T10:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332491#M1228702</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;Because if you want to debug the class it will not allow you to do it directly, it jumps to the next abap keyword. so if you want to see what is going in the class you need to start the system debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell what is the class you want to debug.&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;sarves&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sarves Sombhatla on Mar 14, 2009 11:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 10:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332491#M1228702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T10:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332492#M1228703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CL_BBP_BS_ADAPTER_RQ_CRT_470&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont if whether you have that class in your system cause it in the SAP SRM System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, what does it matter. A class is a class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 11:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332492#M1228703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T11:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: debug a class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332493#M1228704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just try this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GOTO SYSTEM&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; in the menubar and &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;UTILITIES&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; you have 3 options&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DEBUG ABAP 
DEBUG SYSTEM 
DEBUG SCREEN&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is available at any point of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;activate all the three debugging and try executing the class this will take you to debugging mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sarves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 11:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-a-class/m-p/5332493#M1228704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T11:14:58Z</dc:date>
    </item>
  </channel>
</rss>

