<?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 Back to the Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858642#M670274</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;&lt;/P&gt;&lt;P&gt;I am working on a report with a BDC upload function. It displays an error message if the data from the upload text file doesnt match a certain condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when this error message pops up, I need to get back to the selection screen. As of now, after the error display - I am on a blank 'SAP R/3' screen with all passive buttons except the 'Enter' one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you could help me with the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 12:44:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-03T12:44:06Z</dc:date>
    <item>
      <title>Back to the Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858642#M670274</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;&lt;/P&gt;&lt;P&gt;I am working on a report with a BDC upload function. It displays an error message if the data from the upload text file doesnt match a certain condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when this error message pops up, I need to get back to the selection screen. As of now, after the error display - I am on a blank 'SAP R/3' screen with all passive buttons except the 'Enter' one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you could help me with the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 12:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858642#M670274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T12:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858643#M670275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to check the File and Raise the Error message in AT SELECTION-SCREEN event, then you won't get this type of Problem&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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 12:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858643#M670275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T12:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858644#M670276</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;The reason for this is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We should not generate the Error Messages ( Type E ) in the List Events such as START-OF-SELECTION and END-OF-SELECTION. Bcoz this will make the Screen blank and does not allow the user to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Instead of the Error Message use this statement (Type S)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Message S100(Zmsg).  "Generates status message &lt;/P&gt;&lt;P&gt;Leave list-processing.    "Returns control to Selection Screen&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 12:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858644#M670276</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-03T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858645#M670277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a bunch mate!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 13:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858645#M670277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T13:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858646#M670278</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;Instead of error message use information message in following way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message I002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave list-processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 13:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-the-selection-screen/m-p/2858646#M670278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T13:18:53Z</dc:date>
    </item>
  </channel>
</rss>

