<?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: reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310134#M505924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dutta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; while giving an input in select options it should exclude the values from 60-70.i think now it's clear for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;lokanadhan.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 11:33:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T11:33:04Z</dc:date>
    <item>
      <title>reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310125#M505915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i wan to take select optins for the rage of 10 to 100.but i don't want to display the customers of 60 and 70 details.pls can u prove me the code.if use full full points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;lokanadhan.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310125#M505915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T10:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310126#M505916</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 the code u can write this :&lt;/P&gt;&lt;P&gt;S_TEST-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;S_TEST-OPTION = 'NE'.&lt;/P&gt;&lt;P&gt;S_TEST-LOW = '60'.&lt;/P&gt;&lt;P&gt;APPEND S_TEST.&lt;/P&gt;&lt;P&gt;S_TEST = '70'.&lt;/P&gt;&lt;P&gt;APPEND S_TEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here S_TEST is the select option u will be providing on the selection screen.&lt;/P&gt;&lt;P&gt;Say, user will enter range 1 to 100, then in ur code in START-OF-SELECTION&lt;/P&gt;&lt;P&gt;u can write the above coding and then in the select statement u can use this select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310126#M505916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T10:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310127#M505917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can display all values from 10 - 100 but if u want to hide some values then u can use if else condition such that if u dont want to display the range it will be removed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310127#M505917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T10:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310128#M505918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lokanadhan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  its very simple to do this. first go to the select option range in that u will have exclude and include ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where put 10 to 100 in include range and in exclude range give 60 to 70 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that exclude will always overwrites the include range,so this range 60 to 70  is excluded and from 10 to 100 ranges values will be displayed without displaying the ranges 60 to 70 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310128#M505918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310129#M505919</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;pls see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
S_OPTIONS-SIGN = 'I'.
S_OPTIONS-OPTION = 'BT'.
S_OPTIONS-LOW = '10'.
S_OPTIONS-HIGH = '100'.
APPEND S_OPTIONS.

S_OPTIONS-SIGN = 'E'.
S_OPTIONS-OPTION = 'BT'.
S_OPTIONS-LOW = '60'.
S_OPTIONS-HIGH = '70'.
APPEND S_OPTIONS.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
S_OPTIONS-SIGN = 'I'.
S_OPTIONS-OPTION = 'BT'.
S_OPTIONS-LOW = '10'.
S_OPTIONS-HIGH = '59'.
APPEND S_OPTIONS.

S_OPTIONS-SIGN = 'I'.
S_OPTIONS-OPTION = 'BT'.
S_OPTIONS-LOW = '71'.
S_OPTIONS-HIGH = '100'.
APPEND S_OPTIONS.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310129#M505919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310130#M505920</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 the select-options give the range from 10 &amp;amp; 100 in the selection screen.press the arrow mark at the end of the select-options.select exclude range tab.there u can enter ur excluding range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310130#M505920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310131#M505921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aggarwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose if i'll write like this wil it work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;intialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cno-low = 10&lt;/P&gt;&lt;P&gt;cno-high = 100&lt;/P&gt;&lt;P&gt;cno-options = 'bt'&lt;/P&gt;&lt;P&gt;cno-sign = 'e'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if cno = 60 and cno = 70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; message e000(i) 'correct the values'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310131#M505921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310132#M505922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here if CNO is ur select-options then &lt;/P&gt;&lt;P&gt;First of all CNO-SIGN = 'I' instead of 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then this thing wont wrk if CNO = 60 or CNO = 70.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U shud write :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cno-low = 10&lt;/P&gt;&lt;P&gt;cno-high = 100&lt;/P&gt;&lt;P&gt;cno-options = 'bt'&lt;/P&gt;&lt;P&gt;cno-sign = 'i'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append cno.&lt;/P&gt;&lt;P&gt;clear cno.&lt;/P&gt;&lt;P&gt;cno-low = 60&lt;/P&gt;&lt;P&gt;cno-options = 'ne'&lt;/P&gt;&lt;P&gt;cno-sign = 'i'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append cno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cno-low = 70&lt;/P&gt;&lt;P&gt;cno-options = 'ne'&lt;/P&gt;&lt;P&gt;cno-sign = 'i'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append cno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310132#M505922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310133#M505923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I AM NOT SURE WHAT YOU WANT...&lt;/P&gt;&lt;P&gt;BUT HERE IS ONE SOLUTION ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_KUNNR FOR KNA1-KUNNR DEFAULT '10' TO '100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;IF S_KUNNR-LOW = '10' AND S_KUNNR-HIGH = '100'.&lt;/P&gt;&lt;P&gt;S_KUNNR-LOW = '60'.&lt;/P&gt;&lt;P&gt;S_KUNNR-SIGN = 'E'.&lt;/P&gt;&lt;P&gt;S_KUNNR-OPTION = 'EQ'&lt;/P&gt;&lt;P&gt;APPEND S_KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_KUNNR-LOW = '70'.&lt;/P&gt;&lt;P&gt;S_KUNNR-SIGN = 'E'.&lt;/P&gt;&lt;P&gt;S_KUNNR-OPTION = 'EQ'&lt;/P&gt;&lt;P&gt;APPEND S_KUNNR.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF  S_KUNNR-LOW = '60' OR S_KUNNR-LOW = '70'.&lt;/P&gt;&lt;P&gt;MESSAGE 'ERROR' TYPE 'E'.&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;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310133#M505923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310134#M505924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dutta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; while giving an input in select options it should exclude the values from 60-70.i think now it's clear for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;lokanadhan.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310134#M505924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310135#M505925</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;do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_OPTIONS-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;S_OPTIONS-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;S_OPTIONS-LOW = '10'.&lt;/P&gt;&lt;P&gt;S_OPTIONS-HIGH = '100'.&lt;/P&gt;&lt;P&gt;APPEND S_OPTIONS.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;S_OPTIONS-SIGN = 'E'.&lt;/P&gt;&lt;P&gt;S_OPTIONS-OPTION = 'eq'.&lt;/P&gt;&lt;P&gt;S_OPTIONS-LOW = '60'.&lt;/P&gt;&lt;P&gt;S_OPTIONS-HIGH = '70'.&lt;/P&gt;&lt;P&gt;APPEND S_OPTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto select options screen and giv values 60 and 70 in single value list of exclude [ indicated by red color icon ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310135#M505925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310136#M505926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dutta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i need to exclude 60 to 70 records in my ouput list.wat u h've given is i think it's won't work it out.for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx and regards&lt;/P&gt;&lt;P&gt;lokanadhan.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 16:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310136#M505926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T16:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310137#M505927</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 the select-options give the range from 10 to 100 in the selection screen.press the arrow mark at the end of the select-options. You will get a screen with green single and muliple values and red with single and multiple values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input 60 and 70 in single red column one after the other. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 17:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/2310137#M505927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T17:00:39Z</dc:date>
    </item>
  </channel>
</rss>

