<?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: Checkbox with select option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187464#M1001011</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 believe it is not possible to do that...unless you declare another PARAMETERS for the check box..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2008 15:19:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-18T15:19:27Z</dc:date>
    <item>
      <title>Checkbox with select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187463#M1001010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use checkbox and select option on the same variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is for a variable which is a select option with no intervals, and along with that, I need to put a checkbox in the left hand side of the same field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 15:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187463#M1001010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T15:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox with select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187464#M1001011</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 believe it is not possible to do that...unless you declare another PARAMETERS for the check box..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 15:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187464#M1001011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox with select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187465#M1001012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. I am not sure if you can achieve it without declaring a PARAMETER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen : begin of block blk1 with frame title text-001.
selection-screen : begin of line.
parameters       : p_chkbox as checkbox default 'X'.
selection-screen : comment 5(15) text-002.
selection-screen : position 21.
select-options   : s_date for sy-datum no intervals.
selection-screen : end of line.
selection-screen : end of block blk1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 15:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187465#M1001012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T15:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox with select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187466#M1001013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Variable name will be different ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;selection-screen comment 1(10) text-003.&lt;/P&gt;&lt;P&gt;select-options : s_pernr for pernr-pernr no intervals.&lt;/P&gt;&lt;P&gt;selection-screen comment 40(10) text-004.&lt;/P&gt;&lt;P&gt;parameters : p_1 as checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 15:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187466#M1001013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T15:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox with select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187467#M1001014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this sample code,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN :
  BEGIN OF BLOCK test WITH FRAME,
  BEGIN OF LINE.
SELECTION-SCREEN : POSITION 10.
PARAMETERS       : p_check AS CHECKBOX.
SELECTION-SCREEN : POSITION 30.
SELECT-OPTIONS   : s_date FOR sy-datum NO INTERVALS.
SELECTION-SCREEN :
  END OF LINE,
  END OF BLOCK test.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 15:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-with-select-option/m-p/4187467#M1001014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T15:34:02Z</dc:date>
    </item>
  </channel>
</rss>

