<?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: sapscripts &amp; smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581856#M262494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Both are totally different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Commands used in sapscript will not work in&lt;/P&gt;&lt;P&gt;  smartforms, (if you are talking about the &lt;/P&gt;&lt;P&gt; standard system variables)&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2006 14:20:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-29T14:20:50Z</dc:date>
    <item>
      <title>sapscripts &amp; smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581855#M262493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is all commands in sapscript works well in smartforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581855#M262493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: sapscripts &amp; smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581856#M262494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Both are totally different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Commands used in sapscript will not work in&lt;/P&gt;&lt;P&gt;  smartforms, (if you are talking about the &lt;/P&gt;&lt;P&gt; standard system variables)&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581856#M262494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: sapscripts &amp; smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581857#M262495</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;most of the commands from sapscript are included in smartform like protect-endprotect, box, like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for systems commands like sy-page changes to sfsy-page like that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the address command is same in smartform too. but we have node facility to use for address and we can fetch the address from DB table directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;system variables in smartforms..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-DATE&amp;amp; &lt;/P&gt;&lt;P&gt;Displays the date. You determine the display format in the user master record. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-TIME&amp;amp; &lt;/P&gt;&lt;P&gt;Displays the time of day in the form HH:MM:SS. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGE&amp;amp; &lt;/P&gt;&lt;P&gt;Inserts the number of the current print page into the text. You determine the format of the page number (for example, Arabic, numeric) in the page node. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-FORMPAGES&amp;amp; &lt;/P&gt;&lt;P&gt;Displays the total number of pages for the currently processed form. This allows you to include texts such as'Page x of y' into your output. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-JOBPAGES&amp;amp; &lt;/P&gt;&lt;P&gt;Contains the total page number of all forms in the currently processed print request. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-WINDOWNAME&amp;amp; &lt;/P&gt;&lt;P&gt;Contains the name of the current window (string in the Window field) &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGENAME&amp;amp; &lt;/P&gt;&lt;P&gt;Contains the name of the current page (string in the Page field) &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGEBREAK&amp;amp; &lt;/P&gt;&lt;P&gt;Is set to 'X' after a page break (either automatic [Page 7] or command-controlled [Page 46]) &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-MAINEND&amp;amp; &lt;/P&gt;&lt;P&gt;Is set as soon as processing of the main window on the current page ends &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581857#M262495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: sapscripts &amp; smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581858#M262496</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; We don't have command in smartforms. we can get the same output similar to scripts by various options provided in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ex: insted of  address.. endaddress , we have address node in smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581858#M262496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: sapscripts &amp; smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581859#M262497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 05:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts-smartforms/m-p/1581859#M262497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-07T05:26:07Z</dc:date>
    </item>
  </channel>
</rss>

