<?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: diff between call screen and set screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242914#M483727</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&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="2784737"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2007 12:04:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-28T12:04:30Z</dc:date>
    <item>
      <title>diff between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242910#M483723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;diff CALL SCREEN and SET SCREEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242910#M483723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242911#M483724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If call screen is used, then if Back is pressed in the called screen it returns to the parent screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If set set screen is used, it does not happen, we need to specify the parent screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;S. Chandra Mouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242911#M483724</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2007-05-28T12:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242912#M483725</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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242912#M483725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242913#M483726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call screen is like a call to any function i.e. after execution of the called screen control wouls be automatically returned to the next statement of the point where call was made to the screen. While in case of Set screen it does not return control automatically back to the calling screen but if u wish to do so u have to externally code the statement such as... &lt;/P&gt;&lt;P&gt;LEAVE SCREEN&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN &amp;lt;DYNPRO NO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242913#M483726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242914#M483727</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&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="2784737"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242914#M483727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242915#M483728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab0235c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab0235c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve ur problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Dont forget to reward all the useful replies&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242915#M483728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242916#M483729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET SCREEN 100 sets the next screen to 100 and process the remaining logic in the current screen..&lt;/P&gt;&lt;P&gt;whereas CALL SCREEN 100 leaves the current screen's processing logic and goes to the screen 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242916#M483729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242917#M483730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi narendra chou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen: when used system transfers to the given screen first process it n comes back n resumes the excution from the point in the 1st screen where it had stopped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set screen: when used system first executes the cureent screen n navigates to the specified screen n it executes it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 12:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-screen-and-set-screen/m-p/2242917#M483730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T12:21:54Z</dc:date>
    </item>
  </channel>
</rss>

