<?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 Select option in modul pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933759#M1486192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a made a select option in module pool ike this .&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; SELECTION-SCREEN  BEGIN OF SCREEN 200 AS SUBSCREEN.
SELECTION-SCREEN  BEGIN OF BLOCK b1 with frame title text-001.
selection-screen  begin of line.
SELECT-OPTIONS     so_time1 FOR syst-timlo.
SELECTION-SCREEN COMMENT 1(20) text-022 FOR FIELD pa_thrh.
parameters: pa_thrh like G_THRSH.
SELECT-OPTIONS     so_time2 FOR syst-timlo.
selection-screen   end of line.
SELECTION-SCREEN   END OF BLOCK b1.
SELECTION-SCREEN   END OF SCREEN 200. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the pa_thrh field just parallel to the so_time1 but when i tried i am getting a error like error in generating the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any advice how to place the fileds side by side in module pool select options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnx,&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Apr 2010 04:49:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-29T04:49:30Z</dc:date>
    <item>
      <title>Select option in modul pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933759#M1486192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a made a select option in module pool ike this .&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; SELECTION-SCREEN  BEGIN OF SCREEN 200 AS SUBSCREEN.
SELECTION-SCREEN  BEGIN OF BLOCK b1 with frame title text-001.
selection-screen  begin of line.
SELECT-OPTIONS     so_time1 FOR syst-timlo.
SELECTION-SCREEN COMMENT 1(20) text-022 FOR FIELD pa_thrh.
parameters: pa_thrh like G_THRSH.
SELECT-OPTIONS     so_time2 FOR syst-timlo.
selection-screen   end of line.
SELECTION-SCREEN   END OF BLOCK b1.
SELECTION-SCREEN   END OF SCREEN 200. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the pa_thrh field just parallel to the so_time1 but when i tried i am getting a error like error in generating the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any advice how to place the fileds side by side in module pool select options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnx,&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 04:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933759#M1486192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T04:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in modul pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933760#M1486193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sample-code-abap.blogspot.com/2008/06/select-option-in-module-pool-screen.html" target="test_blank"&gt;http://sample-code-abap.blogspot.com/2008/06/select-option-in-module-pool-screen.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 04:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933760#M1486193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T04:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in modul pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933761#M1486194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your code the problem is with the&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN COMMENT 10(20) text-022 FOR FIELD pa_thrh.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try by changing the position of pa_thrh.&lt;/P&gt;&lt;P&gt;I mean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN COMMENT 52(20) text-022 FOR FIELD pa_thrh.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;If You add 'SELECTION-SCREEN COMMENT' statement also to so_time1 then you have to change position according to size and position. suppose you declare as like this,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN COMMENT 2(10) text-022 FOR FIELD so_time1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;then add 12 positions to pa_thrh field.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN COMMENT 64(20) text-022 FOR FIELD pa_thrh 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but at this point , You have no choice to use another field i.e, so_time2 because it crosses the line .&lt;/P&gt;&lt;P&gt;for more information refer this sap help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba7e235c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba7e235c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this resolves Your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghava Channooru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 05:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933761#M1486194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T05:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in modul pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933762#M1486195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing some validation in my subscreen and if i want to move out of subscreen ie i want to navigate to the other transaction or leave to screen 0 means how to make it?? i am getting sme error like in subscreen submit to screen is not allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnx,&lt;/P&gt;&lt;P&gt;joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 06:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933762#M1486195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T06:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in modul pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933763#M1486196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 15:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-modul-pool/m-p/6933763#M1486196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T15:25:55Z</dc:date>
    </item>
  </channel>
</rss>

