<?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: SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538390#M851308</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;There should be any button on screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AT SELECT-SCREEN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-ucomm EQ 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    leave screen to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2008 05:04:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-06T05:04:43Z</dc:date>
    <item>
      <title>SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538388#M851306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm using call screen statement but that increases screen levels what shud i use to leave to previous screen .&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;i'm using call screen 1002 starting at 45 60&lt;/P&gt;&lt;P&gt;                                        ending at 60 90.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will call a small screen .now what to do to return to previous screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 04:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538388#M851306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T04:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538389#M851307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the LEAVE statement&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0100&amp;lt;prev scr no&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 05:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538389#M851307</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2008-03-06T05:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538390#M851308</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;There should be any button on screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AT SELECT-SCREEN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-ucomm EQ 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    leave screen to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 05:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538390#M851308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T05:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538391#M851309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Vivek Gaur&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;  When you want to go back to previous sprees just use &lt;STRONG&gt;LEAVE TO SCREEN 0&lt;/STRONG&gt;  in some button see the following example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ex&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if sy-ucomm eq 'BACK'.
  LEAVE TO SCREEN 0.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is useful,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 05:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538391#M851309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T05:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538392#M851310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RESOLVED&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 05:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3538392#M851310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T05:15:14Z</dc:date>
    </item>
  </channel>
</rss>

