<?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: LEAVE SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105445#M1509051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have called another transaction and  that user-exit is in that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than LEAVE SCREEN does not work or returns to main screen of called transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use LEAVE PROGRAM. statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jul 2010 14:41:28 GMT</pubDate>
    <dc:creator>bbalci</dc:creator>
    <dc:date>2010-07-29T14:41:28Z</dc:date>
    <item>
      <title>LEAVE SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105441#M1509047</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;i execute a program, and it displays the alv output, and if i double click on the details, it takes to another transaction of user exit, in the user exit, i need to perform some check, and if there is error message and then it should get back to the alv output screen again. I tried all "LEAVE SCREEN", LEAVE TO SCREEN 0. Nothing is working. Anyone can suggest to solve this.&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;anbu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 10:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105441#M1509047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-27T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105442#M1509048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SET SCREEN 0
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 12:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105442#M1509048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T12:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105443#M1509049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give another # for Screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my information, Screen cannot be of # '0'. It has to be certain value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105443#M1509049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T14:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105444#M1509050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friend...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, read documentation about what does mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
set screen 0.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105444#M1509050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T14:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105445#M1509051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have called another transaction and  that user-exit is in that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than LEAVE SCREEN does not work or returns to main screen of called transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use LEAVE PROGRAM. statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105445#M1509051</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2010-07-29T14:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105446#M1509052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 04:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105446#M1509052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T04:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105447#M1509053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
set screen 0.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 12:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105447#M1509053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T12:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105448#M1509054</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;Problem solved. set screen 0 will not work. Since it is a user exit, therefore we cannot have the exact dynpro number.&lt;/P&gt;&lt;P&gt;Also i got Ecc 6.0 version, therefore I used the below code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MESSAGE s031(zc) DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;  LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anbu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Aug 2010 21:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/7105448#M1509054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-08T21:51:36Z</dc:date>
    </item>
  </channel>
</rss>

