<?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 Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754208#M326907</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;try this event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT SELECTION-SCREEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF pa_to &amp;lt; pa_from.&lt;/P&gt;&lt;P&gt;MESSAGE e274(gs).&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2006 08:00:00 GMT</pubDate>
    <dc:creator>dani_mn</dc:creator>
    <dc:date>2006-12-27T08:00:00Z</dc:date>
    <item>
      <title>Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754206#M326905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I am validating selection screen inputs. If i enter wrong value. i am showing an error. It displays error message properly but it takes screen to other blank screen. &lt;/P&gt;&lt;P&gt;How can i show error message on same selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF pa_to &amp;lt; pa_from.&lt;/P&gt;&lt;P&gt;      MESSAGE e274(gs).&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 07:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754206#M326905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T07:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754207#M326906</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF pa_to &amp;lt; pa_from.&lt;/P&gt;&lt;P&gt;leave list-processing.&lt;/P&gt;&lt;P&gt;MESSAGE e274(gs).&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 07:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754207#M326906</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-27T07:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754208#M326907</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;try this event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT SELECTION-SCREEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF pa_to &amp;lt; pa_from.&lt;/P&gt;&lt;P&gt;MESSAGE e274(gs).&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 08:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754208#M326907</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-12-27T08:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754209#M326908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same code should be written in At Selection-screen event, But not in Start of selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 08:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754209#M326908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T08:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754210#M326909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Problem is occuring because you are doing the validation on the Start of Slection event....Usually the validations must be done on At Selection screen event....since you want to remain on the same screen write the same code under At Selection Screen event and your problme is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This Helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 08:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754210#M326909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T08:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754211#M326910</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;This will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;IF pa_to &amp;lt; pa_from.&lt;/P&gt;&lt;P&gt;MESSAGE e274(gs).&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for E type of messages.&lt;/P&gt;&lt;P&gt;Selection screen processing terminates, and the selection screen is redisplayed. The screen fields specified through the additions to the AT SELECTION-SCREEN statement are ready for input. The user must enter a new value. The system then restarts the selection screen processing using the new values. You cannot use error messages with the ON HELP-REQUEST , ON VALUE-REQUEST and ON EXIT additions. Instead, a runtime error occurs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 08:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754211#M326910</guid>
      <dc:creator>sourabhshah</dc:creator>
      <dc:date>2006-12-27T08:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754212#M326911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write ur code on At selection screen event&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 08:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754212#M326911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T08:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754213#M326912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF pa_to &amp;lt; pa_from.&lt;/P&gt;&lt;P&gt;MESSAGE S274(gs).&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use s instead of e.&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;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 08:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/1754213#M326912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T08:25:34Z</dc:date>
    </item>
  </channel>
</rss>

