<?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 Select-options error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581527#M1434429</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;I have developed a report.On the selection screen, there are some select options.&lt;/P&gt;&lt;P&gt;If I click on the arrow button for multiple selection,I get the error message "fill in all required entry field".&lt;/P&gt;&lt;P&gt;Even when I click on the Execute buttion,I get the error message.&lt;/P&gt;&lt;P&gt;In the debug mode, i checked sy-ucomm field, it contains value "#001".&lt;/P&gt;&lt;P&gt;I m not getting why this problem is coming up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2010 15:13:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-08T15:13:21Z</dc:date>
    <item>
      <title>Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581527#M1434429</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;I have developed a report.On the selection screen, there are some select options.&lt;/P&gt;&lt;P&gt;If I click on the arrow button for multiple selection,I get the error message "fill in all required entry field".&lt;/P&gt;&lt;P&gt;Even when I click on the Execute buttion,I get the error message.&lt;/P&gt;&lt;P&gt;In the debug mode, i checked sy-ucomm field, it contains value "#001".&lt;/P&gt;&lt;P&gt;I m not getting why this problem is coming up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 15:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581527#M1434429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581528#M1434430</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;Somewhere on the selection screen is a select-option that is mandatory.  This has to be filled before anything else can be done, including adding additional values (the arrow button) or running the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 15:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581528#M1434430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T15:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581529#M1434431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   maybe while writing the code for your selection fields you have made some of the selection fields as  obligatory so that is why maybe this problem is occurring it will be better if you  paste the piece of code that you have written for your selection screen it give a better idea as to what the problem maybe .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 07:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581529#M1434431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T07:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581530#M1434432</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;You must have made your Select Option as mandatory while creating the selection screen,&lt;/P&gt;&lt;P&gt;ie like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Select-Options vbeln for vbak-vbeln obligatory.   " Here this obligatory means it is kept mandatory for the user 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you remove this Obligatory from your code then it will not give any error message&lt;/P&gt;&lt;P&gt;else to avoid the error message you have to enter some value in the low area of the&lt;/P&gt;&lt;P&gt;select option then only you can move further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 07:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581530#M1434432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T07:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581531#M1434433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code is as below.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-004.&lt;/P&gt;&lt;P&gt;PARAMETERS    : p_vkorg TYPE vbak-vkorg,              "SALES ORGANIZATION&lt;/P&gt;&lt;P&gt;                             p_vtweg TYPE vbak-vtweg,              "DISTRIBUTION CHANNEL&lt;/P&gt;&lt;P&gt;                             p_spart TYPE vbak-spart.              "DIVISION&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_auart FOR vbak-auart,              "SALES DOCUMENT TYPE&lt;/P&gt;&lt;P&gt;                               s_vbeln FOR  vbak-vbeln,              "SALES DOCUMENT&lt;/P&gt;&lt;P&gt;                               s_posnr FOR  vbap-posnr,              "SALES DOCUMENT ITEM&lt;/P&gt;&lt;P&gt;                               s_audat FOR  vbak-audat OBLIGATORY.   "SALES DOCUMENT DATE&lt;/P&gt;&lt;P&gt;PARAMETERS    : p_usnam TYPE jcds-usnam,              "USER NAME OF THE PERSON RESPONSIBLE IN CHANGE DOCUMENT&lt;/P&gt;&lt;P&gt;                             p_mill  TYPE vbap-zz_mill_fico,       "MILL AS PER FICO REQUIREMENTS&lt;/P&gt;&lt;P&gt;                             p_kunnr TYPE vbak-kunnr.              "SOLD-TO PARTY&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code, only 1 field is mandatory... if we give some input to this field and click on another select option field lets say s_posnr or s_vbeln or s_auart  or even EXECUTE button..the error message comes up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 09:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581531#M1434433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T09:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581532#M1434434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tchand,&lt;/P&gt;&lt;P&gt;                       &lt;STRONG&gt;I tested the code that you have pasted here and I entered input for field  s_audat  which is declred as&lt;/STRONG&gt; &lt;STRONG&gt;OBLIGATORY  and I dont get any error after this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The reason may be that this is a date field and you are probably not entering the right date format and it is then giving an&lt;/STRONG&gt; &lt;STRONG&gt;error "Enter date in correct date format".So check the error that you are getting .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Enter the value to this obligatory field  using f4 options and then try to execute, it will not give any error.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vasuki S Patki on Feb 9, 2010 3:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 09:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581532#M1434434</guid>
      <dc:creator>former_member206377</dc:creator>
      <dc:date>2010-02-09T09:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581533#M1434435</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;As in the selection-screen you are having an obligatory field for vbak-audat, so first fill that field and click the extension for the different fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope your ploblem will be solved.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 09:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581533#M1434435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T09:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581534#M1434436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m passing date range of last 31 days thru initialization in S_AUDAT.The requirement is that user must enter at least one of the other criteria other than s_AUDAT, on the selection screen.If user dont give atleast one other criteria, error message should comes up that "Please enter at least one other criteria other than s_audat".&lt;/P&gt;&lt;P&gt;I have written code for this  :&lt;/P&gt;&lt;P&gt;IF NOT s_audat IS INITIAL.&lt;/P&gt;&lt;P&gt;      IF  s_auart IS INITIAL&lt;/P&gt;&lt;P&gt;      AND p_vkorg IS INITIAL&lt;/P&gt;&lt;P&gt;      AND p_vtweg IS INITIAL&lt;/P&gt;&lt;P&gt;      AND p_spart IS INITIAL&lt;/P&gt;&lt;P&gt;      AND s_auart IS INITIAL&lt;/P&gt;&lt;P&gt;      AND s_vbeln IS INITIAL&lt;/P&gt;&lt;P&gt;      AND s_posnr IS INITIAL&lt;/P&gt;&lt;P&gt;      AND p_usnam IS INITIAL&lt;/P&gt;&lt;P&gt;      AND p_mill  IS INITIAL&lt;/P&gt;&lt;P&gt;      AND p_kunnr IS INITIAL.&lt;/P&gt;&lt;P&gt;        MESSAGE e000 WITH text-001 text-002.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;If I comment this code,my selection screen works properly...I dont get error message when try to click on multiple selection button..&lt;/P&gt;&lt;P&gt;But I get error msg, when I try to click on multiple selection button...which should not comes up...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 10:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581534#M1434436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T10:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581535#M1434437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  tchand,&lt;/P&gt;&lt;P&gt;                i copied your code , executed it and  in the obligatory field once a entered a valid  date it didn't  give any error so i guess there may be some problem in your code maybe you must have done some other validations in your code for some particular conditions so please check the code .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 10:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581535#M1434437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T10:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581536#M1434438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  in the above code use "OR"  instead of "and"   during the use of " if condition " and i hope it will  solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 10:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581536#M1434438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T10:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581537#M1434439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tchand,&lt;/P&gt;&lt;P&gt;               I am not able to understand your requirememnt completely. &lt;/P&gt;&lt;P&gt;You are saying that you need error message when user does not enter any other criteria otehr than the date and hence you are getting the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...I dont get error message when try to click on multiple selection button..&lt;/P&gt;&lt;P&gt;But I get error msg, when I try to click on multiple selection button...which should not comes up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement is not clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 10:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581537#M1434439</guid>
      <dc:creator>former_member206377</dc:creator>
      <dc:date>2010-02-09T10:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581538#M1434440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User wants that the selection must include date range(s_audat) and minimum one of the other criteria.Then only the report should run..&lt;/P&gt;&lt;P&gt;On the selection screen, there are 10 fields..out of which s_AUDAT field is mandatory&lt;/P&gt;&lt;P&gt;and thru initialisation I have passed some values into it..&lt;/P&gt;&lt;P&gt;Now if user do not give atleast one other selection rather than s_audat, error msg should comes up..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I have written above code as per user's requirement...so that if user do not give atleast 1 other criteria than s_audat,error message is coming up..&lt;/P&gt;&lt;P&gt;Now the problem is...I noticed something else, IF I press any of the 'Multiple selection' buttons I get error message that 'Enter at least one criteria other than creation date'. I think this error message should only appear if conditions aren't fulfilled when pressing the execute button"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that was my requirement and the problem against it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 07:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581538#M1434440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T07:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581539#M1434441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested the code provided by you and it does not give any error on clicking the 'Muliple selection' button. &lt;/P&gt;&lt;P&gt;I guess you have addition field validation in your report.&lt;/P&gt;&lt;P&gt;This is the code for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

TABLES : vbak , vbap.
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-004.
PARAMETERS : p_vkorg TYPE vbak-vkorg, "SALES ORGANIZATION
p_vtweg TYPE vbak-vtweg, "DISTRIBUTION CHANNEL
p_spart TYPE vbak-spart. "DIVISION
SELECT-OPTIONS: s_auart FOR vbak-auart, "SALES DOCUMENT TYPE
s_vbeln FOR vbak-vbeln, "SALES DOCUMENT
s_posnr FOR vbap-posnr, "SALES DOCUMENT ITEM
 s_audat FOR vbak-audat OBLIGATORY. "SALES DOCUMENT DATE
PARAMETERS : p_usnam TYPE jcds-usnam, "USER NAME OF THE PERSON RESPONSIBLE IN CHANGE DOCUMENT
*p_mill TYPE vbap-zz_mill_fico, "MILL AS PER FICO REQUIREMENTS
p_kunnr TYPE vbak-kunnr. "SOLD-TO PARTY
SELECTION-SCREEN END OF BLOCK b1.

IF NOT s_audat IS INITIAL.
  IF s_auart IS INITIAL
  AND p_vkorg IS INITIAL
  AND p_vtweg IS INITIAL
  AND p_spart IS INITIAL
  AND s_auart IS INITIAL
  AND s_vbeln IS INITIAL
  AND s_posnr IS INITIAL
  AND p_usnam IS INITIAL

  AND p_kunnr IS INITIAL.
    MESSAGE 'Enter at least one criteria other than creation date' TYPE 'S' DISPLAY LIKE 'E'.
  ENDIF.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 07:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581539#M1434441</guid>
      <dc:creator>former_member206377</dc:creator>
      <dc:date>2010-02-10T07:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581540#M1434442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the code IF NOT s_audat IS INITIAL. with if not sy-ucomm = &amp;lt;code of the arrow button&amp;gt;.&lt;/P&gt;&lt;P&gt;Now your remaining fields will be checked when you execute or hit any other button other then the arrow key on t date selection.&lt;/P&gt;&lt;P&gt;So your code will be something like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF not sy-ucomm = &amp;lt;function code for arrow on date parameter&amp;gt;
IF s_auart IS INITIAL
AND p_vkorg IS INITIAL
AND p_vtweg IS INITIAL
AND p_spart IS INITIAL
AND s_auart IS INITIAL
AND s_vbeln IS INITIAL
AND s_posnr IS INITIAL
AND p_usnam IS INITIAL
AND p_kunnr IS INITIAL.
MESSAGE 'Error' type 'E'..
ENDIF.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Check the sy-ucomm in debugging when you hit the arrow key. .&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sachin Dargan on Feb 10, 2010 9:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 08:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581540#M1434442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T08:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581541#M1434443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;I tried the way to told...but it is still throwing error ,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 13:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581541#M1434443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T13:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581542#M1434444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There might be any mandatory fields before that select-options to be filled.&lt;/P&gt;&lt;P&gt;Or any at selection-screen event for the field before select option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 15:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581542#M1434444</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-10T15:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581543#M1434445</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;As explained by others the error is occuring due to the OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to avoid this error while clicking on the EXTENSION button, &lt;STRONG&gt;remove the obligatory from SELCTION SCREEN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But make it as MANDT by modifying the SCREEN field values in &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
      IF screen-name CS 'S_XXXX.
        screen-required = 1.  " this will enable the MANDT field check
       MODIFY SCREEN.
      ENDIF.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve ur issue.&lt;/P&gt;&lt;P&gt;Let me knwo if you are not clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 03:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581543#M1434445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T03:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581544#M1434446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this and it is working fine. Please check your code once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 03:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581544#M1434446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T03:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581545#M1434447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If anyone else suffers this annoying feature, the nicest solution I have seen is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;AT &lt;SPAN class="L0S52"&gt;SELECTION-SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ucomm &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'XXXX'&amp;nbsp;&amp;nbsp; "The code(s) to leave the screen&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;( YYYY&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL OR ZZZZ IS INITIAL )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Please fix missing data'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;E01&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E' &lt;/SPAN&gt;DISPLAY &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'I'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 10:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-error-message/m-p/6581545#M1434447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-19T10:53:37Z</dc:date>
    </item>
  </channel>
</rss>

