<?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 how to activate debugger in sapscript? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-debugger-in-sapscript/m-p/1564850#M255277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new to sapscript.&lt;/P&gt;&lt;P&gt;i cant see the option of 'activate debugger' in &lt;/P&gt;&lt;P&gt;se71-&amp;gt;utilities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using ecc5.0&lt;/P&gt;&lt;P&gt;is there any other option to activate debugger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also can i write a select query in a form?&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;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;aj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2006 16:37:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-25T16:37:15Z</dc:date>
    <item>
      <title>how to activate debugger in sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-debugger-in-sapscript/m-p/1564850#M255277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new to sapscript.&lt;/P&gt;&lt;P&gt;i cant see the option of 'activate debugger' in &lt;/P&gt;&lt;P&gt;se71-&amp;gt;utilities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using ecc5.0&lt;/P&gt;&lt;P&gt;is there any other option to activate debugger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also can i write a select query in a form?&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;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;aj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 16:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-debugger-in-sapscript/m-p/1564850#M255277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T16:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate debugger in sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-debugger-in-sapscript/m-p/1564851#M255278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;even i am also in ECC5.0.but i am able to see the option 'ACTIVATE DEBUGGER' from the menu path UTILITIES-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU can not do direct SELECT statement in script layout.instead you can use PERFORM to get the required data into the layout.&lt;/P&gt;&lt;P&gt;check this link, to know how to call a FORM from a layout.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com//abap/how-to-call-a-subroutine-form-sapscripts.htm" target="test_blank"&gt;http://www.sap-basis-abap.com//abap/how-to-call-a-subroutine-form-sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 16:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-debugger-in-sapscript/m-p/1564851#M255278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T16:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate debugger in sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-debugger-in-sapscript/m-p/1564852#M255279</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 Debug the Script in 2 ways&lt;/P&gt;&lt;P&gt;1) Execute the Program &amp;lt;b&amp;gt;RSTXDUBG&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;2) In the Script, Utilities --&amp;gt; Activate Debug&lt;/P&gt;&lt;P&gt;when you execute the Script, it will go into Debug, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want Debug the the Print program along with the layout, do one of the aboe things and put a Break-Point in the print program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 16:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-debugger-in-sapscript/m-p/1564852#M255279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T16:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate debugger in sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-debugger-in-sapscript/m-p/1564853#M255280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am sorry.&lt;/P&gt;&lt;P&gt;there is activate debugger option in se71-&amp;gt;utilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;aj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 17:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-debugger-in-sapscript/m-p/1564853#M255280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T17:01:20Z</dc:date>
    </item>
  </channel>
</rss>

