<?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: SmartForms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005677#M77742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing special here,  it should be as easy as what you have done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a line of code in the editor,  you can see the paragraph format, then the code,  first is the literal "Date" which is wrapped in a character format, then a tab, then the system date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

AS &amp;lt;S&amp;gt;Date&amp;lt;/&amp;gt;,,&amp;amp;SY-DATUM&amp;amp;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not working for you, your problem is somewhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2005 12:38:46 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-07-27T12:38:46Z</dc:date>
    <item>
      <title>SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005675#M77740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple question about how to (for example) display the date or any parameter that I created in the "Form Interface".&lt;/P&gt;&lt;P&gt;In the window, I created a "Text". In it I wrote "&amp;amp;SFSY-DATE&amp;amp;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute it, it doesn't print the date but prints &amp;amp;SFSY-DATE&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same issue with parameters that I created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2005 12:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005675#M77740</guid>
      <dc:creator>david_fryda2</dc:creator>
      <dc:date>2005-07-27T12:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005676#M77741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below links might help you.&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-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;&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>Wed, 27 Jul 2005 12:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005676#M77741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-27T12:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005677#M77742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing special here,  it should be as easy as what you have done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a line of code in the editor,  you can see the paragraph format, then the code,  first is the literal "Date" which is wrapped in a character format, then a tab, then the system date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

AS &amp;lt;S&amp;gt;Date&amp;lt;/&amp;gt;,,&amp;amp;SY-DATUM&amp;amp;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not working for you, your problem is somewhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2005 12:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005677#M77742</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-27T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005678#M77743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read them (partially) but it doesn't give me any info about this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I opened another project (from someone else) and I copy/past the &amp;amp;SFSY-DATA&amp;amp;. In this case it does display me the system date.&lt;/P&gt;&lt;P&gt;But when I write it by myself, it doesn't do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is still opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2005 12:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005678#M77743</guid>
      <dc:creator>david_fryda2</dc:creator>
      <dc:date>2005-07-27T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005679#M77744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the solution.&lt;/P&gt;&lt;P&gt;You cannot write by yourself &amp;amp;SFSY-DATE&amp;amp;.&lt;/P&gt;&lt;P&gt;You must drag and drop it from the "Field List" to the Text node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2005 12:54:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1005679#M77744</guid>
      <dc:creator>david_fryda2</dc:creator>
      <dc:date>2005-07-27T12:54:34Z</dc:date>
    </item>
  </channel>
</rss>

