<?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: SE24 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141855#M746762</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;&amp;lt;b&amp;gt;I think SPOH not a table&amp;lt;/b&amp;gt; , and also we can't use table statement with in method,&lt;/P&gt;&lt;P&gt;As per OOPS concepts we can't declare a table directly, &lt;/P&gt;&lt;P&gt;We can declare throw table type concepts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data : itab type table of vbak ,&lt;/P&gt;&lt;P&gt;       wa type itab.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have any doubt reply me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 04:20:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-10T04:20:26Z</dc:date>
    <item>
      <title>SE24</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141853#M746760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt; How i can declare the tables in SE24 transation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;************\&lt;/P&gt;&lt;P&gt;I declared one table &lt;/P&gt;&lt;P&gt;TABLES: SPOH.&lt;/P&gt;&lt;P&gt;It's showing one error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU CAN'T USE A TABLES STATEMENT WITH IN A METHOD.&lt;/P&gt;&lt;P&gt;any one give the solution for that problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 10:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141853#M746760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-08T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: SE24</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141854#M746761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You declare a work area instead of TABLES statement and use that in your query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:wa_spoh type spoh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 10:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141854#M746761</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-12-08T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: SE24</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141855#M746762</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;&amp;lt;b&amp;gt;I think SPOH not a table&amp;lt;/b&amp;gt; , and also we can't use table statement with in method,&lt;/P&gt;&lt;P&gt;As per OOPS concepts we can't declare a table directly, &lt;/P&gt;&lt;P&gt;We can declare throw table type concepts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data : itab type table of vbak ,&lt;/P&gt;&lt;P&gt;       wa type itab.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have any doubt reply me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 04:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141855#M746762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T04:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: SE24</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141856#M746763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   create the table type for the table spoh in se11 and then refer u customised table to that table type.&lt;/P&gt;&lt;P&gt; plzz reward points if it is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 05:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141856#M746763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T05:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: SE24</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141857#M746764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The TABLES statement is not required to SELECT etc. from a table.  All it does is create a work area of the name and structure of the table.  Since this can create an ambiguity in the code - ( E.g TABLES: mara. When you use MARA in your program, it's sometimes the table, other times it's the structure) - this statement has been disallowed from ABAP Objects, which has more rigourous type checking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simplest solution, therefore, is to create a structure in the following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: wa_spoh TYPE spoh.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 08:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se24/m-p/3141857#M746764</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-12-10T08:27:37Z</dc:date>
    </item>
  </channel>
</rss>

