<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5087149#M1181085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amardeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any at selection-screen events written in your program....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so , put one if condition on all the at selection-screen events....&lt;/P&gt;&lt;P&gt;if sy-ucomm NE &amp;lt;function_code of continue button&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddarth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2009 07:51:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-06T07:51:32Z</dc:date>
    <item>
      <title>Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5087147#M1181083</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 call screen 100 stmt in my ABAP code.In PAI of this screen i have continue button.When i click on this button , i want my next line in ABAP code under call screen stmt to be executed.There is only one screen in my whole program ie 100.Rest is just abap code.&lt;/P&gt;&lt;P&gt;pls suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5087147#M1181083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5087148#M1181084</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;You could do it this way......in the PAI of 100, at the user command 'continue'......set a variable as a flag to 'X' and call the same program or transaction using call-transaction....then it will again call the same transaction or program....then you can keep a check using the flag set in PAI of 100 to determine which portion of the code you want to execute using the flag set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The flag will help you to execute the code from the next statement of the continue command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5087148#M1181084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5087149#M1181085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amardeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any at selection-screen events written in your program....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so , put one if condition on all the at selection-screen events....&lt;/P&gt;&lt;P&gt;if sy-ucomm NE &amp;lt;function_code of continue button&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddarth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5087149#M1181085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5087150#M1181086</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 out this link: &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu/en/ABAPCALL_SCREEN.htm" target="test_blank"&gt;http://help.sap.com/abapdocu/en/ABAPCALL_SCREEN.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says that :&lt;/P&gt;&lt;P&gt;The called dynpro sequence is terminated as soon as one of the involved dynpros branches to a next dynpro with number 0. The program continues after CALL SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your continue button: CALL SCREEN 0.&lt;/P&gt;&lt;P&gt;Then your screen 100 will close and program execution will start from the line after CALL statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayanthi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 08:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5087150#M1181086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T08:23:08Z</dc:date>
    </item>
  </channel>
</rss>

