<?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: debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727687#M1109775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same like as u r using for simple abap program just set debugger on a prticular statement.&lt;/P&gt;&lt;P&gt;place the cursor on that statement and press stop button on application toolbar or just press ctrl&lt;EM&gt;shift&lt;/EM&gt;f12.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2008 09:23:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-03T09:23:36Z</dc:date>
    <item>
      <title>debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727680#M1109768</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 debug the dialog screen of standard program?&lt;/P&gt;&lt;P&gt; Example: I need to debug select View dialog box after selected views. Please help me out to resolve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727680#M1109768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727681#M1109769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;STRONG&gt;/h&lt;/STRONG&gt; in the command box where you enter transaction codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First enter the material name and Industry sector and material type then in the command box write &lt;STRONG&gt;/h&lt;/STRONG&gt; and then click on &lt;STRONG&gt;SelectViews&lt;/STRONG&gt; automatically the programme is opened in Debugging mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727681#M1109769</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-11-03T09:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727682#M1109770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay&lt;/P&gt;&lt;P&gt;In order to debug a dialog screen, you need to create an SAP shortcut with the properties.This can then be dragged onto the dialog window which will activate debugging mode.&lt;/P&gt;&lt;P&gt;Properties set for SAP shortcut:&lt;/P&gt;&lt;P&gt;(Application)&lt;/P&gt;&lt;P&gt;type:system command&lt;/P&gt;&lt;P&gt;command:/H&lt;/P&gt;&lt;P&gt;title:popup debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An icon will be created on your desktop which can be dragged onto the Popup window to&lt;/P&gt;&lt;P&gt;activate the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727682#M1109770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T09:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727683#M1109771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open a text file and paste the code below.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save this text file. Open your dialog box and drag-drop this file on this. This will result in opening debugger for that dialog box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727683#M1109771</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-11-03T09:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727684#M1109772</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;Thanks for your reply.actually i need to debugg after selected views from dialog box.&lt;/P&gt;&lt;P&gt;please help me if you know the way to reslove this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727684#M1109772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T09:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727685#M1109773</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;Use '/h' in the command box for debugging or goto 'Systems' menu --&amp;gt; Utilities --&amp;gt; Debug Screen / Debug ABAP/ Debug System for debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727685#M1109773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T09:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727686#M1109774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creat a text file with following data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
[function] 
command = /h
type=systemcommand
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the text fine on you desk top.&lt;/P&gt;&lt;P&gt;Open the transaction, &lt;/P&gt;&lt;P&gt;Click on "Select View".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drag the text file icon to your SAP screen.Debugging will be switch on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Swastik Bharati on Nov 3, 2008 10:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727686#M1109774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T09:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727687#M1109775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same like as u r using for simple abap program just set debugger on a prticular statement.&lt;/P&gt;&lt;P&gt;place the cursor on that statement and press stop button on application toolbar or just press ctrl&lt;EM&gt;shift&lt;/EM&gt;f12.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727687#M1109775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T09:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727688#M1109776</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 first type '/h' in space before executing .then you can place a breat point in the statement. have your eyes open cause they may use screen variants.....reply back&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 10:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4727688#M1109776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T10:02:14Z</dc:date>
    </item>
  </channel>
</rss>

