<?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 Smartforms and Internal Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-and-internal-tables/m-p/1710519#M310805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a smartform.  I have an internal table defined within my ABAP program that I would like to pass to my smartform.  The itab is NOT modeled after a database table.  How do I declare the itab in my smartform interface in order to be able to pass it correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Mary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 19:24:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T19:24:13Z</dc:date>
    <item>
      <title>Smartforms and Internal Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-and-internal-tables/m-p/1710519#M310805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a smartform.  I have an internal table defined within my ABAP program that I would like to pass to my smartform.  The itab is NOT modeled after a database table.  How do I declare the itab in my smartform interface in order to be able to pass it correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Mary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-and-internal-tables/m-p/1710519#M310805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T19:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms and Internal Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-and-internal-tables/m-p/1710520#M310806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create a structure of your internal table type in se11 and then declare an internal table of that type in your smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this should solve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-and-internal-tables/m-p/1710520#M310806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T19:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms and Internal Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-and-internal-tables/m-p/1710521#M310807</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;Create a structure and table type in SE11...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then In the form interface of the smartforms..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the importing parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB	TYPE	'Your table type name'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the form interface of the smartforms..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the tables tab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB	LIKE	'Your structure name'.&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 19:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-and-internal-tables/m-p/1710521#M310807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T19:28:02Z</dc:date>
    </item>
  </channel>
</rss>

