<?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 the read itab and read table itab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082787#M976249</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;&lt;/P&gt;&lt;P&gt;    both thses statements are used to read a single entry from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tha major differenece between read table itab and read itab is that whenever you use read table itab you need to specify all the key fields of the table in the &lt;STRONG&gt;with key addition&lt;/STRONG&gt;.If you dont mention the key fields of the table then it will give dump when you execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you need to specify all the key fields whereas when you read itab you donot need to specify all the key fields in the &lt;STRONG&gt;with key addition,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Jul 2008 09:45:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-05T09:45:07Z</dc:date>
    <item>
      <title>difference between the read itab and read table itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082780#M976242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Friends,&lt;/P&gt;&lt;P&gt; what is the difference between the read itab and read table itab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 08:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082780#M976242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T08:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: difference between the read itab and read table itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082781#M976243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no such statement like read table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but there is a command .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;read table itab index 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to read the particular record in the internal table suppose for..first record we use -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;index 1,&lt;/P&gt;&lt;P&gt;second -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;index 2,&lt;/P&gt;&lt;P&gt;third   -&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt; index 3,&lt;/P&gt;&lt;P&gt;fourth -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;index  4.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 08:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082781#M976243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: difference between the read itab and read table itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082782#M976244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read table is used to read single entry of internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table itab is for reading single entry on some condition which u mention in key &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but read itab ... this means nothing.. this is wrong syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 08:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082782#M976244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T08:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: difference between the read itab and read table itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082783#M976245</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;To read a single line of any table, use the statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE &amp;lt;itab&amp;gt; &amp;lt;key&amp;gt; &amp;lt;result&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the statement to be valid for any kind of table, you must specify the entry using the key and not the index. You specify the key in the &amp;lt;key&amp;gt; part of the statement. The &amp;lt;result&amp;gt; part can specify a further processing option for the line that is retrieved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the system finds an entry, it sets SY-SUBRC to zero, if not, it takes the value 4, as long as it is not influenced by one of the possible additions. If the internal table is an index table, SY-TABIX is set to the index of the line retrieved. If the table has a non-unique key and there are duplicate entries, the first entry is read. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically Read table itab used can be used fro any kind(Standard,Sorted,Hashed ) of internal table.&lt;/P&gt;&lt;P&gt; But read itab is Used for Standard and Sorted Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 09:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082783#M976245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T09:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: difference between the read itab and read table itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082784#M976246</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;In short we use &lt;STRONG&gt;TABLE&lt;/STRONG&gt; prefix for statements applicable to all kinds of internal tables (standard, sorted and hashed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for index internal tables we do not use &lt;STRONG&gt;TABLE&lt;/STRONG&gt; prefix.&lt;/P&gt;&lt;P&gt;Your example is one of the example of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban  Bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 09:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082784#M976246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T09:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: difference between the read itab and read table itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082785#M976247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me where exactly you found read itab.&lt;/P&gt;&lt;P&gt;We do not have such command to my knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MNR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 09:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082785#M976247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T09:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: difference between the read itab and read table itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082786#M976248</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;Read Table itab... is used to read data from the internal table. It is used to read a single line at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no Statement as Read Itab... to the best of my knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 09:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082786#M976248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T09:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: difference between the read itab and read table itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082787#M976249</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;&lt;/P&gt;&lt;P&gt;    both thses statements are used to read a single entry from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tha major differenece between read table itab and read itab is that whenever you use read table itab you need to specify all the key fields of the table in the &lt;STRONG&gt;with key addition&lt;/STRONG&gt;.If you dont mention the key fields of the table then it will give dump when you execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you need to specify all the key fields whereas when you read itab you donot need to specify all the key fields in the &lt;STRONG&gt;with key addition,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 09:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082787#M976249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T09:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: difference between the read itab and read table itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082788#M976250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read table &amp;lt;table name&amp;gt; ..this statements reads  entire internal table..&lt;/P&gt;&lt;P&gt; i never come across of read &amp;lt; table name&amp;gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it helpfule reward me..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 16:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-read-itab-and-read-table-itab/m-p/4082788#M976250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T16:53:48Z</dc:date>
    </item>
  </channel>
</rss>

