<?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: FM in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318836#M164690</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;If you placed a parameter under the TABLES tab strip then you will see the TABLES parameter for the SMART Form generated function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have used the IMPORT tab, to point to a TABLE type it will be under the IMPORT section of the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which one you have done?&lt;/P&gt;&lt;P&gt;Can you send a screen shot to my mail address (Business card)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2006 11:12:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-09T11:12:10Z</dc:date>
    <item>
      <title>FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318830#M164684</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 have created SF with 2 tables, i checked and activated the form. The 2 tables are in window main.&lt;/P&gt;&lt;P&gt;when i try to test the FM i have 2 problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in the import parameters of the FM i dont see the structure of the tables, so i will be able to load them with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. when i run the FM with the data, i get an exception &lt;/P&gt;&lt;P&gt;table does not fit into window, evendough the table width is 70 CH and the main width is 80 CH?&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;YIFAT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 10:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318830#M164684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T10:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318831#M164685</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;1. You should execute the SMART Form in the SMART Forms transaction, which will through you into SE37 transaction with a function name. Use that to get the pattern in the ABAP Editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The problem here is, the line type that you have in the TABLE is wider than the MAIN window itself. So, decreas the each column width and see that the LINE type does not cross the width of the MAIN WINDOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 10:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318831#M164685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T10:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318832#M164686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your table loop, you must have filled in the line type giving the length of each column right? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reduce the width of the columns, it is this which is exceeding the size of the window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Susmitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 10:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318832#M164686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T10:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318833#M164687</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 have table with line type width 70 CH while the main window is 80 CH.&lt;/P&gt;&lt;P&gt;When i created the table i created header and the main area is texts elements under table without loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it right? and why cant i see the table in the FM when testing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 10:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318833#M164687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T10:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318834#M164688</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;The TABLE itself acts as a LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to see the interface tables, in the interface variables at the TOP of the SMART FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 10:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318834#M164688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T10:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318835#M164689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;i declered the tables and the work area in the global definitions like wa_study type ZSF_STUDY (database structure) and zstudy type table of ZSF_STUDY  checked the form and didnt got any problems, then i activated it and tested it trhough the smartform transaction, and still i cant see the table definitions in the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;YIFAT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 11:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318835#M164689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T11:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318836#M164690</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;If you placed a parameter under the TABLES tab strip then you will see the TABLES parameter for the SMART Form generated function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have used the IMPORT tab, to point to a TABLE type it will be under the IMPORT section of the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which one you have done?&lt;/P&gt;&lt;P&gt;Can you send a screen shot to my mail address (Business card)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 11:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318836#M164690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T11:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318837#M164691</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;did u write the driver program for the smartform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 11:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318837#M164691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T11:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318838#M164692</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;RAVI thank you very much, i found out that i didnt declare the tables in the SF intf under the table tab,&lt;/P&gt;&lt;P&gt;so now i can see the tables in the FM, but i stiil get the exceptin that the table is to big for the window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do yiu have any clue?&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;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 11:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318838#M164692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T11:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318839#M164693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;For this error you will need to change the design of the table in the main window. Decrease the column sizes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 11:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318839#M164693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T11:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318840#M164694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;just do a local check for table to verify whether it fits to ur window else alter the width of your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 11:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318840#M164694</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-05-09T11:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: FM in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318841#M164695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally if your table is bigger than the MAIN window, you would not have been able to activate the SMART Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably your header / footer might be doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 11:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-smartforms/m-p/1318841#M164695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T11:38:14Z</dc:date>
    </item>
  </channel>
</rss>

