<?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: Read Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272423#M493700</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;For the two statements the second one will perform better&lt;/P&gt;&lt;P&gt;READ TABLE it_tab WITH TABLE KEY matnr = 'mat001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as in the first case you are not reading it into a workarea for the&lt;/P&gt;&lt;P&gt;search to be specific but in second case it is based on table key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify the first statement as read table it_tab into wa_tab with key matnr = 'mat001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 10:37:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-21T10:37:50Z</dc:date>
    <item>
      <title>Read Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272420#M493697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats the significance between the two Read Statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ TABLE it_tab WITH KEY matnr = 'mat001'.&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;READ TABLE it_tab WITH TABLE KEY matnr = 'mat001'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any performance significance between the two statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272420#M493697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Read Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272421#M493698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi arman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think there will not be any performance diff between the two statements...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;S.Barani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272421#M493698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272422#M493699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using 'with key' you can read based on any field of table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using 'with table key' you have to read based on key fields of table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and obvisioulsy with table key is better, because of the unique ness of record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Amarender Reddy B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272422#M493699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Read Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272423#M493700</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;For the two statements the second one will perform better&lt;/P&gt;&lt;P&gt;READ TABLE it_tab WITH TABLE KEY matnr = 'mat001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as in the first case you are not reading it into a workarea for the&lt;/P&gt;&lt;P&gt;search to be specific but in second case it is based on table key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify the first statement as read table it_tab into wa_tab with key matnr = 'mat001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272423#M493700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Read Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272424#M493701</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;READ TABLE it_tab WITH KEY matnr = 'mat001'. sincre it uses buffer tables.So whenever data has to be read it can be fetched from buffer tables.instead of every time reading from table hence having high performance than using table.&lt;/P&gt;&lt;P&gt;s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vinutha YV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table/m-p/2272424#M493701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:39:36Z</dc:date>
    </item>
  </channel>
</rss>

