<?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: Multiple selection on a module pool screen element: in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-on-a-module-pool-screen-element/m-p/8514829#M1655169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's simple:&lt;/P&gt;&lt;P&gt;1. anywhere in your module pool program define a selection screen containing a select-options.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* dynpro 2200: vkont
SELECTION-SCREEN BEGIN OF SCREEN 2200 AS SUBSCREEN.
SELECT-OPTIONS so_vkont FOR fkkvk-vkont.
SELECTION-SCREEN END OF SCREEN 2200.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In you screen, define a subscreen area. Look at the subscreen help - it must be called in PBO and PAI of you main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't got the complete source right here - but I'm convinced you get it done.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2012 18:39:02 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2012-01-18T18:39:02Z</dc:date>
    <item>
      <title>Multiple selection on a module pool screen element:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-on-a-module-pool-screen-element/m-p/8514827#M1655167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have searched through the forum for a while and have not come across a recent scenario like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an existing module pool program. The module has a screen created using a screen editor and it has&lt;/P&gt;&lt;P&gt;many fields on it and it is being used like a selection screen. I need to add an additional screen&lt;/P&gt;&lt;P&gt;element and have it react like a select-options that would allow me to add multiple selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen element is LAND1 country, I want to be able select multiple countries like a select-options would handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible or is there a setting that can handle that? Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-on-a-module-pool-screen-element/m-p/8514827#M1655167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-18T18:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection on a module pool screen element:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-on-a-module-pool-screen-element/m-p/8514828#M1655168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can put a button beside the field that says something like 'multiple selections'. When it is pressed, call up another screen with this field as a select-options. There are many discussions of how to do this in the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-on-a-module-pool-screen-element/m-p/8514828#M1655168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-18T18:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection on a module pool screen element:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-on-a-module-pool-screen-element/m-p/8514829#M1655169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's simple:&lt;/P&gt;&lt;P&gt;1. anywhere in your module pool program define a selection screen containing a select-options.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* dynpro 2200: vkont
SELECTION-SCREEN BEGIN OF SCREEN 2200 AS SUBSCREEN.
SELECT-OPTIONS so_vkont FOR fkkvk-vkont.
SELECTION-SCREEN END OF SCREEN 2200.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In you screen, define a subscreen area. Look at the subscreen help - it must be called in PBO and PAI of you main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't got the complete source right here - but I'm convinced you get it done.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-on-a-module-pool-screen-element/m-p/8514829#M1655169</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2012-01-18T18:39:02Z</dc:date>
    </item>
  </channel>
</rss>

