<?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-options Problem in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-problem-in-module-pool/m-p/3941949#M942924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;did you declare that in top include?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not declare it globally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In stead of subscreen, try to do with screen itself.&lt;/P&gt;&lt;P&gt;Create screen like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 300.&lt;/P&gt;&lt;P&gt;selection-screen begin of block b1 with frame title text-000.&lt;/P&gt;&lt;P&gt;select-options : so_ebeln for v_ebeln modif id g1,&lt;/P&gt;&lt;P&gt;                 so_vbeln for v_vbeln modif id g2.&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call this screen : in PAI of ur another screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call selection-screen 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep REddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 14:12:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-27T14:12:08Z</dc:date>
    <item>
      <title>Select-options Problem in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-problem-in-module-pool/m-p/3941946#M942921</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;     I have created select-options in a seperate program and i have called the subscreen in module pool program.&lt;/P&gt;&lt;P&gt;I dont have any problem with the display of select-options but whatever the value given is not getting in to the program. Hw to solve this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assured Points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 13:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-problem-in-module-pool/m-p/3941946#M942921</guid>
      <dc:creator>JayR</dc:creator>
      <dc:date>2008-05-27T13:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options Problem in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-problem-in-module-pool/m-p/3941947#M942922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;       Can you please bring bit more clarification to your query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;swathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 14:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-problem-in-module-pool/m-p/3941947#M942922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options Problem in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-problem-in-module-pool/m-p/3941948#M942923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this: &lt;SPAN __jive_macro_name="thread" id="609803"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 14:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-problem-in-module-pool/m-p/3941948#M942923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options Problem in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-problem-in-module-pool/m-p/3941949#M942924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;did you declare that in top include?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not declare it globally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In stead of subscreen, try to do with screen itself.&lt;/P&gt;&lt;P&gt;Create screen like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 300.&lt;/P&gt;&lt;P&gt;selection-screen begin of block b1 with frame title text-000.&lt;/P&gt;&lt;P&gt;select-options : so_ebeln for v_ebeln modif id g1,&lt;/P&gt;&lt;P&gt;                 so_vbeln for v_vbeln modif id g2.&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call this screen : in PAI of ur another screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call selection-screen 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep REddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 14:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-problem-in-module-pool/m-p/3941949#M942924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T14:12:08Z</dc:date>
    </item>
  </channel>
</rss>

