<?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: Regarding Ranges... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628574#M280671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CAN U HELP ME WITH A CODE PLZ AND YES HOW TO CREATE A RANGE FOR VALUES WHICH ARE NOT EVEN THAT IS SOME ARE '76' SOME ARE 'R1' SOME ARE 'RA'....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2006 07:00:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-16T07:00:22Z</dc:date>
    <item>
      <title>Regarding Ranges...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628571#M280668</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;&lt;/P&gt;&lt;P&gt;I need to check whether a key is not equal to invoice (this has 8 different values like r1, r2, 77 etc) or payment (this has 3 different values like 05,06 etc...)...&lt;/P&gt;&lt;P&gt;If the above condition is correct then message 1 is passed else message 2 is passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the issue is if i want i can chek them using if statement but that is gonna turn out very lengthy... that is i will chek key is not equal to inv. 1 and not equal to inv.2 etc....and then with the payment values...&lt;/P&gt;&lt;P&gt;can anyone plz suggest some shorter way and preferably with a piece of code...thanx in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 06:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628571#M280668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T06:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Ranges...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628572#M280669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a &amp;lt;b&amp;gt;range&amp;lt;/b&amp;gt; and fill with all the possible invoice values and then you can do something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search &amp;lt;range&amp;gt; for &amp;lt;key&amp;gt;&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;*value is present&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;*value is not present&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 06:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628572#M280669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T06:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Ranges...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628573#M280670</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;or put your parametrs to compare in customizing table,&lt;/P&gt;&lt;P&gt;do a select single or read table and anayse sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 06:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628573#M280670</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-10-16T06:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Ranges...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628574#M280671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CAN U HELP ME WITH A CODE PLZ AND YES HOW TO CREATE A RANGE FOR VALUES WHICH ARE NOT EVEN THAT IS SOME ARE '76' SOME ARE 'R1' SOME ARE 'RA'....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 07:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628574#M280671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T07:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Ranges...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628575#M280672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges : r_value for selopt-low&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*fill the values&lt;/P&gt;&lt;P&gt;r_value-sign = 'I'.&lt;/P&gt;&lt;P&gt;r-value-option = 'EQ'.&lt;/P&gt;&lt;P&gt;r_value-low = '76'.&lt;/P&gt;&lt;P&gt;append r_value.&lt;/P&gt;&lt;P&gt;*Similarly fill other values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now search the range&lt;/P&gt;&lt;P&gt;search r_value for &amp;lt;key value&amp;gt;&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;*do something.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;*do something.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 07:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628575#M280672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T07:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Ranges...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628576#M280673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 07:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628576#M280673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T07:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Ranges...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628577#M280674</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;Create a variant in table TVARVC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that varibale enter ur invoice values as single in that select-options tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a ranges table in ur prog like&lt;/P&gt;&lt;P&gt;DATA : y_r_ff LIKE RANGE OF vbak-auart WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if field in y_r_ff.&lt;/P&gt;&lt;P&gt;Mss 1.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;mss2&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 07:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-ranges/m-p/1628577#M280674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T07:40:46Z</dc:date>
    </item>
  </channel>
</rss>

