<?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: Internal Table problem in Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-problem-in-smartforms/m-p/2945901#M694503</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;Your ITAb is without header line. Declare one global work area and read the itab into wa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then display &amp;amp;wa_company-var&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will work&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;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 12:13:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T12:13:05Z</dc:date>
    <item>
      <title>Internal Table problem in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-problem-in-smartforms/m-p/2945899#M694501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use my structure in smartforms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global Definitions - Types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;types: begin of mytype.
       include structure Zcompanyinfo.
types: end of mytype,

       myint type table of mytype.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This my type. After that I am defining a Global Data variable &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ZCOMPANY	TYPE	MYINT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I want to display my internal table (ZCOMPANY) fields like (&amp;amp;ZCOMPANY-NAME1&amp;amp;) I give this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"ZCOMPANY" is a table without a header line and therefore has no component called "NAME1".
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But I have this field. How can I fix it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 12:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-problem-in-smartforms/m-p/2945899#M694501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T12:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table problem in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-problem-in-smartforms/m-p/2945900#M694502</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 can use this directly in the Global Data ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZCOMPANY	TYPE	Zcompanyinfo&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 12:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-problem-in-smartforms/m-p/2945900#M694502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T12:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table problem in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-problem-in-smartforms/m-p/2945901#M694503</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;Your ITAb is without header line. Declare one global work area and read the itab into wa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then display &amp;amp;wa_company-var&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will work&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;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 12:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-problem-in-smartforms/m-p/2945901#M694503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T12:13:05Z</dc:date>
    </item>
  </channel>
</rss>

