<?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: Reusing module pool screens in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688864#M1767947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a subscreen you want to use, you can even call it from your new Programm: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;CALL SUBSCREEN sub_area [INCLUDING prog dynnr].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;But then you have to use the same PAI/PBO-logic..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;Jan Martin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 08:09:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-28T08:09:15Z</dc:date>
    <item>
      <title>Reusing module pool screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688861#M1767944</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;There is an existing screen in a z module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to create a new program but I can completely reuse that existing screen in another program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to reuse the screen in my program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 06:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688861#M1767944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-28T06:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing module pool screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688862#M1767945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you can use that screen. Goto SE80 and copy the screen from your existing program to new program. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688862#M1767945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-28T07:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing module pool screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688863#M1767946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can reuse the screen. As like Maju said, in SE80 (Object Navigator), right click on the screen number. Choose option Copy. And you'll get the below screen. In this way you can reuse the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/269227" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shahanaz Hussain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688863#M1767946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-28T07:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing module pool screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688864#M1767947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a subscreen you want to use, you can even call it from your new Programm: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;CALL SUBSCREEN sub_area [INCLUDING prog dynnr].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;But then you have to use the same PAI/PBO-logic..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;Jan Martin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 08:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688864#M1767947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-28T08:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reusing module pool screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688865#M1767948</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;As per my understand we can reuse but that screen have the old logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 09:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reusing-module-pool-screens/m-p/9688865#M1767948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-28T09:39:03Z</dc:date>
    </item>
  </channel>
</rss>

