<?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: Proble with Ranges table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923958#M1148928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chaitanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   You have to pass the values as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_reassign-low = 'E'.&lt;/P&gt;&lt;P&gt;r_reassign-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_reassign-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append r_reassign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_reassign-low = 'F'.&lt;/P&gt;&lt;P&gt;r_reassign-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_reassign-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append r_reassign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_reassign-low = 'T'.&lt;/P&gt;&lt;P&gt;r_reassign-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_reassign-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append r_reassign.&lt;/P&gt;&lt;P&gt;&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;Veeeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2008 14:23:55 GMT</pubDate>
    <dc:creator>former_member673464</dc:creator>
    <dc:date>2008-12-23T14:23:55Z</dc:date>
    <item>
      <title>Proble with Ranges table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923956#M1148926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi below is the my code snippet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranges : R_Reassign for iclclaim-authclm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finall R_reassign get 3 records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIgn Options Low Hign&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have E,F,T vales in Low field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is giving dump for following statement.&lt;/P&gt;&lt;P&gt;  IF not authclm(1) in r_reassign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the dump&lt;/P&gt;&lt;P&gt;Incorrect "SIGN" in SELECT-OPTIONS or RANGES table.&lt;/P&gt;&lt;P&gt;Only the following selections are allowed:&lt;/P&gt;&lt;P&gt;"I" - Within an interval and "E" - without an interval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help our me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 14:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923956#M1148926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T14:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with Ranges table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923957#M1148927</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;Your range table should fill like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_Reassign-sign = 'I'.&lt;/P&gt;&lt;P&gt;R_Reassign-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;R_Reassign-LOW = 'E'.&lt;/P&gt;&lt;P&gt;append R_Reassign &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_Reassign-LOW = 'F'.&lt;/P&gt;&lt;P&gt;append R_Reassign &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_Reassign-LOW = 'T'.&lt;/P&gt;&lt;P&gt;append R_Reassign &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have passed incorrect value in SIGN field. Use the above statments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Joginder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 14:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923957#M1148927</guid>
      <dc:creator>joginder_singh</dc:creator>
      <dc:date>2008-12-23T14:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with Ranges table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923958#M1148928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chaitanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   You have to pass the values as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_reassign-low = 'E'.&lt;/P&gt;&lt;P&gt;r_reassign-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_reassign-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append r_reassign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_reassign-low = 'F'.&lt;/P&gt;&lt;P&gt;r_reassign-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_reassign-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append r_reassign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_reassign-low = 'T'.&lt;/P&gt;&lt;P&gt;r_reassign-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_reassign-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append r_reassign.&lt;/P&gt;&lt;P&gt;&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;Veeeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 14:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923958#M1148928</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2008-12-23T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with Ranges table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923959#M1148929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to fill out the fields SIGN ('I' or 'E') &amp;amp; OPTION for each value of the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more point to be taken into consideration is that the declaration of the ranges should be done like this :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : R_reassign type range of iclclaim-authclm.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The way you declared is obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 14:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923959#M1148929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proble with Ranges table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923960#M1148930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use this code it should solve your problem&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
r_reassign-low = 'E'.
r_reassign-sign = 'E'.
r_reassign-option = 'EQ'.
append r_reassign.

r_reassign-low = 'F'.
r_reassign-sign = 'E'.
r_reassign-option = 'EQ'.
append r_reassign.

r_reassign-low = 'T'.
r_reassign-sign = 'E'.
r_reassign-option = 'EQ'.
append r_reassign.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 14:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proble-with-ranges-table/m-p/4923960#M1148930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T14:37:00Z</dc:date>
    </item>
  </channel>
</rss>

