<?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: How to debug a FORM(Sap-Script) which is processed during update? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042694#M420159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry raj, thats exactly how it do it when having to deal with normal forms as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is that the sap-script debugger WILL NOT PUP UP when the form is beeing processed during update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know all the steps you listed and they are really good, but actually they dont help me here &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but thanks a lot anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2007 11:30:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-22T11:30:55Z</dc:date>
    <item>
      <title>How to debug a FORM(Sap-Script) which is processed during update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042691#M420156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I strongly suppose i have a fault in my Sap-Script code, tho i´m unable to SEE it.&lt;/P&gt;&lt;P&gt;Now i want to debug the thing to find out what exactly the fault is.&lt;/P&gt;&lt;P&gt;My problem is that the Sap-Script Form is beeing processed during update task.&lt;/P&gt;&lt;P&gt;Even switching on Form debugger ALONG WITH update debugger and system debugger could´nt help it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tho now i cant sit here and wait, i gotta do something about it, but i´m somehow clueless about how to proceed now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.s. Just to mention it, i dont want to debug my print program or my external performs, those are working. I need to debug the sap-script thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042691#M420156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a FORM(Sap-Script) which is processed during update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042692#M420157</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;First check if the script is being called. To do this do the following&lt;/P&gt;&lt;P&gt;Before executing the program go SE71 transaction , In the menu you will find Utilities --&amp;gt; Activate Debugging.&lt;/P&gt;&lt;P&gt;Press Activate Debugging , this will activate SAP Script debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now try executing your program , if your program calls the script then the control will come to the script and the you can Press F5 to execute it step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you execute the program , in the selections screen , top left you will ahve the command window , type /h and press enter , this activates debugging for the program , now execute the program and press F5 to see step by step execution.&lt;/P&gt;&lt;P&gt;Whne the fuinction OPEN_FORM is called , press F6 and after executuion see the value of SY-SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042692#M420157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a FORM(Sap-Script) which is processed during update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042693#M420158</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;From SE71 activate the Debugger.&lt;/P&gt;&lt;P&gt;and execute the Program, it will stop in the script,&lt;/P&gt;&lt;P&gt;check for the field values you wants to check, that;s the method we follow to debug/check the scripts.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042693#M420158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a FORM(Sap-Script) which is processed during update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042694#M420159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry raj, thats exactly how it do it when having to deal with normal forms as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is that the sap-script debugger WILL NOT PUP UP when the form is beeing processed during update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know all the steps you listed and they are really good, but actually they dont help me here &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but thanks a lot anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042694#M420159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a FORM(Sap-Script) which is processed during update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042695#M420160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe i was a bit unclear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script IS BEEING CALLED, since i get a spool as output. &lt;/P&gt;&lt;P&gt;Changing things on the form change on the spool as well.&lt;/P&gt;&lt;P&gt;So yeah i made sure the script IS BEING processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sap-script debugger switched ON.&lt;/P&gt;&lt;P&gt;I have update     debugger switched ON.&lt;/P&gt;&lt;P&gt;I have system    debugger switched ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and still i cant debug my sap-script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042695#M420160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a FORM(Sap-Script) which is processed during update?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042696#M420161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well ok i solved my problem myself now, but i want to let you take part in learning new things &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My old way to print out my form was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA: MB02&lt;/P&gt;&lt;P&gt;giving in a Materialbillno. and proceeding.&lt;/P&gt;&lt;P&gt;then double click on the position&lt;/P&gt;&lt;P&gt;then clikc on messages&lt;/P&gt;&lt;P&gt;selecting the desired messagetype&lt;/P&gt;&lt;P&gt;and clicking repeat message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when pressing save then 2 times the print is beeing processed in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW i goto MB90, and print out manually my message type. &lt;/P&gt;&lt;P&gt;This is a dialog step and not in update task, so now I´m able to debug the thing.&lt;/P&gt;&lt;P&gt;and weeeeeee it took me 2 more minutes to find my fauklt, while i was 3 hours on the trail to find out HOW to debug it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway i hope it helps somone that i present my solution here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 12:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-form-sap-script-which-is-processed-during-update/m-p/2042696#M420161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T12:50:26Z</dc:date>
    </item>
  </channel>
</rss>

