<?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: Display error message in screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003851#M408200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on user-exit in which I have added new screen to get the confirmation from user. So upon user clicks the option 'NO', I should display an error message and allow them to edit the fields in main program screen. I am not getting how to set control to prev screen (which is only in my main program and not in user exit). So if i give the screen number of main program, it will surely give dump.&lt;/P&gt;&lt;P&gt;Tcode is MB11. In between second and third screen processing my user exit is called. Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nidhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2007 10:30:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-19T10:30:54Z</dc:date>
    <item>
      <title>Display error message in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003848#M408197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on user exit. I have created a screen for the user to confirm the selection. Based on the user's choice, if yes i have to proceed so i've set screen 0. leave screen. But when they select no i've display an error message and take the control to previous screen(ie., the current screen where i validate )..i'm facing a problem here. I have displayed the error msg. It comes as pop-up. From there how to take the control to previous screen. All other screens are from main program. Only the screen i created is available here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&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>Fri, 16 Mar 2007 01:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003848#M408197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T01:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003849#M408198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kathirvel,&lt;/P&gt;&lt;P&gt;   I think better to mention message type as I.&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;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 07:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003849#M408198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T07:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003850#M408199</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;&amp;lt;b&amp;gt;IF&amp;lt;/b&amp;gt; &amp;lt;condition&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MESSAGE......................&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LEAVE TO SCREEN&amp;lt;/b&amp;gt; number(to which screen u want to leave).&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;ENDIF&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 07:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003850#M408199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003851#M408200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on user-exit in which I have added new screen to get the confirmation from user. So upon user clicks the option 'NO', I should display an error message and allow them to edit the fields in main program screen. I am not getting how to set control to prev screen (which is only in my main program and not in user exit). So if i give the screen number of main program, it will surely give dump.&lt;/P&gt;&lt;P&gt;Tcode is MB11. In between second and third screen processing my user exit is called. Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nidhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 10:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003851#M408200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T10:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display error message in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003852#M408201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not sure but try in this way you submit proram name and return so it will take to that screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 08:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-error-message-in-screen/m-p/2003852#M408201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T08:05:44Z</dc:date>
    </item>
  </channel>
</rss>

