<?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: diffrence between leave screen and call screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996849#M75464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for going back avoid using call screen, always use leave screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else you can face error LIST_TOO_MANY_LPROS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more infor in se38 type these keywords and place cursor above them and press F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Surpreet Singh Bal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2005 08:00:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-07T08:00:03Z</dc:date>
    <item>
      <title>diffrence between leave screen and call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996847#M75462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the diffrence between the leave to screen and call screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 07:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996847#M75462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T07:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between leave screen and call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996848#M75463</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;CALL SCREEN is for calling a screen and LEAVE SCREEN is for return from the called screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE SCREEN - Leaves the current screen and processes the next screen. The next screen can be set in the called screen in screen painter or using SET SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN scr - Here the screen number is given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 07:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996848#M75463</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-09-07T07:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between leave screen and call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996849#M75464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for going back avoid using call screen, always use leave screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else you can face error LIST_TOO_MANY_LPROS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more infor in se38 type these keywords and place cursor above them and press F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Surpreet Singh Bal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 08:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996849#M75464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T08:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between leave screen and call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996850#M75465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call Screen statement takes you to the screen specified. After called screen is processed the control returns to statement in the original screen from where the new screen was called.&lt;/P&gt;&lt;P&gt;In case of leave to screen the first screen is terminated and the new screen is called. So the control will not return to the point from where 'leave to screen' was executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 08:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996850#M75465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T08:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between leave screen and call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996851#M75466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL SCREEN is to go to screen,&lt;/P&gt;&lt;P&gt;LEAVE SCREEN is to leave screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use LEAVE SCREEN as CALL SCREEN, if you use it with SET SCREEN:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 100 is the same of SET SCREEN 100. LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write the stataments SET SCREEN &amp;lt;DYNPRO&amp;gt;. LEAVE SCREEN in only one statament like this: LEAVE TO SCREEN &amp;lt;DYNPRO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- CALL SCREEN &amp;lt;DYNPRO&amp;gt;.&lt;/P&gt;&lt;P&gt;- SET SCREEN &amp;lt;DYNPRO&amp;gt;. LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;- LEAVE TO SCREEN &amp;lt;DYNPRO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these stataments do the same thing: to go screen &amp;lt;DYNPRO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you use CALL SCREEN, everytime a screen is called it is placed in a new internal mode, so you can use LEAVE TO SCREEN 0 to back to calling screen automatically:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- CALL SCREEN 100: it goes to screen 100;&lt;/P&gt;&lt;P&gt;- LEAVE TO SCREEN 0: it back to calling screen from screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use LEAVE SCREEN you can't use LEAVE TO SCREEN 0, but you have to indicate the number of calling screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with CALL SCREEN is that the system can only run some internal modes at the same time, after a dump occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you have to develop a module pool with many screens it's better to use LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 08:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996851#M75466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T08:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between leave screen and call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996852#M75467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, add something in my opinion.&lt;/P&gt;&lt;P&gt;You can image the screen flow as a bus.&lt;/P&gt;&lt;P&gt;the bus has some fixed stops which has been planed preliminarily, it will stop at them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN means we get on the bus, it start to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then if we do nothing, the bus will run as the preliminary plan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we are at a stop&lt;/P&gt;&lt;P&gt;SET SCREEN offer us a chance to change the next stop.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN let us leave this stop, move to the next one(preliminarily planed)&lt;/P&gt;&lt;P&gt;LEAVE SCREEN let us leave this stop, move to the next one(dynmaically planed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be helpful&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 08:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996852#M75467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T08:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between leave screen and call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996853#M75468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leave screen is to leave current screen and terminate internal session for current screen.&lt;/P&gt;&lt;P&gt;Call screen is to start another internal session and loading called screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 08:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-leave-screen-and-call-screen/m-p/996853#M75468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T08:36:43Z</dc:date>
    </item>
  </channel>
</rss>

