<?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 Call Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5084304#M1180695</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;I have a stmt call screen 100 inside a subroutine.On this screen i have a continue button.When i press the continue button i want the stmts below this call screen 100 stmt and all other subroutines to be executed.I dont want to stop as soon as my call screen is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this stmt is inside a  subroutine, i cannot place all the other subroutines in the PAI of this screen 100 .&lt;/P&gt;&lt;P&gt;Pls suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2009 07:11:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-06T07:11:24Z</dc:date>
    <item>
      <title>Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5084304#M1180695</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;I have a stmt call screen 100 inside a subroutine.On this screen i have a continue button.When i press the continue button i want the stmts below this call screen 100 stmt and all other subroutines to be executed.I dont want to stop as soon as my call screen is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this stmt is inside a  subroutine, i cannot place all the other subroutines in the PAI of this screen 100 .&lt;/P&gt;&lt;P&gt;Pls suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5084304#M1180695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5084305#M1180696</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;then use set screen instead of call screen...&lt;/P&gt;&lt;P&gt;because if u use set screen, it will execute next statement after set screen and then control goes to the screen given in set screen...so ur requirements is fulfilled by using set screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.,&lt;/P&gt;&lt;P&gt;subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5084305#M1180696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5084306#M1180697</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;Use it this way:-&lt;/P&gt;&lt;P&gt;Say you have for PAI module code:-&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
module m_100.
  perform sub1.
  perform sub2.
  perform sub3.
endmodule.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
form sub1.
  "code
  set screen &amp;lt;screen_number&amp;gt;.
  "code
endform.

form sub2.
  "code
endform.

form sub3.
  "code
  "code
  leave screen.
endform.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will execute all the code for sub1 and the set screen say 200 and will execute rest code for sub2 and sub3. When statement &lt;STRONG&gt;leave screen&lt;/STRONG&gt; is encountered then the control moves to screen 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5084306#M1180697</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-02-06T07:19:41Z</dc:date>
    </item>
  </channel>
</rss>

