<?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: Table in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905474#M56020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you getting a warning or an error message?&lt;/P&gt;&lt;P&gt;I normally get a warning message in this case, which I fix by inserting 'Program lines' and specyfing my workarea as the output parameter (there are no actual lines).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wojtek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2005 10:32:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-12T10:32:30Z</dc:date>
    <item>
      <title>Table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905473#M56019</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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am beginner in smartforms.&lt;/P&gt;&lt;P&gt;I am defining the internal table in form interface [table] and workarea and &amp;lt;tablename&amp;gt; in global definition [Global data].&lt;/P&gt;&lt;P&gt;I am selecting the required data in Program lines under Main window.&lt;/P&gt;&lt;P&gt;Then I am creating table having Line of width 16 cm which is equal to table width. In that I am specifying &amp;lt;internal table&amp;gt; into workarea in data tab.&lt;/P&gt;&lt;P&gt;Then I am using the &amp;lt;workarea-fieldname&amp;gt; in text element under this.&lt;/P&gt;&lt;P&gt;But which activating I am getting error message like &amp;lt;workarea-fieldname&amp;gt; has no defined value.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help in this is really appreciated.&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;&lt;/P&gt;&lt;P&gt;J.Jayanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 10:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905473#M56019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-12T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905474#M56020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you getting a warning or an error message?&lt;/P&gt;&lt;P&gt;I normally get a warning message in this case, which I fix by inserting 'Program lines' and specyfing my workarea as the output parameter (there are no actual lines).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wojtek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 10:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905474#M56020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-12T10:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905475#M56021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wojtek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That problem is solved by putting Text under table.But now I cannot see the output in print preview. It is displaying 'No table lines started.Output to cell not possible'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make it display in print preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;J.Jayanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 11:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905475#M56021</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-04-12T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905476#M56022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hum, it's difficult.&lt;/P&gt;&lt;P&gt;Did you define your workarea table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway in order to help you if you are new, you can check these SAP example smartforms : SF_EXAMPLE_01, SF_EXAMPLE_02. They are very useful to begin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 11:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905476#M56022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-12T11:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905477#M56023</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;In the example sf_example_01, they are having 6 tabs [including general attributes].But in my program , I am not able to view this tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is solved by selecting the Line type in Text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;J.Jayanthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jayanthi Jayaraman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 12:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-smartforms/m-p/905477#M56023</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-04-12T12:34:39Z</dc:date>
    </item>
  </channel>
</rss>

