<?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: What is set screen?difference between set screen &amp;call screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622854#M872790</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 SET SCREEN &amp;lt;nnnn&amp;gt; statement temporarily overwrites the Next screen attribute.&lt;/P&gt;&lt;P&gt;The screen &amp;lt;nnnn&amp;gt; must belong to the same program.&lt;/P&gt;&lt;P&gt;The next screen is processed either when the current screen processing ends, or when you terminate it&lt;/P&gt;&lt;P&gt;using the LEAVE SCREEN statement.&lt;/P&gt;&lt;P&gt;To specify the next screen and leave the current screen in a single step, use the&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN &amp;lt;nnnn&amp;gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can insert a screen sequence. This adds another layer to a stack.&lt;/P&gt;&lt;P&gt;You insert a screen sequence using the CALL SCREEN &amp;lt;nnnn&amp;gt; statement.&lt;/P&gt;&lt;P&gt;Note: Layers created in this way must be removed afterwards. You can do this by setting the next screen&lt;/P&gt;&lt;P&gt;statically or dynamically to the initial value (0) an the end of the inserted screen sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To interrupt processing of the current screen and branch to a new screen (or sequence of screens), use&lt;/P&gt;&lt;P&gt;the CALL SCREEN &amp;lt;nnnn&amp;gt; statement. The screen &amp;lt;nnnn&amp;gt; must belong to the same program.&lt;/P&gt;&lt;P&gt;In the program, the system constructs a stack. The stack has to be destroyed before the end of the&lt;/P&gt;&lt;P&gt;program.&lt;/P&gt;&lt;P&gt;To return to the statement following the CALL SCREEN statement, you can use either SET SCREEN 0.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN. or LEAVE TO SCREEN 0. The screen that called the other screen is then processed&lt;/P&gt;&lt;P&gt;further.&lt;/P&gt;&lt;P&gt;If you use the above statements outside a call chain, the program terminates, and control returns to the&lt;/P&gt;&lt;P&gt;point from which it was called. You can also terminate a program using the ABAP statement LEAVE&lt;/P&gt;&lt;P&gt;PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the CALL SCREEN statement, you can use the STARTING AT and ENDING AT additions to specify&lt;/P&gt;&lt;P&gt;the position and size of the screen that you are calling. The screen in the CALL SCREEN statement&lt;/P&gt;&lt;P&gt;must be defined as a modal dialog box (to comply with SAP's ergonomic standards).&lt;/P&gt;&lt;P&gt;If you omit the ENDING AT statement, the size of the dialog box is determined by the Used size in its&lt;/P&gt;&lt;P&gt;screen attributes. The system then determines the dialog box size using the Occupied size screen&lt;/P&gt;&lt;P&gt;attribute.&lt;/P&gt;&lt;P&gt;If you use the ENDING AT addition, the system displays as much of the dialog box as will fit into the&lt;/P&gt;&lt;P&gt;available space. If there is not enough room to show the entire dialog box, it appears with scrollbars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 05:09:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T05:09:28Z</dc:date>
    <item>
      <title>What is set screen?difference between set screen &amp;call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622853#M872789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is set screen?difference between set screen &amp;amp;call screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622853#M872789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T05:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: What is set screen?difference between set screen &amp;call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622854#M872790</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 SET SCREEN &amp;lt;nnnn&amp;gt; statement temporarily overwrites the Next screen attribute.&lt;/P&gt;&lt;P&gt;The screen &amp;lt;nnnn&amp;gt; must belong to the same program.&lt;/P&gt;&lt;P&gt;The next screen is processed either when the current screen processing ends, or when you terminate it&lt;/P&gt;&lt;P&gt;using the LEAVE SCREEN statement.&lt;/P&gt;&lt;P&gt;To specify the next screen and leave the current screen in a single step, use the&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN &amp;lt;nnnn&amp;gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can insert a screen sequence. This adds another layer to a stack.&lt;/P&gt;&lt;P&gt;You insert a screen sequence using the CALL SCREEN &amp;lt;nnnn&amp;gt; statement.&lt;/P&gt;&lt;P&gt;Note: Layers created in this way must be removed afterwards. You can do this by setting the next screen&lt;/P&gt;&lt;P&gt;statically or dynamically to the initial value (0) an the end of the inserted screen sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To interrupt processing of the current screen and branch to a new screen (or sequence of screens), use&lt;/P&gt;&lt;P&gt;the CALL SCREEN &amp;lt;nnnn&amp;gt; statement. The screen &amp;lt;nnnn&amp;gt; must belong to the same program.&lt;/P&gt;&lt;P&gt;In the program, the system constructs a stack. The stack has to be destroyed before the end of the&lt;/P&gt;&lt;P&gt;program.&lt;/P&gt;&lt;P&gt;To return to the statement following the CALL SCREEN statement, you can use either SET SCREEN 0.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN. or LEAVE TO SCREEN 0. The screen that called the other screen is then processed&lt;/P&gt;&lt;P&gt;further.&lt;/P&gt;&lt;P&gt;If you use the above statements outside a call chain, the program terminates, and control returns to the&lt;/P&gt;&lt;P&gt;point from which it was called. You can also terminate a program using the ABAP statement LEAVE&lt;/P&gt;&lt;P&gt;PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the CALL SCREEN statement, you can use the STARTING AT and ENDING AT additions to specify&lt;/P&gt;&lt;P&gt;the position and size of the screen that you are calling. The screen in the CALL SCREEN statement&lt;/P&gt;&lt;P&gt;must be defined as a modal dialog box (to comply with SAP's ergonomic standards).&lt;/P&gt;&lt;P&gt;If you omit the ENDING AT statement, the size of the dialog box is determined by the Used size in its&lt;/P&gt;&lt;P&gt;screen attributes. The system then determines the dialog box size using the Occupied size screen&lt;/P&gt;&lt;P&gt;attribute.&lt;/P&gt;&lt;P&gt;If you use the ENDING AT addition, the system displays as much of the dialog box as will fit into the&lt;/P&gt;&lt;P&gt;available space. If there is not enough room to show the entire dialog box, it appears with scrollbars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622854#M872790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T05:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: What is set screen?difference between set screen &amp;call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622855#M872791</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;CALL SCREEN statement interrupts the current screen sequence and starts a new one. When you start a screen sequence with a transaction code, you can stack up to 50 other screen sequences on top of it. However, you should not exceed 40 sequences, since help and error dialogs also use internally-implemented screen sequences. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every screen has a static next screen that specifies the next screen to be called after the current one, as long as it is not overwritten dynamically. In the processing logic, that is, a dialog module called by the screen, you can use the SET SCREENstatement to overwrite the statically-defined next screen dynamically: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN Folgedynpro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement defines a new next screen for the current program run. You can also specify the number of the next screen as a field containing a screen number. The statically-defined next screen is ignored. However, this only overrides the static screen sequence temporarily. The static value for the next screen, as defined in the Screen Painter, is always retained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LEAVE SCREEN statement ends the current screen and calls the subsequent screen. The next screen is either the static next screen or a dynamic next screen. In the second case, you must override the static next screen using the SET SCREEN statement before the LEAVE SCREEN statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622855#M872791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T05:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: What is set screen?difference between set screen &amp;call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622856#M872792</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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/points if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622856#M872792</guid>
      <dc:creator>ak_upadhyay</dc:creator>
      <dc:date>2008-03-19T05:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is set screen?difference between set screen &amp;call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622857#M872793</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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622857#M872793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T05:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: What is set screen?difference between set screen &amp;call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622858#M872794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen attriutes there is field for NEXT SCREEN.This means the next screen for thr current screen.&lt;/P&gt;&lt;P&gt;This SET SCREEN is used to dynamically set the NEXT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN 9000.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means it will leave current screen and got SCREEN 9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we directly call CALL SCREEN 9000, it will also got screen 9000, but will internally create a new session inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful&lt;/P&gt;&lt;P&gt;Thanks Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-set-screen-difference-between-set-screen-call-screen/m-p/3622858#M872794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T05:13:40Z</dc:date>
    </item>
  </channel>
</rss>

