<?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 program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824796#M919824</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;" Leave to screen 0 " will work when u want to come back from to the screens to have already gone through. For moving to a particular screen it is always better to use " Leave to screen &amp;lt;number&amp;gt;" rather than " Call screen &amp;lt;number&amp;gt; ". Call screen statement will create a internal loop and if that exceeds 50 the program will go short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Sumanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 May 2008 19:30:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-17T19:30:57Z</dc:date>
    <item>
      <title>module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824793#M919821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any body help me..when I run the program, my first screen(selection-screen) is open where I give the input and go to the main screen which is module pool screen 101 and I have a button where clicking on that button we got another screen 102.now using back i come back in my first screen 101. Now I post that screen using bdc and want to come in first input field screen(selectio screen). for that I use 'leave to screen 0' but I come back in 102 screen.But I want to come in input screen.pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2008 12:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824793#M919821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-17T12:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824794#M919822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;Instead try LEAVE TO SCREEN 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2008 13:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824794#M919822</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-17T13:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824795#M919823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;Two things to try and it will work for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to get back on your selection screen say 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this: CALL SCREEN '1000'&lt;/P&gt;&lt;P&gt;              LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd solution is straight but it will loose data on selection screen.&lt;/P&gt;&lt;P&gt;On Back button fcode call the transaction code for program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LEAVE TO TRANSACTION 'Zxxx'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thnx,&lt;/P&gt;&lt;P&gt;Ags.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2008 15:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824795#M919823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-17T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824796#M919824</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;" Leave to screen 0 " will work when u want to come back from to the screens to have already gone through. For moving to a particular screen it is always better to use " Leave to screen &amp;lt;number&amp;gt;" rather than " Call screen &amp;lt;number&amp;gt; ". Call screen statement will create a internal loop and if that exceeds 50 the program will go short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Sumanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2008 19:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824796#M919824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-17T19:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824797#M919825</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;LEAVE TO SCRFEEN 0. will take you to the previous screen which called the current screen, In your case it was 102 which called 101.So u are going back to 101.&lt;/P&gt;&lt;P&gt;If you want to go back to 1000(your first screen), you can write&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 May 2008 02:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/3824797#M919825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-18T02:21:25Z</dc:date>
    </item>
  </channel>
</rss>

