<?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 in module pool. Please respond quickly in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-module-pool-please-respond-quickly/m-p/2928605#M690052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The logic looks OK at first glance - in debug you should see the 10 + 20 values in both the header row of S_MATKL (in LOW &amp;amp; HIGH) as well as the body of the table... but why have you defined "s_low type matkl and s_high type matkl".  And where have you set you breakpoint - is there more logic not shown e.g. another module in the PAI after the subscreen call?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 21:57:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T21:57:08Z</dc:date>
    <item>
      <title>Select-options in module pool. Please respond quickly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-module-pool-please-respond-quickly/m-p/2928604#M690051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a program by following example in SDN ( which contains select options), I have called in the PBO and PAI, Select options which is in the subscreen area appears, but when I am giving some values into the select options &lt;/P&gt;&lt;P&gt;Say 10 to 20. now when I enter debug mode I was unable to catch the values entered in the subscreen area. Please let me know how to catch the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZSCREEN101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;       : z9mm_vend_qual.       "Vendor Certification&lt;/P&gt;&lt;P&gt; data: s_low type matkl,&lt;/P&gt;&lt;P&gt;        s_high type matkl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN BEGIN OF SCREEN 101 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;  SELECT-OPTIONS : s_MATKL for z9mm_vend_qual-MATKL MATCHCODE  OBJECT mcd.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF SCREEN 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In modulepool program I am calling in this manner below.&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL SUBSCREEN SUB_101&lt;/P&gt;&lt;P&gt;INCLUDING 'ZSCREEN101' '101'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SUB_101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to catch the variables which I have given in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 12:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-module-pool-please-respond-quickly/m-p/2928604#M690051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options in module pool. Please respond quickly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-module-pool-please-respond-quickly/m-p/2928605#M690052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The logic looks OK at first glance - in debug you should see the 10 + 20 values in both the header row of S_MATKL (in LOW &amp;amp; HIGH) as well as the body of the table... but why have you defined "s_low type matkl and s_high type matkl".  And where have you set you breakpoint - is there more logic not shown e.g. another module in the PAI after the subscreen call?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 21:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-module-pool-please-respond-quickly/m-p/2928605#M690052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T21:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options in module pool. Please respond quickly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-module-pool-please-respond-quickly/m-p/2928606#M690053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks ok to me too.   You should see the values in the s_MATKL while in debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 22:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-module-pool-please-respond-quickly/m-p/2928606#M690053</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-10-18T22:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options in module pool. Please respond quickly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-module-pool-please-respond-quickly/m-p/2928607#M690054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the support friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after a long standing debug I was not able to find the s_matkl-low or s_matkl-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the workaround I tried and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In call subscreen statement double click on the screen number .i.e. '0101'&lt;/P&gt;&lt;P&gt;2. now you will see another dynamic flowlogic opens for the screen.&lt;/P&gt;&lt;P&gt;3. go to attributes and then go to special attributes.&lt;/P&gt;&lt;P&gt;4. now against s_matkl-low and s-matkl-high check the Set Parameter ID, give P1 and P2 against each other save and activate it.&lt;/P&gt;&lt;P&gt;5. declare 2 variables plow and phigh of type matkl.&lt;/P&gt;&lt;P&gt;6. Now in the PAI user-command after calling the subscreen statement.&lt;/P&gt;&lt;P&gt;7. write:&lt;/P&gt;&lt;P&gt;   GET PARAMETER ID 'P1' FIELD PLOW.&lt;/P&gt;&lt;P&gt;   GET PARAMETER ID 'P2' FIELD PHIGH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. now we have the values entered in the select-options into plow and phigh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 12:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-module-pool-please-respond-quickly/m-p/2928607#M690054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T12:44:58Z</dc:date>
    </item>
  </channel>
</rss>

