<?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: Call screen-set screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608443#M273024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL SCREEN : Will go to that screen by leaving the current screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN we will populate the next screen number based on some condition.if we say LEAVE SCREEN.then the screen will be displayed what we populated thru SET SCREEN.&lt;/P&gt;&lt;P&gt;till we say LEAVE SCREEN,SET SCREEN WILL dont have any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2006 14:06:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-19T14:06:01Z</dc:date>
    <item>
      <title>Call screen-set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608440#M273021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi exports,&lt;/P&gt;&lt;P&gt;Can any body explain me what is the difference between CALL screen and SET screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608440#M273021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen-set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608441#M273022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call screen will take the control to the called screen's pbo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set screen will not take the control to the screen specified. BUt the control would go to the screen specified after the processing of the current screen.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608441#M273022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen-set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608442#M273023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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 .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;&lt;/P&gt;&lt;P&gt;-          With CALL SCREEN , the current (calling) chain is suspended , and a next screen (screen chain) is called .The called can then return to the suspended chain with the statement LEAVE SCREEN TO SCREEN 0 .Sometime we might want  to let an user call a pop up screen from the main application screen to let him enter secondary information.After they have completed their enteries, 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 intp the current one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608442#M273023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen-set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608443#M273024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL SCREEN : Will go to that screen by leaving the current screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN we will populate the next screen number based on some condition.if we say LEAVE SCREEN.then the screen will be displayed what we populated thru SET SCREEN.&lt;/P&gt;&lt;P&gt;till we say LEAVE SCREEN,SET SCREEN WILL dont have any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608443#M273024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen-set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608444#M273025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL Screen/SET Screen along with LEAVE Screen both are used to move from one screen to another but CALL screen puts an entry in the stack and are not allowed to have more than 9 entries at a time...so it is advisable to use SET Screen and LEAVE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608444#M273025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen-set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608445#M273026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL SCREEN scr [STARTING AT x1 y1 ... ENDING AT x2 y2 ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Calls the screen scr; scr is the number of a screen of the main program. You use SET SCREEN 0. or LEAVE SCREEN. to define the return from the CALL screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;====================================================&lt;/P&gt;&lt;P&gt;SET SCREEN scr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;In ABAP/4 dialogs, this sets the next screen number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system processes the screen with the number scr immediately after the current screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;SET SCREEN 200. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: ( Rel btw CALL and SET )&lt;/P&gt;&lt;P&gt;==== &lt;/P&gt;&lt;P&gt;To leave a screen called with CALL SCREEN or to return from a branch to the transaction selection screen, you must use the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN 0. or LEAVE TO SCREEN 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608445#M273026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen-set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608446#M273027</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;check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2048130"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen-set-screen/m-p/1608446#M273027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:11:53Z</dc:date>
    </item>
  </channel>
</rss>

