<?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: Enable back button in blank screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375298#M1236445</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;my sugesstion is, make the MESSAGE type as '&lt;STRONG&gt;I&lt;/STRONG&gt;', then whenever there is no entry in LIKP, it will give an information message in a pop-up and when u click on the ok button it will navigate to selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2009 03:41:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-25T03:41:54Z</dc:date>
    <item>
      <title>Enable back button in blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375295#M1236442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      I have created ABAP report in se38, based on the delivey no.When we enter delivery no we get the packing slip of that delivery no in smart form.&lt;/P&gt;&lt;P&gt;I have given the input validation also.When the delivery no is not in the LIKP table ihave given a message like this "Delivery no not found"&lt;/P&gt;&lt;P&gt;At thet time one blank screen will come.My problem is i want to enable the back button in that blank screen.Plz guide me how to enable the back button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 03:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375295#M1236442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T03:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Enable back button in blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375296#M1236443</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;To avoid this situation peform all validations in &lt;STRONG&gt;AT SELECTION-SCREEN&lt;/STRONG&gt; event.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT SELECTION-SCREEN.
  "validate delivery no from LIKP table; if not found display error message
  "control is on selection screen only
START-OF-SELECTION.
  "code
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tarun Gambhir on Mar 25, 2009 9:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 03:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375296#M1236443</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-03-25T03:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enable back button in blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375297#M1236444</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;Can u plz tell why you need the Back button there  ?&lt;/P&gt;&lt;P&gt;If you give stop statement after the error message it returns to the previous screen .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 03:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375297#M1236444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T03:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Enable back button in blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375298#M1236445</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;my sugesstion is, make the MESSAGE type as '&lt;STRONG&gt;I&lt;/STRONG&gt;', then whenever there is no entry in LIKP, it will give an information message in a pop-up and when u click on the ok button it will navigate to selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 03:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375298#M1236445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T03:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enable back button in blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375299#M1236446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.now my problem is solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 03:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375299#M1236446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T03:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Enable back button in blank screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375300#M1236447</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 can give the error message when no record found in LIKP table as &lt;/P&gt;&lt;P&gt; MESSAGE i100  WITH text-001. "text 001 is the message &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, 25 Mar 2009 03:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-back-button-in-blank-screen/m-p/5375300#M1236447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T03:45:48Z</dc:date>
    </item>
  </channel>
</rss>

