<?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 experts...please help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-experts-please-help/m-p/870280#M49717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the initial screen of the smartforms transaction,  after you have created and activated the form,  at the menu bar, click smart forms -&amp;gt; Test.  This will take you to the function module which will print the form. &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>Thu, 16 Jun 2005 19:37:34 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-06-16T19:37:34Z</dc:date>
    <item>
      <title>Smartform experts...please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-experts-please-help/m-p/870279#M49716</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;I am new to smartforms area and I am hence putting forth a basic question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just wondering which application will generally retreives the data and dumps it in to the smartform layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does function module which gets generated read the data and populate the data in the form?? or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another program reads the data and passes it to the function module which then processes and posts it to the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my question is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 19:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-experts-please-help/m-p/870279#M49716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-16T19:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform experts...please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-experts-please-help/m-p/870280#M49717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the initial screen of the smartforms transaction,  after you have created and activated the form,  at the menu bar, click smart forms -&amp;gt; Test.  This will take you to the function module which will print the form. &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>Thu, 16 Jun 2005 19:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-experts-please-help/m-p/870280#M49717</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-16T19:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform experts...please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-experts-please-help/m-p/870281#M49718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply. Just a clarification before awarding the points....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean to say that is the function module where we insert all our custom code for pulling the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my shipping label smartform application I have a function module /1BCDWB/SF00000013 which got generated. Should I have to put my code in this function module for pulling the SHIP TO address for the smartform SHIPPING LABEL???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 19:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-experts-please-help/m-p/870281#M49718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-16T19:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform experts...please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-experts-please-help/m-p/870282#M49719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the coding is done in the smartforms transaction.   If you look under global definitions, under the form routines tab,  here is where you can put some custom code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that you are allow to change the code of the function module&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 19:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-experts-please-help/m-p/870282#M49719</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-16T19:59:18Z</dc:date>
    </item>
  </channel>
</rss>

