<?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: Table Declaration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579618#M261619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    activate your top include and function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Sep 2006 14:07:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-18T14:07:21Z</dc:date>
    <item>
      <title>Table Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579616#M261617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my FM , I need to use the Ztable 'zlog' . So , i declare the table using Tables statement . when i Syntx Check , it is fine . But when i try and activate the FM it says , the table " zlog" has been already declared..If i comment the declaration , it gives an syntax error that " table zlog not declared " .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: zlog,&lt;/P&gt;&lt;P&gt;         vbuk,&lt;/P&gt;&lt;P&gt;         lips.&lt;/P&gt;&lt;P&gt;select single * from zlog into zlog&lt;/P&gt;&lt;P&gt;where vbeln = vbeln_l.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the possible cause of such error ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: SAP BEE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 14:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579616#M261617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T14:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579617#M261618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI sap bee,&lt;/P&gt;&lt;P&gt; See if you get the same message if you declare your variables in the top section of the function module.&lt;/P&gt;&lt;P&gt;in se37, goto-&amp;gt;global data.&lt;/P&gt;&lt;P&gt;In the global data include declare your tables.&lt;/P&gt;&lt;P&gt;or check if you have the same tables parameter defined in the tables parameter of the function module.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 14:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579617#M261618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T14:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579618#M261619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    activate your top include and function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 14:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579618#M261619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T14:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579619#M261620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ZLOG declared in the top include of the function group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 14:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579619#M261620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T14:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579620#M261621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't activate the FM separately. Right click on the function group and say activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 14:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579620#M261621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T14:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579621#M261622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; i guess one of your include program is not activated.  check for the same ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 14:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579621#M261622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579622#M261623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks evryone . there was this FM in the group , that was declaring in the source code. solved &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 14:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-declaration/m-p/1579622#M261623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T14:26:35Z</dc:date>
    </item>
  </channel>
</rss>

