<?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 diff b/w CALL SCREEN and SET SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-call-screen-and-set-screen/m-p/2035507#M418048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;       can anyone tell what z the difference b/w CALL SCREEN and SET SCREEN in Dialog Programming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Mar 2007 08:59:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-25T08:59:11Z</dc:date>
    <item>
      <title>diff b/w CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-call-screen-and-set-screen/m-p/2035507#M418048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;       can anyone tell what z the difference b/w CALL SCREEN and SET SCREEN in Dialog Programming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2007 08:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-call-screen-and-set-screen/m-p/2035507#M418048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-25T08:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w CALL SCREEN and SET SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-call-screen-and-set-screen/m-p/2035508#M418049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Call Screen: Calling a single screen can be used for embedding a screen sequence. If you want to prevent the called screen from covering the current screen completely (say u want 2 display both screen)  you can use the CALL SCREEN statement with the STARTING AT and ENDING AT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 200&lt;/P&gt;&lt;P&gt;If we write this statement in screen 100 ,it will goto screen 200 and it will retain screen 100(ie u can come back)&lt;/P&gt;&lt;P&gt;and moreover u have options using this&lt;/P&gt;&lt;P&gt;CALL SCREEN 200 STARTING AT x1 y1 ENDING AT x2 y2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)  If we use set screen first the processing blocks in the present screen will be executed and control goes to the screen which is called.&lt;/P&gt;&lt;P&gt;in this control remains in that calling screen only, it doesnt come back to our screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)In screen 100,we call screen 200.The PBO and PAI of screen 200 is processed.Now in screen 200,if we use leave to screen 100,the processing starts from screen 100 after the call screen 200 statement.The PBO and the PAI of screen 100 need not be processed again from the beginning in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) That is if we use leave to screen,the control goes back to the screen from which the present screen was called and continues with the processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN 200&lt;/P&gt;&lt;P&gt;1) With the above statement , it will goto screen 200 and screen 100 no more remains&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Screen No  0 : This special screen number causes the screen to jump back to the calling screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set screen 0 used to go back to the previous 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;Siddhi&lt;/P&gt;&lt;P&gt;**Reward Points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2007 09:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-call-screen-and-set-screen/m-p/2035508#M418049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-25T09:21:09Z</dc:date>
    </item>
  </channel>
</rss>

