<?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 Reg selection using checkboxes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-using-checkboxes/m-p/3526713#M848447</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 8 checkboxes in the selection screen .And by checking each box I need to write a validation by comparing values in 2 tables fields.so the user can check any number of boxes,so based on that I need to write the condition for those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can I write the code based on the selection of the checkboxes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Please help me out.&lt;/P&gt;&lt;P&gt;CHECKBOXES          FIELD1   FIELD2&lt;/P&gt;&lt;P&gt;        0                            X1      Y1&lt;/P&gt;&lt;P&gt;        0                            X2      Y2&lt;/P&gt;&lt;P&gt;        0                            X3      Y3&lt;/P&gt;&lt;P&gt;        0                            X4      Y4&lt;/P&gt;&lt;P&gt;        0                            X5      Y5&lt;/P&gt;&lt;P&gt;        0                            X6      Y6&lt;/P&gt;&lt;P&gt;        0                            X7      Y7&lt;/P&gt;&lt;P&gt;        0                           X8       Y8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 20:52:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-05T20:52:10Z</dc:date>
    <item>
      <title>Reg selection using checkboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-using-checkboxes/m-p/3526713#M848447</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 8 checkboxes in the selection screen .And by checking each box I need to write a validation by comparing values in 2 tables fields.so the user can check any number of boxes,so based on that I need to write the condition for those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can I write the code based on the selection of the checkboxes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Please help me out.&lt;/P&gt;&lt;P&gt;CHECKBOXES          FIELD1   FIELD2&lt;/P&gt;&lt;P&gt;        0                            X1      Y1&lt;/P&gt;&lt;P&gt;        0                            X2      Y2&lt;/P&gt;&lt;P&gt;        0                            X3      Y3&lt;/P&gt;&lt;P&gt;        0                            X4      Y4&lt;/P&gt;&lt;P&gt;        0                            X5      Y5&lt;/P&gt;&lt;P&gt;        0                            X6      Y6&lt;/P&gt;&lt;P&gt;        0                            X7      Y7&lt;/P&gt;&lt;P&gt;        0                           X8       Y8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 20:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-using-checkboxes/m-p/3526713#M848447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T20:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reg selection using checkboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-using-checkboxes/m-p/3526714#M848448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can try reading the checkbox data(selected/not selected) into and internal table and use that in a where clause in your data retrieval or select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO the statement would always fetch data based on the conditon whether a particular checkbox is space or 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps. Plz ignore if it doen't make sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 20:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-using-checkboxes/m-p/3526714#M848448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T20:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reg selection using checkboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-using-checkboxes/m-p/3526715#M848449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with the event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT selection-screen on chk-box1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform validation.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;??   Ignore if this doesn't make sense! Perhaps I did not get your qn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 21:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-using-checkboxes/m-p/3526715#M848449</guid>
      <dc:creator>former_member125661</dc:creator>
      <dc:date>2008-03-05T21:01:54Z</dc:date>
    </item>
  </channel>
</rss>

