<?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 a Context Menu in a Transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919182#M1691416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to sap and i culdnt get you..... i saw the class CL_GOS_MANAGER and their messages but dont know wt to do and where to keep break point....... and after keeping break point when it will trigger and how to proceed further....... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain me with the above mentioned example........ Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2012 12:38:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-06T12:38:34Z</dc:date>
    <item>
      <title>How to Debug a Context Menu in a Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919178#M1691412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to start the debugger when i click if any in the context menu.&amp;nbsp; At the time when i click i want to start the debugger.&amp;nbsp; The "/h" and "SAP GUI short cut for system cammand /h" is not working is there any other way to acheive rather than debugging the whole process because it is taking huge time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the debugger to get trigger when i click on "Create Node" from the "Create" context menu in the PA30 T-Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/116591" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pinky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 10:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919178#M1691412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-06T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug a Context Menu in a Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919179#M1691413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try placing break point in the related methods of class CL_GOS_MANAGER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 10:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919179#M1691413</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-07-06T10:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug a Context Menu in a Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919180#M1691414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kesavadas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&amp;nbsp; Wt is the use of keeping break point in that class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know how to keep debug in the context menu as I may be getting some more requirements as the same in future for different different tcodes again at that time i cant search like now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 11:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919180#M1691414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-06T11:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug a Context Menu in a Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919181#M1691415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the GOS the classes cl_gos_manager ,&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;cl_gos_attachments&lt;/SPAN&gt; etc are used. The functionality is triggred by an event and received by handler. So we can place a break point in the relevant code of the relevant method, so that it stops there. I do not know why /h is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 11:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919181#M1691415</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-07-06T11:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug a Context Menu in a Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919182#M1691416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to sap and i culdnt get you..... i saw the class CL_GOS_MANAGER and their messages but dont know wt to do and where to keep break point....... and after keeping break point when it will trigger and how to proceed further....... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain me with the above mentioned example........ Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 12:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-context-menu-in-a-transaction/m-p/8919182#M1691416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-06T12:38:34Z</dc:date>
    </item>
  </channel>
</rss>

