<?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: module pool programming . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528782#M241861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2006 07:38:40 GMT</pubDate>
    <dc:creator>vikrams_chavan</dc:creator>
    <dc:date>2006-08-21T07:38:40Z</dc:date>
    <item>
      <title>module pool programming .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528778#M241857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Pls , tell me what is the difference between as below statements . &lt;/P&gt;&lt;P&gt;1-set screen .&lt;/P&gt;&lt;P&gt;2-leave screen .&lt;/P&gt;&lt;P&gt;3-leave to screen .&lt;/P&gt;&lt;P&gt;4-call screen .&lt;/P&gt;&lt;P&gt;thanks in advance .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 07:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528778#M241857</guid>
      <dc:creator>vikrams_chavan</dc:creator>
      <dc:date>2006-08-21T07:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: module pool programming .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528779#M241858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1-set screen .&lt;/P&gt;&lt;P&gt;     WIll only set a screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2-leave screen .&lt;/P&gt;&lt;P&gt;    Will leave to the screen set by the initial statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3-leave to screen .&lt;/P&gt;&lt;P&gt;   Will leave and move to screen number provided after the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4-call screen . &lt;/P&gt;&lt;P&gt;    Will directly call the screen number and the control goes to this screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbab3635c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbab3635c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 07:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528779#M241858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T07:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: module pool programming .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528780#M241859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET SCREEN.&lt;/P&gt;&lt;P&gt;- by default in screen attributes you have defined what will be the next screen, but if you want to change the next screen dynamically we use the statement SET SCREEN.&lt;/P&gt;&lt;P&gt;for ex: SET SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;- if you want to quit from the current screen, you use this option. so by default the next screen from attributes will be picked but if you have defined the next screen using SET SCREEN that it will overwrite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: SET SCREEN 100.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN.&lt;/P&gt;&lt;P&gt;Just refer to these links..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab3635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab3635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab1c35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab1c35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 07:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528780#M241859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T07:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: module pool programming .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528781#M241860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; 1. Set Screen - Set screen overwrites the screen given in the next screen attribute.&lt;/P&gt;&lt;P&gt;2. Call screen - Call screen calls a new screen and control return backs to the screen given in the next screen attribute&lt;/P&gt;&lt;P&gt;3. leave screen and leave to screen - leaves the screen and control does not return back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 07:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528781#M241860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T07:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: module pool programming .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528782#M241861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 07:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/1528782#M241861</guid>
      <dc:creator>vikrams_chavan</dc:creator>
      <dc:date>2006-08-21T07:38:40Z</dc:date>
    </item>
  </channel>
</rss>

