<?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: Break point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269460#M1386372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is another way either..&lt;/P&gt;&lt;P&gt;when u open a sap gui u find a shortcut symbol pointing towards upwards jsut click on it..&lt;/P&gt;&lt;P&gt;A dialog box appears. Fill the following fields as mentioned below in the application data:&lt;/P&gt;&lt;P&gt;   Type         : System Command&lt;/P&gt;&lt;P&gt;   Command : /H&lt;/P&gt;&lt;P&gt;   Title          : any description&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;hus double click on this shortcut before pressing the pop up button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2009 07:33:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-30T07:33:54Z</dc:date>
    <item>
      <title>Break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269456#M1386368</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;how can I put a break point ofer the pop up screen of Transaction?&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;D.kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 07:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269456#M1386368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T07:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269457#M1386369</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;&lt;/P&gt;&lt;P&gt; U use POP UP debugger..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the code in a notepad and store it on desktop and drag and drop it (from Windows explorer) on to the pop-up box and the debug mode will be on! So, enjoy debugging with ease...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is &lt;/P&gt;&lt;P&gt;*********************&lt;/P&gt;&lt;P&gt;[FUNCTION]&lt;/P&gt;&lt;P&gt;Command=/H&lt;/P&gt;&lt;P&gt;Title=Debugger&lt;/P&gt;&lt;P&gt;Type=SystemCommand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 07:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269457#M1386369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T07:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269458#M1386370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is one nice trick I got from my boss:)&lt;/P&gt;&lt;P&gt;- create empty txt file&lt;/P&gt;&lt;P&gt;- copy/paste below code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;- save your file&lt;/P&gt;&lt;P&gt;- once popup comes, drag and drop your file to this dialog, debug will start with next action on that dialog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 07:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269458#M1386370</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-10-30T07:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269459#M1386371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like below. It is an easy option to debug a pop up screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open notepad and paste below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ FUNCTION ] &lt;/P&gt;&lt;P&gt;Command= /H&lt;/P&gt;&lt;P&gt;Title=Debugger &lt;/P&gt;&lt;P&gt;Type=SystemCommand &lt;/P&gt;&lt;P&gt;Save it in ur desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in sap screen run ur t-code and trigger the pop up screen.&lt;/P&gt;&lt;P&gt;Now drag &amp;amp; drop the notepad file exactly on the popup screen.&lt;/P&gt;&lt;P&gt;Debugger will be swithced on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sap Fan on Oct 30, 2009 8:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 07:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269459#M1386371</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2009-10-30T07:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269460#M1386372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is another way either..&lt;/P&gt;&lt;P&gt;when u open a sap gui u find a shortcut symbol pointing towards upwards jsut click on it..&lt;/P&gt;&lt;P&gt;A dialog box appears. Fill the following fields as mentioned below in the application data:&lt;/P&gt;&lt;P&gt;   Type         : System Command&lt;/P&gt;&lt;P&gt;   Command : /H&lt;/P&gt;&lt;P&gt;   Title          : any description&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;hus double click on this shortcut before pressing the pop up button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 07:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/6269460#M1386372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T07:33:54Z</dc:date>
    </item>
  </channel>
</rss>

