<?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: relational in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/relational/m-p/2741369#M636939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read table is meant to return only a single rows. Whereas if you use LE condition then this condition can be satisfied by more than 1 rows. Hence special comparators like LE LT GT GE do not work with read statement and give errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use LOOP instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*at some condition&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 09:48:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-06T09:48:06Z</dc:date>
    <item>
      <title>relational</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relational/m-p/2741367#M636937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can't we use as follows, it gives error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table ipos with key udate LE it_final-budat.&lt;/P&gt;&lt;P&gt;                                            &amp;lt;---&amp;gt;&lt;/P&gt;&lt;P&gt;how to check for this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 09:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relational/m-p/2741367#M636937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T09:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: relational</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relational/m-p/2741368#M636938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well probabaly this aint the best solution but at least a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at ipos where udate LE it_final-budat.

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT now i see where the real problem is.&lt;/P&gt;&lt;P&gt;if it_final is a internal table without headerline it will never work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 09:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relational/m-p/2741368#M636938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T09:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: relational</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relational/m-p/2741369#M636939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read table is meant to return only a single rows. Whereas if you use LE condition then this condition can be satisfied by more than 1 rows. Hence special comparators like LE LT GT GE do not work with read statement and give errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use LOOP instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*at some condition&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 09:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relational/m-p/2741369#M636939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T09:48:06Z</dc:date>
    </item>
  </channel>
</rss>

