<?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: help on Ranges in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087978#M99942</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;In Query,you are giving &lt;/P&gt;&lt;P&gt;BUKRS = 'ABC' AND&lt;/P&gt;&lt;P&gt;HKONT IN R_HKONT AND&lt;/P&gt;&lt;P&gt;WAERS &amp;lt;&amp;gt; 'USD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you tried in SE11 by giving values to BUKRS as 'ABC' and WAERS &amp;lt;&amp;gt; 'USD' while giving values for HKONT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2005 12:33:57 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2005-10-14T12:33:57Z</dc:date>
    <item>
      <title>help on Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087974#M99938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;   I am using Ranges table R_HKONT. When i am selecting data from table using R_HKONT it is not retreiving any values. &lt;/P&gt;&lt;P&gt;This is R_HKONT table&lt;/P&gt;&lt;P&gt;E   |BT    |12999996  |12999999  &lt;/P&gt;&lt;P&gt;E   |EQ    |16999999  |          &lt;/P&gt;&lt;P&gt;E   |EQ    |34999999  |          &lt;/P&gt;&lt;P&gt;I   |BT    |10000000  |10999998  &lt;/P&gt;&lt;P&gt;I   |BT    |12000000  |14099998  &lt;/P&gt;&lt;P&gt;I   |BT    |15099999  |17099998  &lt;/P&gt;&lt;P&gt;I   |BT    |20000000  |20059998  &lt;/P&gt;&lt;P&gt;I   |BT    |30000000  |30999998  &lt;/P&gt;&lt;P&gt;I   |BT    |33000000  |33999998  &lt;/P&gt;&lt;P&gt;I   |BT    |34000000  |35999998  &lt;/P&gt;&lt;P&gt;I   |BT    |39000000  |39999998  &lt;/P&gt;&lt;P&gt;I   |BT    |41000000  |41999998   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query i am using is &lt;/P&gt;&lt;P&gt;SELECT HKONT WAERS BUKRS &lt;/P&gt;&lt;P&gt;           FROM BSIS&lt;/P&gt;&lt;P&gt;           INTO TABLE I_TEST&lt;/P&gt;&lt;P&gt;           WHERE BUKRS = 'ABC' AND&lt;/P&gt;&lt;P&gt;                 HKONT IN R_HKONT AND&lt;/P&gt;&lt;P&gt;                 WAERS &amp;lt;&amp;gt; 'USD'.&lt;/P&gt;&lt;P&gt;THEN SY-SUBRC IS 4.&lt;/P&gt;&lt;P&gt;However when i using all the data from the R_HKONT table and input it manualy through se11 and Run it gives me all the required values. I think may be Query is wrong &lt;/P&gt;&lt;P&gt;please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in adv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 12:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087974#M99938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: help on Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087975#M99939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try filling the HKONT in internal format instead of external format? They have to be with leading zeros covering all the 10 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 12:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087975#M99939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T12:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: help on Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087976#M99940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your range typed as HKONT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Ranges: r_HKONT for bsis-HKONT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values in R_HKONT,  do they have the conversion done against them.  They should have 2 zeros on the front of the the values.  &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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 12:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087976#M99940</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-14T12:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: help on Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087977#M99941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;    how have you declared the ranes table of hkont??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 12:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087977#M99941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T12:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: help on Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087978#M99942</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;In Query,you are giving &lt;/P&gt;&lt;P&gt;BUKRS = 'ABC' AND&lt;/P&gt;&lt;P&gt;HKONT IN R_HKONT AND&lt;/P&gt;&lt;P&gt;WAERS &amp;lt;&amp;gt; 'USD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you tried in SE11 by giving values to BUKRS as 'ABC' and WAERS &amp;lt;&amp;gt; 'USD' while giving values for HKONT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 12:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087978#M99942</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-10-14T12:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: help on Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087979#M99943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;give r_hkont-sign = 'I'.&lt;/P&gt;&lt;P&gt;     r_hkont-option = 'BT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 12:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087979#M99943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T12:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: help on Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087980#M99944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT HKONT WAERS BUKRS 
FROM BSIS
INTO TABLE I_TEST
WHERE BUKRS = 'ABC' AND
WAERS &amp;lt;&amp;gt; 'USD' AND
HKONT IN HKONT AND
.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 12:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-ranges/m-p/1087980#M99944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T12:40:49Z</dc:date>
    </item>
  </channel>
</rss>

