<?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: Smartform version in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982409#M401637</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;You can see all the requests for the smartform using SE03.&lt;/P&gt;&lt;P&gt;You shd select "Search for Objects in Requests/Tasks" in SE03.&lt;/P&gt;&lt;P&gt;give Object type as SSFO and the smartform name besides it and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Debug a particular node, you shd a Program Line above and Insert BREAK-POINT command in it. You can check all the values at that instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Feb 2007 09:36:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-10T09:36:26Z</dc:date>
    <item>
      <title>Smartform version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982407#M401635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;        can anyone tell me how to see the versions of smartform layout as i notice there is no version management in utilities.&lt;/P&gt;&lt;P&gt;      can any tell me how to debugg a particular node of smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;alson.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 09:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982407#M401635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982408#M401636</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;I thing u can't see the versions of scrips and smarforms. When u r saving u have note the request no or GOTO SE09 and find ur request no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) DEBUG Smartform:&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. 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;2). DEBUG SAPScript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are two ways to debug the SAPScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1). Use Tools - Word Processing - Layout Set (SE71). Enter name of layout set and then Utilities - Activate Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is of no consequence which layoutset you enter when selecting the SAPscript debugger. (Menu path: Tools-Wordprocessing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). Another way to set the SAPScript debugger is to run program RSTXDBUG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you debug Print program it is same as you debug any other ABAP program. While when you debug SAPScript, you actually debug the code ( scripting) you have written SAPScript Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 09:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982408#M401636</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-02-10T09:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982409#M401637</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;You can see all the requests for the smartform using SE03.&lt;/P&gt;&lt;P&gt;You shd select "Search for Objects in Requests/Tasks" in SE03.&lt;/P&gt;&lt;P&gt;give Object type as SSFO and the smartform name besides it and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Debug a particular node, you shd a Program Line above and Insert BREAK-POINT command in it. You can check all the values at that instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 09:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982409#M401637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T09:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982410#M401638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt; Debug Smartform&lt;/P&gt;&lt;P&gt;1.In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap&lt;/P&gt;&lt;P&gt;Break Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set a break point in side the smartform:&lt;/P&gt;&lt;P&gt;BREAK &amp;lt;USERNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;Then at the time of print/ preview the program stops there.&lt;/P&gt;&lt;P&gt;Example : If you set the break point in initializationas&lt;/P&gt;&lt;P&gt;BREAK &amp;lt;USERNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;Program stops at break point. After that use Serach and set more break points.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;Search the program logic/Textelement/Address via search and set the break point at that code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Other way to debug smartform is to debug the Function Module of that smartforms. 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;&lt;/P&gt;&lt;P&gt;3.SFTRACE can be used for debugging SMARTFORMS.&lt;/P&gt;&lt;P&gt;Read More here.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 09:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982410#M401638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982411#M401639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put a hard coded break-point at that particular node to debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 11:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982411#M401639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T11:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982412#M401640</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 debugging transaction SMARTFORM_TRACE (Hope name is correct; if not, check SE16 TSTC SMART&lt;STRONG&gt;FORM&lt;/STRONG&gt;TRACE*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can configure the detail level to see what nodes are processed in what sequence - as a first step much easier and more efficient than the other (good) hints already given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 15:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-version/m-p/1982412#M401640</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-02-10T15:55:45Z</dc:date>
    </item>
  </channel>
</rss>

