<?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 SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685711#M887534</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;In script you can done debug in two ways: &lt;/P&gt;&lt;P&gt;In the form Utilities-&amp;gt;debugger / RSTXDBUG FM for debugging script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Procedure for debugging SAP script is: &lt;/P&gt;&lt;P&gt;Generally SAP script contains the Layout and corresponding print program. &lt;/P&gt;&lt;P&gt;First go to SE71 and enter ur script name. In the same screen go to Utilities-&amp;gt;click on activate debugger option. &lt;/P&gt;&lt;P&gt;Now go to SE 38 and enter ur Print Program name and execute the program. &lt;/P&gt;&lt;P&gt;Now you can debug the script Page wise and window wise. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 08:08:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T08:08:38Z</dc:date>
    <item>
      <title>Break point in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685707#M887530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to clarify something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In report if i do write break point then while running the program the system will halt there allowing me to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this functionality possible in SAP script too??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean is breakpoint a valid statement in SAP Script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 07:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685707#M887530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T07:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Break point in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685708#M887531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1) If you want to debugg the perform  then &lt;/P&gt;&lt;P&gt;there are 2 ways to bebug a sap script.&lt;/P&gt;&lt;P&gt;one by using standard program &lt;/P&gt;&lt;P&gt;goto se38 and ececute RSTXBUG and give ur script name debug the perform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other one is &lt;/P&gt;&lt;P&gt;put a soft breat point in u r perform code(in program)&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;BREAK SAP-USER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then when u execute u will directly goto debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) normally you can debugg the script by &lt;/P&gt;&lt;P&gt;In se71, Chose from menu:&lt;/P&gt;&lt;P&gt;Utilities-&amp;gt; Activate Debugger&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;From the transaction, In the output message screen, you chose chose your output type, Go to Further options, Chose the dispatch option as Send at periodically scheduled jobs . then save the transaction. And run the prigram RSNAST00 It would stop at the debugging.&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685708#M887531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T08:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Break point in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685709#M887532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jayesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y do u want to insert a breakpoint....U can activate the debugger in the script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before executing the transaction...&lt;/P&gt;&lt;P&gt;Go to Se71.... in the MEnu...utilities&amp;gt;&amp;gt;activate debugger&lt;/P&gt;&lt;P&gt;Then Run your transaction...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can debug in script....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coding BREAK-POINT  in script does not work newyz as it does in your report programs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Navin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685709#M887532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T08:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Break point in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685710#M887533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;1.In layout it is not possible to write brak point like in reports.&lt;/P&gt;&lt;P&gt; 2.the break-point is not valid in scripts.&lt;/P&gt;&lt;P&gt; 3.utilities ---&amp;gt;activate debugger or rstxdebug.&lt;/P&gt;&lt;P&gt; 4.Place a break point subroutine pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SHIVA(reward if helpful).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685710#M887533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T08:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Break point in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685711#M887534</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;In script you can done debug in two ways: &lt;/P&gt;&lt;P&gt;In the form Utilities-&amp;gt;debugger / RSTXDBUG FM for debugging script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Procedure for debugging SAP script is: &lt;/P&gt;&lt;P&gt;Generally SAP script contains the Layout and corresponding print program. &lt;/P&gt;&lt;P&gt;First go to SE71 and enter ur script name. In the same screen go to Utilities-&amp;gt;click on activate debugger option. &lt;/P&gt;&lt;P&gt;Now go to SE 38 and enter ur Print Program name and execute the program. &lt;/P&gt;&lt;P&gt;Now you can debug the script Page wise and window wise. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685711#M887534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T08:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Break point in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685712#M887535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayesh,&lt;/P&gt;&lt;P&gt; Follow According to thios to Debug a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Se71.... in the MEnu...utilities&amp;gt;&amp;gt;activate debugger&lt;/P&gt;&lt;P&gt;Then Run your transaction...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can debug the script....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpfull,&lt;/P&gt;&lt;P&gt;Naresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 10:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-in-sap-script/m-p/3685712#M887535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T10:08:28Z</dc:date>
    </item>
  </channel>
</rss>

