<?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: The difference between CALL SCREEN and SET SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951200#M1154480</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;Thanks for all the replies.&lt;/P&gt;&lt;P&gt;I am somehow still not really understand the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a sample program that developed by other developer. I able to find the SET SCREEN statement in the program, however there is not CALL SCREEN statement. And the program runs smoothly without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I have missed out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2008 08:38:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-24T08:38:53Z</dc:date>
    <item>
      <title>The difference between CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951197#M1154477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read thru the explanation via F1 for CALL SCREEN and SET SCREEN.&lt;/P&gt;&lt;P&gt;However, I am still not really clear of the main difference between these two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am not wrong, the main difference is when first time calling to other screen, then we use CALL screen, subsequently, we will use SET screen for the following screen calling.&lt;/P&gt;&lt;P&gt;We are not supposed to use SET screen during the first time calling screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am wrong, Could someone explain it to me in example?&lt;/P&gt;&lt;P&gt;Please do not copy and paste the explanation from F1, as I have already read through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951197#M1154477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951198#M1154478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi myahsam wong &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;You are somehow right for the call screen and set screen. But the basic purpose of set screen is use to set the screen number before calling the statement call screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN 9999&lt;/P&gt;&lt;P&gt;CALL SCREEN.&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;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951198#M1154478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951199#M1154479</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 major difference between these two statements is:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL SCREEN&lt;/STRONG&gt; statement triggers the PBO section of the called screen immediately (as and when it encounters this statement).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET SCREEN&lt;/STRONG&gt; processes the remaining statements of the current screen and then goes to the called screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951199#M1154479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951200#M1154480</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;Thanks for all the replies.&lt;/P&gt;&lt;P&gt;I am somehow still not really understand the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a sample program that developed by other developer. I able to find the SET SCREEN statement in the program, however there is not CALL SCREEN statement. And the program runs smoothly without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I have missed out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951200#M1154480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951201#M1154481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI..&lt;/P&gt;&lt;P&gt;Refer this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechies.com/what-is-the-difference-between-set-screen-and-call-screen/" target="test_blank"&gt;http://www.saptechies.com/what-is-the-difference-between-set-screen-and-call-screen/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951201#M1154481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951202#M1154482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://forums.sdn.sap.com/click.jspa?searchID=20292383&amp;amp;messageID=5479740]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951202#M1154482</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-12-24T08:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951203#M1154483</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 is stack process whn you talk about the call screen.&lt;/P&gt;&lt;P&gt;whenever you call any screen by using call screen 9000 then this gets added in your stack.&lt;/P&gt;&lt;P&gt;eg call screen 9000&lt;/P&gt;&lt;P&gt;   then call screen 9001 then 9002 and so on..&lt;/P&gt;&lt;P&gt;so in your stack there will be entries of screen like&lt;/P&gt;&lt;P&gt;9002&lt;/P&gt;&lt;P&gt;9001&lt;/P&gt;&lt;P&gt;9000.&lt;/P&gt;&lt;P&gt;(last come first out).&lt;/P&gt;&lt;P&gt;in this senario when you use set screen 0.leave to screen. cursor will come to PBO of 9002 as it is last in stack but will get called first as default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when you say set screen 9000 , you will have to use leave to screen statement .without this you cant go to that screen. calling a screen by this method does not put screens in any stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you will understand nw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951203#M1154483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951204#M1154484</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;With SET SCREEN, the current screen simply specifies the next screen in the chain. control branches to this next screen as soon as the current screen has been processed. Return from next screen to current screen is not automatic. It does not interrupt processing of the current screen. If we want to branch to the next screen without finishing the current one, use LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With CALL SCREEN, the current (calling) chain is suspended, and a next screen (or screen chain) is called in. The called screen can then return to the suspended chain with the statement LEAVE SCREEN TO SCREEN 0. Sometimes we might want to let an user call a popup screen from the main application screen to let them enter secondary information. After they have completed their entries, the users should be able to close the popup and return directly to the place where they left off in the main screen. Here comes CALL SCREEN into picture. This statement lets us insert such a sequence into the current one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sathish R Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-call-screen-and-set-screen/m-p/4951204#M1154484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:53:30Z</dc:date>
    </item>
  </channel>
</rss>

