<?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: BACK Button Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719462#M314135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, i want this message...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the thing is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i press back button (first button) then it showing in popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i press first exit button ( condition fails... error in status bar).. edit values... then i press back button.. error comes in status bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont know where it is triggering the popup option.&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, 07 Nov 2006 21:29:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-07T21:29:39Z</dc:date>
    <item>
      <title>BACK Button Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719458#M314131</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;by using user exit i validate the values which is entered by enduser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user press SAVE button .. user exit triggers and validate the values, if condition fails show a error message in status bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is when user press BACK button ... user exit triggers, if condition fails.. a popup error coming instead of in statusbar. in popup only exit button is there... when exit then out of t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help.. how can we solve this popup problem by back button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even when user press 'EXIT' button then error comes in status bar.&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, 07 Nov 2006 20:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719458#M314131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T20:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: BACK Button Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719459#M314132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in your user exit, make sure to check the SY-UCOMM value before doing your validations.  You will need to find out what the fcodes are for the BACK, EXIT, and CANCEL buttons in the gui status of of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;check sy-ucomm &amp;lt;&amp;gt; 'BACK'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 20:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719459#M314132</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-07T20:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: BACK Button Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719460#M314133</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;end user can press back, exit, cancel buttons also... not only save button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even user press back button i need a error message in status bar only not as popup....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we press back button somewhere it changes the message type ... and popup coming.&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, 07 Nov 2006 21:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719460#M314133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T21:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: BACK Button Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719461#M314134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, so you still want the message, just in the status bar, not as a popup?   Not sure how you would control this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 21:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719461#M314134</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-07T21:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: BACK Button Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719462#M314135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, i want this message...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the thing is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i press back button (first button) then it showing in popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i press first exit button ( condition fails... error in status bar).. edit values... then i press back button.. error comes in status bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont know where it is triggering the popup option.&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, 07 Nov 2006 21:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719462#M314135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T21:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: BACK Button Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719463#M314136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go into debugging mode (/h) and then do breakpoints-breakpoint at-&amp;gt;statement-&amp;gt; and enter 'Message'. This should show you the difference between the two options and maybe help you to code round it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 00:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-button-problem/m-p/1719463#M314136</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-11-08T00:04:30Z</dc:date>
    </item>
  </channel>
</rss>

