<?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: Select option in module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088788#M1813656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Feb 2014 12:33:16 GMT</pubDate>
    <dc:creator>former_member212148</dc:creator>
    <dc:date>2014-02-15T12:33:16Z</dc:date>
    <item>
      <title>Select option in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088787#M1813655</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;Is there any method to create select option functionality in module pool programming?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 12:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088787#M1813655</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-02-15T12:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088788#M1813656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 12:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088788#M1813656</guid>
      <dc:creator>former_member212148</dc:creator>
      <dc:date>2014-02-15T12:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088789#M1813657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;you can create a select option in module pool, and for this you have to create a subscreen area&lt;/P&gt;&lt;P&gt;where you can define your select options.&lt;/P&gt;&lt;P&gt;Create a subscreen area in module pool, say its screen no. is 9000, and give it a name say NAME.&lt;/P&gt;&lt;P&gt;Write your logic as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; color: #333333; font-size: 10pt; background-color: white; font-family: Arial, sans-serif;"&gt;SELECTION-&lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; &lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;BEGIN&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; &lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;OF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; &lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; 9000&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; &lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;AS&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; SUBSCREEN.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;PARAMETERS&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; : p_werks &lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; ekpo-werks .&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt;-OPTIONS : s_ebeln &lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;FOR&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; ekpo-ebeln.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt;SELECTION-&lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; &lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;END&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; &lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;OF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; &lt;/SPAN&gt;&lt;SPAN class="l1s521" lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; 9000&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt; .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; color: #808080; font-size: 10pt; background-color: white; font-family: Arial, sans-serif;"&gt;In the PBO of the screen , you have to call your screen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: black; font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: black; font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt;&lt;SPAN style="color: #808080;"&gt;Please search, you will get some useful links.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="color: black; font-size: 10pt; text-align: justify; font-family: Arial, sans-serif; background-color: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 12:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088789#M1813657</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-02-15T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088790#M1813658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;We can create select option in the module pool program in the below way,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;1. create a screen ( say 2000 )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;2. go to the screen( 2000 ) layout and drag a subscreen area and name it ( say sel ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;3. write code to call subscreen in the both PBO and PAI &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif; font-size: 10pt;"&gt;modules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif; font-size: 10pt;"&gt;Here is sample code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;REPORT&amp;nbsp; ZSELECT_OPTIONS_MOD_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables kna1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 100 as SUBSCREEN.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; select-OPTIONS : s_kunnr for kna1-kunnr.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;call SCREEN 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;must write call subscreen statement in both PBO and PAI modules as below&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/388728" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;Deeksha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Verdana, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 18:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088790#M1813658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-15T18:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088791#M1813659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use function modules COMPLEX_SELECTIONS_DIALOG and FREE_SELECTIONS_DIALOG for that or define a selection screen and call it as a popup window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 17:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088791#M1813659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-16T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088792#M1813660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gives the error message as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DYNP_WRONG_SCREEN_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date and Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17.02.2014 08:30:41&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incorrect screen type: Screen is incorrectly defined or used.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The attribute screen type with the values 'Normal Screen' and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Subscreen' determines the use of the screen. If a normal screen is used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as subscreen or vice versa, an error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The screen "ZSD_EXC_FORM" 9000 has, in this respect, an inappropriate screen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 03:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088792#M1813660</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-02-17T03:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088793#M1813661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, How can i provide process on value request for selection screen parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 04:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088793#M1813661</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-02-17T04:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088794#M1813662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;In order to add F4 help to a field in modeule pool follow these steps:-&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;1. First go to SE11 and create your own search help&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;2. Now in your module pool program program go to the layout of your screen.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;3. Now when you see the attributes of this field in the Dict tab you will find the field Search Help. Now here you can specify the name of the search help you created in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;check this link &lt;A href="https://scn.sap.com/thread/1569501" title="https://scn.sap.com/thread/1569501"&gt;F4 help in module pool porgramming | SCN&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 05:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088794#M1813662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T05:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088795#M1813663</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;&lt;/P&gt;&lt;P&gt;Now I want to save some of the fields from report output and I am using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FORM &lt;/SPAN&gt;user_command1 &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;ucomm&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ucomm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; selfield &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;slis_selfield. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, it saves only last record instead of all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 07:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-module-pool-program/m-p/10088795#M1813663</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2014-02-17T07:53:07Z</dc:date>
    </item>
  </channel>
</rss>

