<?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 Smart Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955944#M66298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find this to be very helpful. Just what I was looking for. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2006 14:37:49 GMT</pubDate>
    <dc:creator>RichB</dc:creator>
    <dc:date>2006-08-22T14:37:49Z</dc:date>
    <item>
      <title>Debugging in Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955940#M66294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please advise me how do we use a debugger in Smart Forms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if anyone having a detailed tutorial on smartforms, can you pelase fordward it to sachin123@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 08:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955940#M66294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T08:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955941#M66295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Program Lines node and put a BREAK-POINT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 08:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955941#M66295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T08:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955942#M66296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sachin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below links might help you information about smart forms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_detail.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_detail.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/downloads/h955_preview.pdf" target="test_blank"&gt;http://www.sap-press.com/downloads/h955_preview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 09:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955942#M66296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T09:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955943#M66297</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;One way to debug smartform is to debug the Function Module of that smartforms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to debug particular smartform node that the solution would be, insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint. So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation in smartforms:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How to trace smartform is available in this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tutorials in smartforms:You can download and use the same to study.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap" target="test_blank"&gt;https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap&lt;/A&gt; code samples/smartforms/smartform in abap.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap&lt;/A&gt; code samples/smartforms/subroutine and select-option in smartform.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.Kindly reward points for useful answers and close the thread if your problem is solved.&lt;/P&gt;&lt;P&gt;Ottherwise,get back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 09:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955943#M66297</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-07-21T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955944#M66298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find this to be very helpful. Just what I was looking for. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 14:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smart-forms/m-p/955944#M66298</guid>
      <dc:creator>RichB</dc:creator>
      <dc:date>2006-08-22T14:37:49Z</dc:date>
    </item>
  </channel>
</rss>

