<?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: Difference between call screen and setscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790830#M651078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET Screen &amp;lt;NO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement will change the Next Screen Dynamically. It will not transfer the Control to the Called Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN &amp;lt;NO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Statement interrupts the Processing current screen and Calls the Given Screen.&lt;/P&gt;&lt;P&gt;To return the Control back to the Calling Screen we can use.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Sep 2007 09:20:03 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-09-01T09:20:03Z</dc:date>
    <item>
      <title>Difference between call screen and setscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790826#M651074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difference between call screen and setscreen..&lt;/P&gt;&lt;P&gt;can anyne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 08:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790826#M651074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T08:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between call screen and setscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790827#M651075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;CALL SCREEN will terminates current screen process and control goes to next screen&lt;/P&gt;&lt;P&gt;and conrol can comes back by using&lt;/P&gt;&lt;P&gt;statement LEAVE TO SCREEN 100.&lt;/P&gt;&lt;P&gt;but in SET SCREEN control goes to next called screen after complete the process of current screen control nver comes back to calling screen&lt;/P&gt;&lt;P&gt;LEAVE SCREEN terminates the process of the current screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if you find helpful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 09:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790827#M651075</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-09-01T09:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between call screen and setscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790828#M651076</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;The difference is as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Screen: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system will go to process the called screen, leaving the processing of calling screen on hold. On using LEAVE SCREEN in the called screen, the system will come back and resume the processing of the calling screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The processing of the calling screen is terminated and the system starts the processing of called screen. The execution will not come back to the calling screen again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 09:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790828#M651076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T09:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between call screen and setscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790829#M651077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With SET SCREEN the current screen simply specifies the next screen in the chain , control branches to this next screen as sonn as th e current screen has been processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 09:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790829#M651077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T09:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between call screen and setscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790830#M651078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET Screen &amp;lt;NO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement will change the Next Screen Dynamically. It will not transfer the Control to the Called Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN &amp;lt;NO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Statement interrupts the Processing current screen and Calls the Given Screen.&lt;/P&gt;&lt;P&gt;To return the Control back to the Calling Screen we can use.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 09:20:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790830#M651078</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-01T09:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between call screen and setscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790831#M651079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Call Screen =  &amp;lt;b&amp;gt;IMMEDIATELY&amp;lt;/b&amp;gt; go to the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Set Screen = First Finish the PAI of current screen,&lt;/P&gt;&lt;P&gt;                        and then after completion,&lt;/P&gt;&lt;P&gt;                        go to the new screen.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 10:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-call-screen-and-setscreen/m-p/2790831#M651079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T10:09:31Z</dc:date>
    </item>
  </channel>
</rss>

