<?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: access internal table in table control in Function groups in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124273#M445697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have declared it globally but still it is giving the same error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF TY_KNA1 ,&lt;/P&gt;&lt;P&gt;          kunnr like kna1-kunnr,&lt;/P&gt;&lt;P&gt;          NAME1 LIKE KNA1-NAME1,&lt;/P&gt;&lt;P&gt;          ORT01 LIKE KNA1-ORT01,&lt;/P&gt;&lt;P&gt;          PSTLZ LIKE KNA1-PSTLZ,&lt;/P&gt;&lt;P&gt;         END OF TY_KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA:  I_KNA1 TYPE TABLE OF TY_KNA1,&lt;/P&gt;&lt;P&gt;         W_KNA1 TYPE TY_KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the declaration&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 08:08:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-18T08:08:07Z</dc:date>
    <item>
      <title>access internal table in table control in Function groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124271#M445695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to access internal table in table control in Function groups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have wrritten a function module in which i havw a internal table when i create a screen i am unable to call the table in the function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error occurring is table does not exist in the func group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 07:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124271#M445695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T07:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: access internal table in table control in Function groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124272#M445696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is the table defined? If it is declared locally in the function module, it will not be accessible. You will need to define the itab in the global top include.. you can find it by going to Goto &amp;gt; Global data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 07:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124272#M445696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T07:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: access internal table in table control in Function groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124273#M445697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have declared it globally but still it is giving the same error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF TY_KNA1 ,&lt;/P&gt;&lt;P&gt;          kunnr like kna1-kunnr,&lt;/P&gt;&lt;P&gt;          NAME1 LIKE KNA1-NAME1,&lt;/P&gt;&lt;P&gt;          ORT01 LIKE KNA1-ORT01,&lt;/P&gt;&lt;P&gt;          PSTLZ LIKE KNA1-PSTLZ,&lt;/P&gt;&lt;P&gt;         END OF TY_KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA:  I_KNA1 TYPE TABLE OF TY_KNA1,&lt;/P&gt;&lt;P&gt;         W_KNA1 TYPE TY_KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the declaration&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 08:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124273#M445697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T08:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: access internal table in table control in Function groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124274#M445698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shailesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still believe that the definition of the itab is at the wrong place. Have you put the definition in the &amp;lt;b&amp;gt;TOP-Include&amp;lt;/b&amp;gt; of your function group? If so then the itab should be visible for all dynpros within the same function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124274#M445698</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-04-18T09:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: access internal table in table control in Function groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124275#M445699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shailesh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please check the FM  'STC1_FULLSCREEN_TABLE_CONTROL'.&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;Caglar .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-internal-table-in-table-control-in-function-groups/m-p/2124275#M445699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:41:57Z</dc:date>
    </item>
  </channel>
</rss>

