<?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: Difference between tables statement and by using type statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607675#M1085839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;EM&gt;&lt;STRONG&gt;" data spfli type spfli with header line. "&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; It defines an inetrnal table ...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;WRONG!!!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2008 09:18:13 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2008-10-22T09:18:13Z</dc:date>
    <item>
      <title>Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607665#M1085829</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 need to know the difference between the two of the below statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Tables spfli.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data spfli type spfli with header line.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as i know both seem same to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Bala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 08:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607665#M1085829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T08:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607666#M1085830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables statement declares a work area, but this statement is obsolete in ABAP Objects. &lt;/P&gt;&lt;P&gt;You have to declare the workarea via the DATA statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 08:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607666#M1085830</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2008-10-22T08:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607667#M1085831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data spfli type spfli with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this statement is used to create an internal table with header line.&lt;/P&gt;&lt;P&gt;although this statement is not recommended any more. you used create a structure first and the internal table and work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this statement is used to include any perticular table in your program.&lt;/P&gt;&lt;P&gt;but this statement is obsolete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: arjun on Oct 22, 2008 10:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 08:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607667#M1085831</guid>
      <dc:creator>arjun_thakur</dc:creator>
      <dc:date>2008-10-22T08:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607668#M1085832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi all,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I need to know the difference between the two of the below statements&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;CODE&gt;Tables spfli.&lt;/CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will create a work area (spfli), looks like DB table spfli, but the statement is obsolate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;CODE&gt;data spfli type spfli with header line.&lt;/CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will result in a syntax error, because this would also create a work area, but they cannot have header lines, so you should leave the WITH HEADER LINE addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create work area use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : gw_spfli TYPE spfli.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create internal table:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : gt_spfli TYPE TABLE OF spfli.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 08:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607668#M1085832</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-22T08:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607669#M1085833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the first statement Tables SPFLI it comes with bydefault header line but with the second one you need to explicitly declare the header line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 08:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607669#M1085833</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-10-22T08:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607670#M1085834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you declare Tables: &amp;lt;Tablename&amp;gt; this statement is used to read the table and when the structure is declare for the table fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you declare Data spfli type spfli with header line.&lt;/P&gt;&lt;P&gt;with the above statement we can send the data records one by one to the workarea through header line which mean one by one records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 08:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607670#M1085834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T08:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607671#M1085835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 08:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607671#M1085835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T08:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607672#M1085836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does these 2 statements create a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) internal table of structure similar to spfli&lt;/P&gt;&lt;P&gt;2.) Header line of structure spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so.. in what situation i have to use these two statements. Also amit was telling me about using tables in screens. I checked and both these statements work fine with screens. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood that tables cannot be used in classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the case is that , even though both perform the same operations ,their usage is restricted in some areas of programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Bala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 08:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607672#M1085836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T08:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607673#M1085837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Does these 2 statements create a &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; 1.) internal table of structure similar to spfli&lt;/P&gt;&lt;P&gt;&amp;gt; 2.) Header line of structure spfli.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will create a work area of spfli (work area = structure in this case), it is like one line of table spfli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;if so.. in what situation i have to use these two statements. Also amit was telling me about using tables in screens. I checked and both these statements work fine with screens. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;never &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; I told already: first one is obsolate, second one will result in syntax error&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;I understood that tables cannot be used in classes.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables with header lines cannot be used in classes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read my answer again, to get understanding (unfortunately some other answers were completely wrong)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607673#M1085837</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-22T09:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607674#M1085838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;" data spfli type spfli with header line. "&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It defines an inetrnal table that has exactly the same structure as of the SPFLI table.&lt;/P&gt;&lt;P&gt;Apart from the internal table, this addition, which is not allowed in ABAP Objects, &lt;/P&gt;&lt;P&gt;declares another data object, the header line, which has exactly the same name as &lt;/P&gt;&lt;P&gt;the internal table and has the row type of the internal table as the data type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If at an operand position of an ABAP statement, &lt;/P&gt;&lt;P&gt;you specify the name of internal table itab, it depends on the statement whether &lt;/P&gt;&lt;P&gt;the table body or the header line are used. As a rule, all table-specific statements &lt;/P&gt;&lt;P&gt;such as SORT or LOOP use the internal table, while all other statements use the header &lt;/P&gt;&lt;P&gt;line. Exceptions are the statements IMPORT and EXPORT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;" Tables spfli. "&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declares a data object spfli as a table work area whose data type is adopted from the &lt;/P&gt;&lt;P&gt;identically named structured data type spfli from the ABAP Dictionary. &lt;/P&gt;&lt;P&gt;spfli must be defined as a flat structure in the ABAP Dictionary. &lt;/P&gt;&lt;P&gt;You can specify database tables or Views for spfli. &lt;/P&gt;&lt;P&gt;Work table areas declared with TABLES are interface work areas and should only be &lt;/P&gt;&lt;P&gt;declared in the global declaration section of a program for the following purpose: &lt;/P&gt;&lt;P&gt;The statement TABLES is required for exchanging data between screen fields &lt;/P&gt;&lt;P&gt;that were defined in a program screen when transferring from the ABAP Dictionary &lt;/P&gt;&lt;P&gt;and the ABAP program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607674#M1085838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607675#M1085839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;EM&gt;&lt;STRONG&gt;" data spfli type spfli with header line. "&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; It defines an inetrnal table ...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;WRONG!!!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607675#M1085839</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-22T09:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607676#M1085840</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 you refer to the ABAP documentation. The first statement that they specify is that it defines an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607676#M1085840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607677#M1085841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks eric... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct. i tried the second statement throws error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said know tables statement is obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So should i use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data spfli type standard table of spfli.

data spfli_wa type spfli.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instaed of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables spfli.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607677#M1085841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607678#M1085842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any link? I guess you have the wrong documentation... or the wrong understanding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : spfli TYPE &lt;STRONG&gt;TABLE OF&lt;/STRONG&gt; spfli WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;this declares an internal table (pls. note the difference). The original statement will result in a syntax error (I am telling the third time). Anyway, you don't have to believe it to me, just give it a try on your own!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607678#M1085842</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-22T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607679#M1085843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bala: exactly! Forget the TABLES statement and declare everything with DATA...!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607679#M1085843</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-22T09:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607680#M1085844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And &lt;STRONG&gt;don't use tables with header lines&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607680#M1085844</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-10-22T09:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607681#M1085845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for updating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607681#M1085845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607682#M1085846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;of course... check my othe replies in the thread &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this was just to show the difference between DATA : spfli TYPE spfli WITH HEADER LINE and DATA : spfli TYPE TABLE OF spfli WITH HEADER LINE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607682#M1085846</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-10-22T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between tables statement and by using type statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607683#M1085847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for spending time to help me solve my doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much eric &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-tables-statement-and-by-using-type-statement/m-p/4607683#M1085847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:41:47Z</dc:date>
    </item>
  </channel>
</rss>

