<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808891#M656543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to declare the itab in the Global Interface. Then you can pass the table to the smartforms. &lt;/P&gt;&lt;P&gt;Then since you are using the smartforms, use tables option and directly.&lt;/P&gt;&lt;P&gt;there you can specify the itab and no need to code as loop at and all.&lt;/P&gt;&lt;P&gt;This will be easier to manage as you can specify the header ,footer and other conditions also for the table.&lt;/P&gt;&lt;P&gt;Once you have declared it in interface it won't give the error.&lt;/P&gt;&lt;P&gt;Reply if any other issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2007 11:38:01 GMT</pubDate>
    <dc:creator>KN-Nampoothiry</dc:creator>
    <dc:date>2007-09-21T11:38:01Z</dc:date>
    <item>
      <title>smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808887#M656539</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; By using smartforms i going to display three fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so created a smartform . on the global definition declared an internal table saying ITAB TYPE EKKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created a table with header, main area and footer. On the main area created the cells with text and writen as &amp;amp;EKPO_EBELN&amp;amp; etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created a print program selected the fields from ekpo table and passed that internal table to this smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while checking the forms it gives an error message that 'ITAB is neither specified under  "TABLES" nor defined as an internal table."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have specified the ITAB on tables in Data tab like 'ITAB into ITAB".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain me why this msg occurs and what is the solution for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;phyrose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808887#M656539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808888#M656540</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 think u need to give it as itab standard table of ekko.......may be thats the reason for error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808888#M656540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808889#M656541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your table should be defined in the interface of the Smartform, not the global data.  Without this how can you pass the data you have read in your print program to the form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you should declare a work area for your table and specify this in the INTO part of the data tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808889#M656541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808890#M656542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in global definitions &lt;/P&gt;&lt;P&gt;make it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           VARIABLE NAME    TYPE ASSIGNMENT       ASSOCIATED TYPE&lt;/P&gt;&lt;P&gt;            ITAB                      type standard table of          EKKO&lt;/P&gt;&lt;P&gt;            ITAB                      type                                   EKKO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 10:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808890#M656542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T10:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808891#M656543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to declare the itab in the Global Interface. Then you can pass the table to the smartforms. &lt;/P&gt;&lt;P&gt;Then since you are using the smartforms, use tables option and directly.&lt;/P&gt;&lt;P&gt;there you can specify the itab and no need to code as loop at and all.&lt;/P&gt;&lt;P&gt;This will be easier to manage as you can specify the header ,footer and other conditions also for the table.&lt;/P&gt;&lt;P&gt;Once you have declared it in interface it won't give the error.&lt;/P&gt;&lt;P&gt;Reply if any other issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 11:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808891#M656543</guid>
      <dc:creator>KN-Nampoothiry</dc:creator>
      <dc:date>2007-09-21T11:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808892#M656544</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 think &amp;lt;b&amp;gt;ITAB&amp;lt;/b&amp;gt; is ur table in which u have data and passing through program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So declare it in form interface under table, if u passing it through report.&lt;/P&gt;&lt;P&gt;and declare one more table say &amp;lt;b&amp;gt;wa_itab&amp;lt;/b&amp;gt; in global definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in loop .&lt;/P&gt;&lt;P&gt;u have to loop from &amp;lt;b&amp;gt;itab&amp;lt;/b&amp;gt; to &amp;lt;b&amp;gt;wa_itab&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 11:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2808892#M656544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T11:49:48Z</dc:date>
    </item>
  </channel>
</rss>

