<?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: Error message at the selection screen while processing screen logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018471#M960179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To populate error message without terminating the process, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE type I... DISPLAY LIKE E.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 07:16:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T07:16:41Z</dc:date>
    <item>
      <title>Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018468#M960176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;  I need to show error message at the selection screen. &lt;/P&gt;&lt;P&gt;I am calling the screen inside the START-OF-SELECTION, and processing the calculation and putting the data into i_final internal table. If internal table I_FINAL is empty I have to show error message saying ' DATA is empty' , this error message should be shown at the SELECTION SCREEN (Report input screen 1000) and provide the user to enter the input values once again. &lt;/P&gt;&lt;P&gt;But whenever I am populating error message, I am getting a pop up to chose exit, and process is terminating. &lt;/P&gt;&lt;P&gt;Since I am in the middle of the screen processing whenever I am giving a error message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how can I populate error message without terminating the process while I was in the middle of the screen processing logic. &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;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018468#M960176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018469#M960177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;AT SELECTION-SCREEN&lt;/STRONG&gt; event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018469#M960177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018470#M960178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Try to use the command &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018470#M960178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018471#M960179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To populate error message without terminating the process, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE type I... DISPLAY LIKE E.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018471#M960179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018472#M960180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give ur &lt;/P&gt;&lt;P&gt;message type I &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which stands for info message &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Snehi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018472#M960180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018473#M960181</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 AT SELECTION-SCREEN event u can raise Error Message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018473#M960181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018474#M960182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can validate by using the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN Event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and raising error message type&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;message text-xxx type 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will allow user to enter correct input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018474#M960182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018475#M960183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put if condition where u r filling the I_FINAL TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After filling the I_FINAL table put condition like as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I_FINAL[] is not intial.&lt;/P&gt;&lt;P&gt;message 'Data is Empty' type 'I'.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will take you to the selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018475#M960183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T07:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018476#M960184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it's going to ouput list with empty data records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since  I am using SET_TABLE &lt;U&gt;FOR&lt;/U&gt;FIRST_DISPLAY function to display the alv list in the Table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 08:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018476#M960184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T08:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018477#M960185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use AT SELECTION-SCREEN ON FIELD,&lt;/P&gt;&lt;P&gt;      AT SELECTION-SCREEN ON BLOCK,&lt;/P&gt;&lt;P&gt;      AT SELECTION-SCREEN events to perform   validation on your selection screen which will allow you to throw a error message  in the status bar and will allow the user to enter a new value, you can use message type E &amp;amp; W...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;pritam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 05:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018477#M960185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T05:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018478#M960186</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;If u are trying to validate a field use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION_SCREEN ON &amp;lt;field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if want to validate a block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN ON &amp;lt;block&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Universal Validation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and display a 'E' Message inside the block.&lt;/P&gt;&lt;P&gt;You can Enter Correct Value and start processing Forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 05:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018478#M960186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T05:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error message at the selection screen while processing screen logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018479#M960187</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;Use the statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Leave List Processing.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 05:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-at-the-selection-screen-while-processing-screen-logic/m-p/4018479#M960187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T05:55:23Z</dc:date>
    </item>
  </channel>
</rss>

