<?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 Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-selection-screen/m-p/3787384#M911157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user wants the custom module pool selection screen to look like a list selection screen.  Meaning that they want to have the multiple selection box come up at the end of the field.  I don't think that this is possible but maybe someone has some ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2008 18:48:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-23T18:48:11Z</dc:date>
    <item>
      <title>Module Pool Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-selection-screen/m-p/3787384#M911157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user wants the custom module pool selection screen to look like a list selection screen.  Meaning that they want to have the multiple selection box come up at the end of the field.  I don't think that this is possible but maybe someone has some ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 18:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-selection-screen/m-p/3787384#M911157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T18:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-selection-screen/m-p/3787385#M911158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange requirement....Why not create a z-report with a selection screen and next call screen from module pool? No-body will notice the difference between module pool and report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 19:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-selection-screen/m-p/3787385#M911158</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-23T19:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-selection-screen/m-p/3787386#M911159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use code like the following in your TOP include. &lt;/P&gt;&lt;P&gt;Note that we have defined screen 500 in the code. &lt;/P&gt;&lt;P&gt;Now in your transaction code for this module pool set this as the openingscreen. Please revert in case of any clarifications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code. &lt;/P&gt;&lt;P&gt;=AF--- &lt;/P&gt;&lt;P&gt;selection-screen : begin of screen 500 as window. &lt;/P&gt;&lt;P&gt;selection-screen : begin of block abc with frame title text-001. &lt;/P&gt;&lt;P&gt;select-options : s_bukrs for mseg-bukrs no intervals no-extension &lt;/P&gt;&lt;P&gt;obligatory. &lt;/P&gt;&lt;P&gt;parameter : p_postdt like mkpf-budat obligatory. &lt;/P&gt;&lt;P&gt;select-options : s_vendor for mseg-lifnr. &lt;/P&gt;&lt;P&gt;selection-screen : end of block abc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of block def with frame title text-002. &lt;/P&gt;&lt;P&gt;parameter : c_fore radiobutton group g1 default 'X', &lt;/P&gt;&lt;P&gt;c_back radiobutton group g1 . &lt;/P&gt;&lt;P&gt;selection-screen : end of block def. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : end of screen 500. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen. &lt;/P&gt;&lt;P&gt;if sy-ucomm = 'CRET'. &lt;/P&gt;&lt;P&gt;perform get_data. &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Apr 2008 17:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-selection-screen/m-p/3787386#M911159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-26T17:36:00Z</dc:date>
    </item>
  </channel>
</rss>

