<?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 Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689631#M303210</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;Yes..READ TABLE will pick the first record that matches the key..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Oct 2006 18:55:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-23T18:55:04Z</dc:date>
    <item>
      <title>Read Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689630#M303209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;I have to read a internal table based on it_zzsd-Kunnr.&lt;/P&gt;&lt;P&gt;I am using,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE it_knvv WITH KEY kunnr = it_zzsd-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in table it_knvv there are multiple records for a single it_zzsd-kunnr.&lt;/P&gt;&lt;P&gt;I just want to pick the first.&lt;/P&gt;&lt;P&gt;Will the read statement serve my purpose or it wont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 18:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689630#M303209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T18:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689631#M303210</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;Yes..READ TABLE will pick the first record that matches the key..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 18:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689631#M303210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T18:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689632#M303211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will pick the first, but that first record will depend on the order in which it is sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 19:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689632#M303211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T19:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Read Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689633#M303212</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;Yes, you can use READ TABLE statement to select first record when the condition is matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 19:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689633#M303212</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-10-23T19:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689634#M303213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Everyone.&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 19:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-statement/m-p/1689634#M303213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T19:02:28Z</dc:date>
    </item>
  </channel>
</rss>

