<?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 Doubt on read statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-read-statement/m-p/2797279#M653054</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;I am using a code like as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab assigning &amp;lt;fl_itab&amp;gt;.&lt;/P&gt;&lt;P&gt;read table inttab assigning &amp;lt;fl_inttab&amp;gt; with key matnr = &amp;lt;fl_itab-matnr&amp;gt;.&lt;/P&gt;&lt;P&gt;material = &amp;lt;fl_inttab&amp;gt;-matnr.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my questio is .&lt;/P&gt;&lt;P&gt;i am reading inttab internal table .if (suppose) this internal table has duplicate records for a material number which value will be assigned to output field(material).will read statement will take only the first record of many duplicate record...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 14:47:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-10T14:47:56Z</dc:date>
    <item>
      <title>Doubt on read statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-read-statement/m-p/2797279#M653054</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;I am using a code like as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab assigning &amp;lt;fl_itab&amp;gt;.&lt;/P&gt;&lt;P&gt;read table inttab assigning &amp;lt;fl_inttab&amp;gt; with key matnr = &amp;lt;fl_itab-matnr&amp;gt;.&lt;/P&gt;&lt;P&gt;material = &amp;lt;fl_inttab&amp;gt;-matnr.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my questio is .&lt;/P&gt;&lt;P&gt;i am reading inttab internal table .if (suppose) this internal table has duplicate records for a material number which value will be assigned to output field(material).will read statement will take only the first record of many duplicate record...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 14:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-read-statement/m-p/2797279#M653054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T14:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on read statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-read-statement/m-p/2797280#M653055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will take the first record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check the sy-subrc value after the execution of the READ statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab assigning &amp;lt;fl_itab&amp;gt;.&lt;/P&gt;&lt;P&gt;  read table inttab assigning &amp;lt;fl_inttab&amp;gt; with key matnr = &amp;lt;fl_itab-matnr&amp;gt;.&lt;/P&gt;&lt;P&gt;  if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;    material = &amp;lt;fl_inttab&amp;gt;-matnr.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 14:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-read-statement/m-p/2797280#M653055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T14:49:30Z</dc:date>
    </item>
  </channel>
</rss>

