<?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 debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988540#M73615</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;experts please explain how do debug an report and script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2005 06:40:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-05T06:40:59Z</dc:date>
    <item>
      <title>debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988540#M73615</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;experts please explain how do debug an report and script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 06:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988540#M73615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T06:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988541#M73616</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;For report there are many ways. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Take tcode SE38 and go inside the report. On the application toolbar you can find a button called 'Stop'. Using this you can put a soft break point. Next time when the program runs, it will stop there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. From the selection screen of the report, in the command box type '/h' and then press execute. This will take you to debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hard coding break point. Insert the command BREAK-POINT or BREAK &amp;lt;username&amp;gt; in your code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For debugging SAPScript. Go to SE71 and take the menu Utilities -&amp;gt; Activate Debugger. This will activate script debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly assign points if this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 06:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988541#M73616</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-10-05T06:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988542#M73617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can I know report means Script print prog or normal report.&lt;/P&gt;&lt;P&gt;Script:In SE71 give your form name and in Utilities--&amp;gt;Active debugger.&lt;/P&gt;&lt;P&gt;Then put a break point in your print prog where ever you want to stop it.&lt;/P&gt;&lt;P&gt;After that you need to go to your transaction like VF03/../..etc for Invoice you need to execute it by giving Outtype.&lt;/P&gt;&lt;P&gt;Then your print prog and form will debugg step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 06:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988542#M73617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T06:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988543#M73618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;simple way is enter /H in comman prompt and enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that whatever you will do , will be debug mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 08:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988543#M73618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T08:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988544#M73619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Enter /H in the command prompt. &lt;/P&gt;&lt;P&gt;Then press F5 for line by line debugging. &lt;/P&gt;&lt;P&gt;           F6 for skiping the function modules.&lt;/P&gt;&lt;P&gt;           F7 for exiting from a function. &lt;/P&gt;&lt;P&gt;           F8 to execute the program inside a debugging mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Baburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 08:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988544#M73619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T08:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988545#M73620</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;Check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/tips/debug/debug_popup.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/debug/debug_popup.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To debug a program in foreground just enter the data in the selction screen and then before pressign F8 enter /H then enter&amp;gt; F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can also write &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt;break &amp;lt;userid&amp;gt;&amp;lt;/b&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; in ur code where u want to break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR u can use &amp;lt;b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BREAK-POINT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;/b&amp;gt;. in ur code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or u can go to ur program and u can see a stop button place the cursor in the line where u want to break and press the button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 10:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/988545#M73620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T10:01:06Z</dc:date>
    </item>
  </channel>
</rss>

