<?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 Dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2967734#M700368</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 want to know the exact differences between&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Call screen &lt;/P&gt;&lt;P&gt;Set screen&lt;/P&gt;&lt;P&gt;Leave screen&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Leave to screen&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;statements...&lt;/P&gt;&lt;P&gt;Pls let me know asap...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2007 07:35:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-19T07:35:23Z</dc:date>
    <item>
      <title>Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2967734#M700368</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 want to know the exact differences between&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Call screen &lt;/P&gt;&lt;P&gt;Set screen&lt;/P&gt;&lt;P&gt;Leave screen&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Leave to screen&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;statements...&lt;/P&gt;&lt;P&gt;Pls let me know asap...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 07:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2967734#M700368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T07:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2967735#M700369</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 : (Calls a Screen)&lt;/P&gt;&lt;P&gt;In this case the Control can be returned to the Calling Screen using LEAVE to SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set screen:  Overwrites the Next Screen Dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave screen: Ends the processing of Current Screen and goes to the Next screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 07:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2967735#M700369</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-19T07:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2967736#M700370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in dialog programing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let us consider there are screens 300 400 500 600 700.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while rumnning one screen  after subit button if we need to move to another screen call screen 400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set screen is used when we need to include some constraints for particular screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave screen 0 it is used to exit from particular screen....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward  with points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 07:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2967736#M700370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T07:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2967737#M700371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i think this would clear u r confusion&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;call screen&amp;lt;/b&amp;gt;: terminates current screen process temperorly controller goes to next screen.controller can come back by using leave to screen statement&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;set screen&amp;lt;/b&amp;gt;:after completion of current screen process controller goes to next screen means calling screen dynamically&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;leave screen&amp;lt;/b&amp;gt;:terminates current screen process immediatly&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;leave to screen&amp;lt;/b&amp;gt;: after completion of current screen process controller goes to specified screen.&lt;/P&gt;&lt;P&gt;reward for use ful points&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 07:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2967737#M700371</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-10-19T07:50:45Z</dc:date>
    </item>
  </channel>
</rss>

