<?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: reading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165739#M458544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What conditions have you specifed for the read? Please paste the code so the forum can help you better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 08:43:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T08:43:16Z</dc:date>
    <item>
      <title>reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165738#M458543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while iam reading a internal table to work area i am getting sy-subrc as 4 &lt;/P&gt;&lt;P&gt;note: iam not clearing the work area any more and i am getting data into internal table while i debug the select statement&lt;/P&gt;&lt;P&gt;plz say me the reasons&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rashaeed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 08:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165738#M458543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T08:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165739#M458544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What conditions have you specifed for the read? Please paste the code so the forum can help you better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 08:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165739#M458544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T08:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165740#M458545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u post the code??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r using READ inside a loop then  the key fields may not be satisfied , like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at itab.
  read table itab1 with key field1 eq itab-field1. "&amp;lt;--condition may not be satisfied
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 08:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165740#M458545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T08:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165741#M458546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the code ? Without the code we cannot say that much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 08:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165741#M458546</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2007-04-20T08:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165742#M458547</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;How r u reading the internal table??r u having some condition then that condition would not be satisfying..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use these&lt;/P&gt;&lt;P&gt;Loop at itab inti wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or read table itab inti wa_utab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps else post ur code here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 08:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165742#M458547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T08:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165743#M458548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rasheed,&lt;/P&gt;&lt;P&gt; the sy-subrc will be set to 0 only if there is a match found for the condition you have specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your internal table has the following values&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you read that internal table with key value = 3, then the sy-subrc will be set to a non zero value as you do not have a value 3 in your table.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 08:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165743#M458548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T08:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: reading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165744#M458549</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;1 If you have put any condtion with key then it may not getting satisfied.&lt;/P&gt;&lt;P&gt;2 There may not be records in the itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 08:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading/m-p/2165744#M458549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T08:51:33Z</dc:date>
    </item>
  </channel>
</rss>

