<?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: Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679987#M299751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think system will not validate the plants entered in select options automatically. Let me know if I am wrong.  Pls give me one example if possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2006 12:27:10 GMT</pubDate>
    <dc:creator>graghavendra_sharma</dc:creator>
    <dc:date>2006-11-09T12:27:10Z</dc:date>
    <item>
      <title>Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679974#M299738</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;i have selection screen like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_WERKS LIKE AUFK-WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do I validate S_WERKS in AT SELECTION-SCREEN ON s_werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know the exact way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 11:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679974#M299738</guid>
      <dc:creator>graghavendra_sharma</dc:creator>
      <dc:date>2006-11-09T11:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679975#M299739</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;field aufk-werks has a foreign key in table T001W so it shoul validate automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 11:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679975#M299739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T11:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679976#M299740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on what sort of validation if you wish to carry out.. but one general check can be as describe below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON s_werks.&lt;/P&gt;&lt;P&gt;  select werks into table iwerks&lt;/P&gt;&lt;P&gt;  from t001w&lt;/P&gt;&lt;P&gt;  where werks in s_werks.&lt;/P&gt;&lt;P&gt;  describe table iwerks lines lcnt.&lt;/P&gt;&lt;P&gt;  if lcnt = 0.&lt;/P&gt;&lt;P&gt;     Error - No plants found as per the specified filters&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 11:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679976#M299740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T11:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679977#M299741</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;Did you mean it will be validated by the system automatically.  My question is if i enter a wrong value, for example "abcd" to "xyza" in from and to fields of S_WERKS, i want to validate against values in T001W.  how do i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679977#M299741</guid>
      <dc:creator>graghavendra_sharma</dc:creator>
      <dc:date>2006-11-09T12:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679978#M299742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at selection-screen on s_werks.&lt;/P&gt;&lt;P&gt;if not s_werks[] is initial.&lt;/P&gt;&lt;P&gt;select single werks&lt;/P&gt;&lt;P&gt;              from t001w&lt;/P&gt;&lt;P&gt;              into g_werks&lt;/P&gt;&lt;P&gt;              where werks in s_werks.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;Message 'Check Plant entry' type 'E'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kaluvala Santhosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679978#M299742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T12:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679979#M299743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define internal table with werks say I_WERKS.  &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON s_werks.&lt;/P&gt;&lt;P&gt;select werks into table i_werks from T001W where werks in s_werks.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;message s000 with 'Invalid plant'&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679979#M299743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T12:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679980#M299744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check my post it would do the required as you wish !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679980#M299744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679981#M299745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;I have one doubt here. If I give a valid plant in "from" field and invalid plant in "to" field of S_WERKS and also vice versa, how do I handle this situation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679981#M299745</guid>
      <dc:creator>graghavendra_sharma</dc:creator>
      <dc:date>2006-11-09T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679982#M299746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;At selection-screen on s_werks.&lt;/P&gt;&lt;P&gt;select werks from T001w into v_werks &lt;/P&gt;&lt;P&gt;  where werks in s_werks.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;message e000(zz) with 'Please enter valid plant'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The select statement fails if the value entered by you in the selection screen is not present in the T001w table.Then u will get the error message.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679982#M299746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T12:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679983#M299747</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;that is what i mean, if you enter wrong values the system will validate them automatically, so you don´t have to write any code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679983#M299747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T12:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679984#M299748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is really helpful answer.  I have some doubts here.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If you see the answer from Santhosh, can't I do my validation in that way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. to implement your answer, I need to have an internal table to store all the plants.  in this is way i need to do for my other select option variables also.  will that not be a performance problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. as you said, how many types of validations we can carry out on this select options. pls let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679984#M299748</guid>
      <dc:creator>graghavendra_sharma</dc:creator>
      <dc:date>2006-11-09T12:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679985#M299749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is really helpful answer. I have some doubts here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If you see the answer from Santhosh, can't I do my validation in that way. &lt;/P&gt;&lt;P&gt;The problem with that method is that you are using a select-option and hence there can be many variations of input and that could be a problem for validating it individually. example if the use a pattern or between etc. So my solution would give you a list of plants which match the selection criteria. If the count is zero means there are no plants with the selected criteria, whether it be a pattern/between or purely a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. to implement your answer, I need to have an internal table to store all the plants. in this is way i need to do for my other select option variables also. will that not be a performance problem?&lt;/P&gt;&lt;P&gt;Nope it would not impact the performance as it will hardly take a second to validate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. as you said, how many types of validations we can carry out on this select options. pls let me know&lt;/P&gt;&lt;P&gt;The other validations can be something like the particular report is for specific country then you wish the plants only for that country should be entered etc..or the report needs to be executed only for a list of plants...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679985#M299749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679986#M299750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raghav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here u need to understand 1 think. A select option is a range for the client and the client would like to see any data he is entering betw the given values. atleast one hit from the selection would interest him hence i used the 'single' in my select staement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope thats clear&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679986#M299750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T12:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679987#M299751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think system will not validate the plants entered in select options automatically. Let me know if I am wrong.  Pls give me one example if possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679987#M299751</guid>
      <dc:creator>graghavendra_sharma</dc:creator>
      <dc:date>2006-11-09T12:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679988#M299752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regading Point # 1, santhosh's point of view is correct I believe.  In select options, I may enter multiple values in "from" or "to" fields.  Ultimately, your solution is checking for single record existance only (counting no. of lines in internal table).  The same thing is done in Santhosh's code also.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls correct me if my view is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679988#M299752</guid>
      <dc:creator>graghavendra_sharma</dc:creator>
      <dc:date>2006-11-09T12:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679989#M299753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Santosh's code would do similar to mine whereas he just comes out if there is a single correct plant enter while I take the list of the plants, which can be useful in later on report. It does not matter either way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U do not require to validate the low and high parameters for the select-option because with a select-option you can various filters as to fetch data for a pattern, use between to clause etc. Hence it is more appropriate to check it with code given by me or Santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 13:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679989#M299753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T13:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679990#M299754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raghav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally u give multiple values in select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;if you write like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Validate Material Number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  SELECT matnr UP TO 1 ROWS&lt;/P&gt;&lt;P&gt;    INTO mara-matnr&lt;/P&gt;&lt;P&gt;    FROM mara&lt;/P&gt;&lt;P&gt;    WHERE matnr IN s_matnr.&lt;/P&gt;&lt;P&gt;  ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE e000(zffi) WITH&lt;/P&gt;&lt;P&gt;          'Invalid Mateial'(e01).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- this means at least one matnr should have correct value.&lt;/P&gt;&lt;P&gt;if at all all your values are wrong than only it will give you the error message o.w. it will work with your correct value/s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still u want to check with all your values,&lt;/P&gt;&lt;P&gt;you can do select and get all values into internal table&lt;/P&gt;&lt;P&gt;and check the count with the total no. of record you entered in selection screen.&lt;/P&gt;&lt;P&gt;if count is same- all values entered are fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 13:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1679990#M299754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T13:21:49Z</dc:date>
    </item>
  </channel>
</rss>

