<?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 Global declaration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration/m-p/3141094#M746561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  If i declare the table in se24. &lt;/P&gt;&lt;P&gt;Example: TABLES:SPOH. it's not accepting, how i can declare the table in SE24&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Dec 2007 09:58:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-08T09:58:00Z</dc:date>
    <item>
      <title>Global declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration/m-p/3141094#M746561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  If i declare the table in se24. &lt;/P&gt;&lt;P&gt;Example: TABLES:SPOH. it's not accepting, how i can declare the table in SE24&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 09:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration/m-p/3141094#M746561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-08T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Global declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration/m-p/3141095#M746562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  if u r declaring in the method it will not take u have create the field string refering to the standard table&lt;/P&gt;&lt;P&gt; for example.&lt;/P&gt;&lt;P&gt;   fs_spfli type spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 10:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration/m-p/3141095#M746562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-08T10:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Global declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration/m-p/3141096#M746563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create a Table Type of table SPOH through SE11 call it for e.g. ZTT_SPOH. Then in SE24 declare your variable &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;gt_spoh TYPE ZTT_SPOH&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I did not understand you correctly first...there's no need to declare database tables by TABLES statement. You can declare an internal table (like the way I've shown above) or declare a work area e.g. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;gw_spoh type spoh&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; and then select data from SPOH either to the table gt_spoh or work area gw_spoh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sougata Chatterjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 10:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration/m-p/3141096#M746563</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-12-08T10:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Global declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration/m-p/3141097#M746564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the OO context, the statement TABLES is not admitted, since it creates a table with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you don't need the TABLES statement to perform selections on DB.&lt;/P&gt;&lt;P&gt;Declare an Internal Table with the corresponding structure and that's it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 11:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/global-declaration/m-p/3141097#M746564</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2007-12-11T11:43:13Z</dc:date>
    </item>
  </channel>
</rss>

