<?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 Problem in referring internal table to table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-referring-internal-table-to-table-control/m-p/9302489#M1726355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a table control by referring to a internal table in my program...But while clicking the get from program button in the screen painter i am getting the below error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" &lt;STRONG&gt;The field GT_EKKO doesnot exist in (the generated version of) program saplztest_new&lt;/STRONG&gt;"&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling the screen from function module and have declared the internal table in the TOP include..I have activated the program and also generated it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also tested it with out the table control in the screen,but internal table has been declared in the program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me out in this..&lt;SPAN style="color: #ff0000;"&gt;.&amp;lt;&amp;lt; Urgency Removed &amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Dheepak.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2013 07:34:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-22T07:34:27Z</dc:date>
    <item>
      <title>Problem in referring internal table to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-referring-internal-table-to-table-control/m-p/9302489#M1726355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a table control by referring to a internal table in my program...But while clicking the get from program button in the screen painter i am getting the below error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" &lt;STRONG&gt;The field GT_EKKO doesnot exist in (the generated version of) program saplztest_new&lt;/STRONG&gt;"&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling the screen from function module and have declared the internal table in the TOP include..I have activated the program and also generated it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also tested it with out the table control in the screen,but internal table has been declared in the program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me out in this..&lt;SPAN style="color: #ff0000;"&gt;.&amp;lt;&amp;lt; Urgency Removed &amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Dheepak.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 07:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-referring-internal-table-to-table-control/m-p/9302489#M1726355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-22T07:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in referring internal table to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-referring-internal-table-to-table-control/m-p/9302490#M1726356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dheepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table Control for each Field Maintain like this Way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If GT_EKKO&amp;nbsp; is declared with HEADER LINE.&lt;/P&gt;&lt;P&gt;if table contains Field EBELN and LIFNR....&lt;/P&gt;&lt;P&gt;Than for table Control Fields Maintain - GT_EKKO-EBELN,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GT_EKKO-LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If GT_EKKO is declared without HEADER LINE.&lt;/P&gt;&lt;P&gt;if table contains Field EBELN and LIFNR....&lt;/P&gt;&lt;P&gt;Than for table Control Fields Maintain - WA_EKKO-EBELN,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_EKKO-LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_EKKO is Work Area of GT_EKKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks&lt;/P&gt;&lt;P&gt;Tarak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 10:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-referring-internal-table-to-table-control/m-p/9302490#M1726356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-22T10:48:58Z</dc:date>
    </item>
  </channel>
</rss>

