<?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: Smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111954#M441548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can pass the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else you can fill the internal table in Smartform itself. You can write SELECT's and all other code in Samrtforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 10:19:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T10:19:39Z</dc:date>
    <item>
      <title>Smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111952#M441546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; Is it possible to  move an internal table value from my Print program to smart form without using any Z structure created in SE11.&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;Tejus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111952#M441546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111953#M441547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why you need to write code in the program or in A Zprogram,&lt;/P&gt;&lt;P&gt;Smartform provides the facility to write the code in the PROGRAM LINES of the smartform itself.&lt;/P&gt;&lt;P&gt;This is the advantage of smartforms over scripts.&lt;/P&gt;&lt;P&gt;write the related code  in smartform itself and use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&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, 19 Apr 2007 10:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111953#M441547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111954#M441548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can pass the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else you can fill the internal table in Smartform itself. You can write SELECT's and all other code in Samrtforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111954#M441548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111955#M441549</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 write it directly in smartform Program Lines or else it is possible to get the internal table of the zprogram to smartform. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After selecting the data into the internal table call the smartform function module, then in the tables options of the function module give this internal table name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the smartform Form Interface give the internal table  like table name. Then in the window in which you want to insert data create table or template then call that internal table to that window. Then the data of the internal table of the program will be copied to the smart form and gets displayed in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111955#M441549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111956#M441550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tejus,&lt;/P&gt;&lt;P&gt;You can very well use any of the active dictionary structures in the repository like how you will use the Z-structures for your smartforms. However, when any of the existing structures do not suit our need, we go for creating our own Z-structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Instead, if you do not want to create a Z-structure for your smartform use, Smartform allows us to have our own type declarations as in any other report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you know we can declare the structures or internal tables or flags etc, we want to use for our coding in the Smartform in the Form Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps ypu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 03:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111956#M441550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T03:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111957#M441551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 05:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2111957#M441551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T05:36:10Z</dc:date>
    </item>
  </channel>
</rss>

