<?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: Execute button missing after displaying the error message on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586735#M1757012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the put the error logic in start of selection the error message will be displayed in the next screen of the selection screen but I would like to display the error message in the selection screen itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Jul 2013 15:37:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-21T15:37:20Z</dc:date>
    <item>
      <title>Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586728#M1757005</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;Execute(F8) button is missing in my program after displaying the error message in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;If field IS INITIAL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Message s001 display like 'E'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; call selection-screen 1000.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried different combinations after the message statement in the above code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set SCREEN 0.&amp;nbsp; &amp;lt;== Giving error message SET SCREEN not allowed in subscreens (Screen RVV50R10C 1010)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEAVE to SCREEN 1000.&amp;lt;= Same error message as above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call SCREEN 1000.&amp;lt;= Giving error message Selection screen RVV50R10C 1000 was not called using CALL SELECTION-SCREEN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEAVE to LIST-PROCESSING &amp;lt;== Giving same error as of SET SCREEN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL SELECTION-SCREEN 1000.&amp;nbsp; &amp;lt;== Execute button missing.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OUTPUT we have the FM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'RS_SET_SELSCREEN_STATUS'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_status&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;pfkey&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"hp_370442&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_program &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lf_program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TABLES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_exclude &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lt_cua_exclude&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Please let me know your inputs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Thanks in advance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 21:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586728#M1757005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-19T21:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586729#M1757006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is a copy of standard....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the error in START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;If field IS INITIAL.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; Message s001 display like 'E'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jul 2013 03:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586729#M1757006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-20T03:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586730#M1757007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me something, why don't you make the parameter (field) 'OBLIGATORY'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jul 2013 05:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586730#M1757007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-20T05:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586731#M1757008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try what Koushik suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, i didn't get the purpose behind calling the selection screen again!! And also why are you using success message?? Any specific reason?(I don't find any though).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the below code would still stop the processing if the field value is not entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If field IS INITIAL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Message &lt;STRONG&gt;e001&lt;/STRONG&gt;. "&lt;SPAN style="color: red;"&gt;display like 'E'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; call selection-screen 1000.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " This part not required&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1642/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jul 2013 19:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586731#M1757008</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-07-20T19:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586732#M1757009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you also make sure that the internal table '&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;lt_cua_exclude' which you are using in the FM &lt;SPAN class="L0S33"&gt;RS_SET_SELSCREEN_STATUS doesn't contain the function code 'ONLI'. If it contains the specified function code, please write a code in the AT SELECTION-SCREEN OUTPUT event to remove the code 'ONLI' from the table &lt;/SPAN&gt;lt_cua_exclude and execute the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sarath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 07:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586732#M1757009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T07:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586733#M1757010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, do what &lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/sarath.babu5" id="jive-34447851033571610936192" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Sarath Babu&lt;/A&gt; &lt;/STRONG&gt; said, maybe you can solve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 08:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586733#M1757010</guid>
      <dc:creator>Aiolos</dc:creator>
      <dc:date>2013-07-21T08:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586734#M1757011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After ERROR Message the report execution will be terminated and whatever code after that message statement will not be triggered. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you written in the "At Selection Screen" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; Message s001 display like 'E'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; "When you have specified message as "S", execution will not be terminated and no use of it in your case. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write like this, (ofcourse &lt;A __default_attr="568043" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;SPAN&gt; mentioned)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;IF FIELD IS INITIAL.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE E000(&amp;lt;message_class&amp;gt;).&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 10:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586734#M1757011</guid>
      <dc:creator>VijayaKrishnaG</dc:creator>
      <dc:date>2013-07-21T10:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586735#M1757012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the put the error logic in start of selection the error message will be displayed in the next screen of the selection screen but I would like to display the error message in the selection screen itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 15:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586735#M1757012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586736#M1757013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my requirement I can NOT make the parameter field OBLIGATORY as the user may or may not enter the field for the result. This field would be adding an extra filter to the result set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 15:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586736#M1757013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586737#M1757014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do NOT display the error message as 'SUCCESS' all the fields in the selection screen are getting disabled and it is not allowing the user for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 15:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586737#M1757014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586738#M1757015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also looking for the same thing yesterday but the only function codes it has in lt_cua_exclude are FC01 , FC02 , FC03 and FC04..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 15:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586738#M1757015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T15:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586739#M1757016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aiolos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried what sarath babu mentioned but there is no ONLI in lt_cua_exclude.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 15:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586739#M1757016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T15:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586740#M1757017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with you that success message will not terminate the execution of the program but the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL SELECTION-SCREEN 1000 written after the MESSAGE SXXX DISPLAY LIKE 'E' is not allowing the program to execute the logic in SELECTION-SCREEN. it is taking the execution to the AT SELECTION-SCREEN OUTPUT. In my scenario that is what exactly what I need but execute button is missing after the selection screen got displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually this issue is continution to my other resolved thread &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3392512" title="http://scn.sap.com/thread/3392512"&gt;http://scn.sap.com/thread/3392512&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 15:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586740#M1757017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-21T15:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586741#M1757018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever i gave an error message in AT SELECTION SCREEN event, all the fields were editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check the below link for your reference&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_40b/helpdata/en/9f/db9a2e35c111d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_40b/helpdata/en/9f/db9a2e35c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_40b/helpdata/en/9f/db9a2e35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system itself allows the fields to be editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1642/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 18:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586741#M1757018</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-07-21T18:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586742#M1757019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the following syntax in your code.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;S000(ZMSG) DISPLAY &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E',&amp;nbsp; &lt;/SPAN&gt;and EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following code, it&amp;nbsp; gives more explanation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TABLES: aufk.&lt;/P&gt;&lt;P&gt; SELECT-OPTIONS: s_aufnr &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;aufk-aufnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;s_aufnr &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;INITIAL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;S000(ZMSG) DISPLAY &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here ZMSG is message class name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 000 is message number,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S is the sucess message but it display like Error message only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 06:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586742#M1757019</guid>
      <dc:creator>chinni_adapa</dc:creator>
      <dc:date>2013-07-22T06:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586743#M1757020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write these statements just after your selection screen parameters declarations and don't explicitly put this code in any event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;IF field IS INITIAL&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;s076&lt;SPAN class="L0S55"&gt;(message type&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt; DISPLAY &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXIT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Dont forget to write exit&lt;/SPAN&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;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Aswath.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 06:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586743#M1757020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T06:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586744#M1757021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If field is initial.&lt;/P&gt;&lt;P&gt; message s001 display like 'E'.&lt;/P&gt;&lt;P&gt;SUBMIT&amp;nbsp; &amp;lt;your prog name&amp;gt; via selection-screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 06:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586744#M1757021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T06:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586745#M1757022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While giving an error message on the selection-screen, you can give it as error directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AT SELECTION-SCREEN on &amp;lt;selection screen field&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If &amp;lt;selection screen field&amp;gt; is initial.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Message e000 with 'Please enter a value in &amp;lt;selection screen field&amp;gt;'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this above syntax, the selection-screen field &amp;lt;selection screen field&amp;gt; will be editable for you to put a correct&amp;nbsp; value in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not mention &lt;STRONG&gt;AT SELECTION-SCREEN ON&lt;/STRONG&gt; a particular screen field and just give AT SELECTION-SCREEN, then the entire screen gets disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more details and hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 07:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586745#M1757022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T07:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586746#M1757023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi A N,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe its the other way around. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1642/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p_bukrs TYPE t001-bukrs, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_cntry TYPE t001-land1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_waers TYPE t001-waers.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF p_bukrs IS INITIAL. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE 'Enter Company Code' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON p_cntry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IF p_cntry IS INITIAL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE 'Enter Country' TYPE 'E'. &lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use AT SELECTION-SCREEN ON &amp;lt;field&amp;gt; and throw an error message in that block then the other selection screen fields get disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put all your validations in AT SELECTION-SCREEN event, then all the fields are editable.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/249574" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/249575" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1642/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 08:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586746#M1757023</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-07-22T08:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Execute button missing after displaying the error message on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586747#M1757024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meant that when we put AT SELECTION-SCREEN on FIELD, that field becomes editable (I missed mentioning that the other fields become disabled). However I have just said the same thing in other words "&lt;/P&gt;&lt;P&gt;With this above syntax, the selection-screen field &amp;lt;selection screen field&amp;gt; will be editable for you to put a correct&amp;nbsp; value in it."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we give the validations AT SELECTION-SCREEN, the screen itself gets disabled. Strange, as I have experienced this but when I look at your code, nothing has got disabled with AT SELECTION-SCREEN. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 08:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button-missing-after-displaying-the-error-message-on-selection/m-p/9586747#M1757024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T08:38:49Z</dc:date>
    </item>
  </channel>
</rss>

