<?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 module-pool: how to create different blocks at same screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-how-to-create-different-blocks-at-same-screen/m-p/4315407#M1028582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;       can i create different blocks at same selection-screen in module-pool? if yes,how?and can i use 'loop at screen' in dat case?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 18:04:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-29T18:04:22Z</dc:date>
    <item>
      <title>module-pool: how to create different blocks at same screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-how-to-create-different-blocks-at-same-screen/m-p/4315407#M1028582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;       can i create different blocks at same selection-screen in module-pool? if yes,how?and can i use 'loop at screen' in dat case?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 18:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-how-to-create-different-blocks-at-same-screen/m-p/4315407#M1028582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T18:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: module-pool: how to create different blocks at same screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-how-to-create-different-blocks-at-same-screen/m-p/4315408#M1028583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer any one . Dont create Duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="984053"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 18:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-how-to-create-different-blocks-at-same-screen/m-p/4315408#M1028583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T18:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: module-pool: how to create different blocks at same screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-how-to-create-different-blocks-at-same-screen/m-p/4315409#M1028584</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;its simple&lt;/P&gt;&lt;P&gt;In selection screen you can write like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of block b1 .&lt;/P&gt;&lt;P&gt;select-options :,,,&lt;/P&gt;&lt;P&gt;selection-screen end of block b1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of block b2 .&lt;/P&gt;&lt;P&gt;select-options :,,,&lt;/P&gt;&lt;P&gt;selection-screen end of block b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of block b3 .&lt;/P&gt;&lt;P&gt;select-options :,,,&lt;/P&gt;&lt;P&gt;selection-screen end of block b3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will display like blocks in  default selection screen 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like normal you can use loop at screen on he group basis or name boasis &lt;/P&gt;&lt;P&gt;try this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 06:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-how-to-create-different-blocks-at-same-screen/m-p/4315409#M1028584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T06:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: module-pool: how to create different blocks at same screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-how-to-create-different-blocks-at-same-screen/m-p/4315410#M1028585</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 the following program in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program Name: &lt;STRONG&gt;DEMO_SEL_SCREEN_IN_TABSTRIP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 06:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-how-to-create-different-blocks-at-same-screen/m-p/4315410#M1028585</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-07-30T06:13:31Z</dc:date>
    </item>
  </channel>
</rss>

